aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-05Update Hungarian translationScott Jackson
2014-05-05Fix crash on rotate in offline modeScott Jackson
2014-05-05Merge pull request #342 from mike-s123/masterdaneren2005
Put Intent-Filter back, accidentally removed when removing priority
2014-05-05Merge pull request #341 from thknepper/masterdaneren2005
update german translation
2014-05-05Merge branch 'EQ' of https://github.com/daneren2005/SubsonicScott Jackson
2014-05-04wraproot
<action android:name="android.intent.action.MEDIA_BUTTON" /> in <intent-filter>
2014-05-04update german translationThomas Knepper
2014-05-03Shouldn't need that try/catch block anymoreScott Jackson
2014-05-03Apply same work around for applying presetsScott Jackson
2014-05-03Forgot this in changelogScott Jackson
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-02Possible fix for EQ crash some users are gettingScott 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