aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-04-26Merge branch 'Grid' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-26Fixed having both GridView and ListView together by putting GridView in ↵Scott Jackson
ListView's header
2014-04-26Merge branch 'master' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-26Refactor to have a separate RemoteController.updateVolume/setVolumeScott Jackson
2014-04-26Crash fixScott Jackson
2014-04-25Ratings API appears to be unused at any scopedaneren2005
2014-04-24Make Jukebox routes reflect volume changes correctlyScott Jackson
2014-04-24 #27 Control volume from outside app while in remote modeScott Jackson
2014-04-23Fix issues with album listsScott Jackson
2014-04-22More work on showing albums in gridScott Jackson
2014-04-21Merge changesScott Jackson
2014-04-21Make SelectArtistFragment inherit from SelectListFragmentScott Jackson
2014-04-20Fix pull to refresh triggering on any scroll upScott Jackson
2014-04-20Start of adding grid for albumsScott Jackson
2014-04-19Accidental commit, revertScott Jackson
2014-04-19Fix color bar being under server messageScott Jackson
2014-04-19Merge branch 'PullRefresh' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-19Merge branch 'RateL' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-19Remove pointless intermediate messagesScott Jackson
2014-04-18Remove refresh button from everywhereScott Jackson
2014-04-17#142 Add pull to refresh to all viewsScott Jackson
2014-04-16Lint fixesScott Jackson
2014-04-15Only show notification after entire playlist sync is doneScott Jackson
2014-04-15Fix PlaylistAdapter not picking up deleted cache after first passScott Jackson
2014-04-15Fix crash when resuming activity after staying on Downloads tabScott Jackson
2014-04-15Add rate limiting for sync service downloadingdaneren2005
A background sync operation can make the system unusable as every single network operation will basically never finish until the SyncAdapter is done downloading.
2014-04-14#310 Add option to have play now play everything after that spotScott Jackson
2014-04-14Using redirects on Chromecast breaks certificate verificationScott Jackson
2014-04-13Fix clicking download intent not labeling current drawer correctlyScott Jackson
2014-04-13Fix two cases where downloading doesn't resume after get back network ↵Scott Jackson
connectivity
2014-04-11Missing ;Scott Jackson
2014-04-11Filter out non-email clients in Send Logsdaneren2005
2014-04-11Don't fail limit on IOException (network issue)daneren2005
During bad network connections, IOException can be thrown many times before the connection picks back up. Everything else needs to be fail limited though, not just SubsonicRESTException.
2014-04-09Fix some issues with wrong drawer item as pickedScott Jackson
2014-04-09Remove unused constantsScott Jackson
2014-04-09Change how hidden drawer items are handled, hide downloads when not neededScott Jackson
2014-04-09Merge branch 'master' of git://github.com/daneren2005/SubsonicThomas Knepper
2014-04-09Revert "Use resource string instead of hard code"Thomas Knepper
This reverts commit 8d31d2edebd352b12693914516351399ae3f965d.
2014-04-08Fix https servers on ChromecastScott Jackson
2014-04-08Close drawers when searching from button on drawerScott Jackson
2014-04-08#219 Put downloading list in own sub tab, abstract a few pieces outScott Jackson
2014-04-05Use resource string instead of hard codeThomas Knepper
2014-04-04#277 Using cache option on pinned music unpins itdaneren2005
2014-04-04Use resource string instead of hard codeThomas Knepper
2014-04-02#326 Add override to always use englishScott Jackson
2014-04-02Pull changes from xml, won't be ever translating changelogsScott Jackson
2014-04-02Don't show change log when nullScott Jackson
2014-04-02Don't show change log when no changes listed (ie: code bump)Scott Jackson
2014-04-02 #324 Remember folder selection when switching between serversScott Jackson
2014-04-02Remove, caused other issuesScott Jackson