aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-04-29Don't show artist when viewing a single artistScott Jackson
2014-04-28#339 Proper fix for current index not being updatedScott Jackson
2014-04-28Merge branch 'master' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-28Revert SD Card change, needs more testingScott Jackson
2014-04-28#339 Fix two cases of drag/drop wrong next playingdaneren2005
1) Fix when dragging the song that is playing somewhere else continuing onto the previously next song. 2) Fix #339. The check was correct, but the currentPlayingIndex was not being updated before doing the check.
2014-04-28Fix crash on rotateScott Jackson
2014-04-27Fix pull being triggered if exactly on child's topScott Jackson
2014-04-27Merge branch 'SDCard'Scott Jackson
2014-04-27Fix issues with genre listsScott Jackson
2014-04-27Fix grid lists expanding infinitelyScott Jackson
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-21Fix for devices with empty SD card slotsScott 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