aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-16Throw error if url is nullScott Jackson
2014-05-16Samsung check moved to broadcast handlerdaneren2005
2014-05-16Only broadcast paused in PREPARED state for Samsung devicesdaneren2005
2014-05-15Create .nomedia in music folder as well as homedaneren2005
Subsonic maintains two separate directories: one for music and one for artwork, playlists, etc to be stored. The .nomedia needs to still be in the home folder so that the playlists don't show up, but it is also needed in the music folder to hide those as well.
2014-05-13Only broadcast paused in PREPARE state for Samsungdaneren2005
Samsung devices require that a song be in the PAUSED state for the Bluetooth metadata to be updated properly. It seems to be causing issues with other devices (ie: LG G2): http://forum.subsonic.org/forum/viewtopic.php?f=16&t=14338
2014-05-13Add completeFileAvailable to nextPlaying buffer logdaneren2005
2014-05-08Remove pointless logdaneren2005
2014-05-08Remove accidental logdaneren2005
2014-05-07Dsub 4.6.3 ReleasedScott Jackson
2014-05-07Remove attempt to remove albums after starScott Jackson
2014-05-07Fix typo in showing artist fixScott Jackson
2014-05-07Update hu translationScott Jackson
2014-05-07Fix refreshing adding multiple instances of griddaneren2005
2014-05-07Remove album when unstarred from Starred listdaneren2005
2014-05-07Only hide artist if they are all the samedaneren2005
2014-05-06Rework folder button to not be called after setAdapterScott Jackson
2014-05-06#339 Fix another case for wrong next playing after swapScott Jackson
2014-05-05#343 Correct fix for infinite scrollerScott Jackson
2014-05-05#343 Fix infinite adapter for largeAlbums = falsedaneren2005
2014-05-05#344 Fix recursive download for album only actionsdaneren2005
2014-05-05DSub 4.6.2 ReleasedScott Jackson
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