aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-26Re-enabled fast scrollScott Jackson
2014-04-26Merge branch 'Grid' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-26Delete unused resScott 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-24Fix DSub prempting all media button eventsScott 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 huge backlog of change logsScott 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-16Bump release versionScott 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-15Merge pull request #334 from thknepper/masterdaneren2005
updated german translation
2014-04-15DSub 4.5.8 ReleasedScott Jackson
2014-04-15Missing </string>Scott Jackson
2014-04-15Update translationsScott Jackson
2014-04-15german translation for #310Thomas Knepper
2014-04-15update germanThomas Knepper
2014-04-14Stop Android Studio from complainingScott Jackson
2014-04-14Update to own DragSortListView fork with bug fixesScott Jackson
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-10Link directly against system support libs instead of manually updating themScott Jackson
2014-04-10Update proguard locationScott Jackson
2014-04-10More proguard changesScott Jackson
2014-04-10#329 Fix Proguard configScott Jackson