Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-05 | #343 Correct fix for infinite scroller | Scott Jackson | |
2014-05-05 | #343 Fix infinite adapter for largeAlbums = false | daneren2005 | |
2014-05-05 | #344 Fix recursive download for album only actions | daneren2005 | |
2014-05-05 | DSub 4.6.2 Released | Scott Jackson | |
2014-05-05 | Update Hungarian translation | Scott Jackson | |
2014-05-05 | Fix crash on rotate in offline mode | Scott Jackson | |
2014-05-05 | Merge pull request #342 from mike-s123/master | daneren2005 | |
Put Intent-Filter back, accidentally removed when removing priority | |||
2014-05-05 | Merge pull request #341 from thknepper/master | daneren2005 | |
update german translation | |||
2014-05-05 | Merge branch 'EQ' of https://github.com/daneren2005/Subsonic | Scott Jackson | |
2014-05-04 | wrap | root | |
<action android:name="android.intent.action.MEDIA_BUTTON" /> in <intent-filter> | |||
2014-05-04 | update german translation | Thomas Knepper | |
2014-05-03 | Shouldn't need that try/catch block anymore | Scott Jackson | |
2014-05-03 | Apply same work around for applying presets | Scott Jackson | |
2014-05-03 | Forgot this in changelog | Scott Jackson | |
2014-05-03 | DSub 4.6.1 Released | Scott Jackson | |
2014-05-03 | Fix GB specific error | Scott Jackson | |
2014-05-03 | Fix crash in ICS and below | Scott Jackson | |
2014-05-03 | Set to "" instead of GONE so star is still on right side | Scott Jackson | |
2014-05-03 | Fix crash for "Root" artist | Scott Jackson | |
2014-05-02 | Possible fix for EQ crash some users are getting | Scott Jackson | |
2014-05-02 | DSub 4.6 Released | Scott Jackson | |
2014-05-02 | Fix rotate crashing SelectArtistFragment | Scott Jackson | |
2014-05-02 | Add more cells for landscape/tablets | Scott Jackson | |
2014-05-02 | Add back star to albums, make grid text a step smaller | Scott Jackson | |
2014-05-01 | Fix for devices with empty SD card slots | Scott Jackson | |
2014-04-30 | DSub 4.6 Beta 3 Released | Scott Jackson | |
2014-04-30 | Gingerbread compatibility | Scott Jackson | |
2014-04-30 | Fix crash | Scott Jackson | |
2014-04-30 | Make large album art optional | Scott Jackson | |
2014-04-30 | Fix search fragment having pull down refresh | Scott Jackson | |
2014-04-30 | Fix going into offline mode losing up progress | daneren2005 | |
2014-04-29 | Don't retry when File can't be created | daneren2005 | |
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-29 | Call loadSettings if Open To Library is true | daneren2005 | |
2014-04-29 | Add padding around sides of grids | Scott Jackson | |
2014-04-29 | Don't show artist when viewing a single artist | Scott Jackson | |
2014-04-29 | Run png crush | Scott Jackson | |
2014-04-28 | Released Dsub 4.6 Beta 2 | Scott Jackson | |
2014-04-28 | #339 Proper fix for current index not being updated | Scott Jackson | |
2014-04-28 | Merge branch 'master' of https://github.com/daneren2005/Subsonic | Scott Jackson | |
2014-04-28 | Revert SD Card change, needs more testing | Scott Jackson | |
2014-04-28 | #339 Fix two cases of drag/drop wrong next playing | daneren2005 | |
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-28 | Fix crash on rotate | Scott Jackson | |
2014-04-28 | Re-enabled fast scroll when only grid is shown | Scott Jackson | |
2014-04-28 | Merge pull request #338 from thknepper/master | daneren2005 | |
Preview images for widgets | |||
2014-04-27 | Fix pull being triggered if exactly on child's top | Scott Jackson | |
2014-04-27 | DSub 4.6 Beta Released | Scott Jackson | |
2014-04-27 | Merge branch 'SDCard' | Scott Jackson | |
2014-04-27 | Fix issues with genre lists | Scott Jackson | |
2014-04-27 | Fix grid lists expanding infinitely | Scott Jackson | |
2014-04-26 | Re-enabled fast scroll | Scott Jackson | |