aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19Fix web commitsScott Jackson
2014-05-19Fix sync adapters when server is tag browsingdaneren2005
Sync adapters were always expecting to use getMusicDirectory, but both getStarred and getAlbumList will be returning id's for getArtist/getAlbum if the user is browsing by tags on that server.
2014-05-19Only display notification if something downloadeddaneren2005
downloadRecursively returns true if anything was actually downloaded
2014-05-19Add delayed call to checkDownloads after filling bufferdaneren2005
checkDownloads is no longer called in a loop, which was how the queue got filled after clearing and refreshing the shuffle buffer. Fix was to add a delayed call which calls checkDownloads after a refill action occurs.
2014-05-18#340 Fix Nexus 4 overlap by getting rid of bottom paddingScott Jackson
2014-05-18Do synchronized setOnline logic in events threadScott Jackson
2014-05-16Fix freeze since info is already cachedScott Jackson
2014-05-16Fix crash off objects being nullScott Jackson
2014-05-16Disable pull to refresh from DownloadFragmentScott Jackson
2014-05-16Fix header showing in hybrid directoriesScott Jackson
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