aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-03DSub 4.6.1 ReleasedScott Jackson
2014-05-03Fix GB specific errorScott Jackson
2014-05-03Fix crash in ICS and belowScott Jackson
2014-05-03Set to "" instead of GONE so star is still on right sideScott Jackson
2014-05-03Fix crash for "Root" artistScott Jackson
2014-05-02DSub 4.6 ReleasedScott Jackson
2014-05-02Fix rotate crashing SelectArtistFragmentScott Jackson
2014-05-02Add more cells for landscape/tabletsScott Jackson
2014-05-02Add back star to albums, make grid text a step smallerScott Jackson
2014-05-01Fix for devices with empty SD card slotsScott Jackson
2014-04-30DSub 4.6 Beta 3 ReleasedScott Jackson
2014-04-30Gingerbread compatibilityScott Jackson
2014-04-30Fix crashScott Jackson
2014-04-30Make large album art optionalScott Jackson
2014-04-30Fix search fragment having pull down refreshScott Jackson
2014-04-30Fix going into offline mode losing up progressdaneren2005
2014-04-29Don't retry when File can't be createddaneren2005
Fail limits don't apply to IOException because the most common failure is network issues. A FileOutputStream throws a FileNotFoundException when it can't write to a given file, so if that error is thrown the app can safely assume that the storage location is currently unavailable.
2014-04-29Call loadSettings if Open To Library is truedaneren2005
2014-04-29Add padding around sides of gridsScott Jackson
2014-04-29Don't show artist when viewing a single artistScott Jackson
2014-04-29Run png crushScott Jackson
2014-04-28Released Dsub 4.6 Beta 2Scott 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-28Re-enabled fast scroll when only grid is shownScott Jackson
2014-04-28Merge pull request #338 from thknepper/masterdaneren2005
Preview images for widgets
2014-04-27Fix pull being triggered if exactly on child's topScott Jackson
2014-04-27DSub 4.6 Beta ReleasedScott 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-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-23german: polishThomas Knepper
2014-04-23Preview images for widgetThomas Knepper
2014-04-22More work on showing albums in gridScott Jackson
2014-04-21Fix for devices with empty SD card slotsScott Jackson