aboutsummaryrefslogtreecommitdiff
path: root/src
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-07Remove attempt to remove albums after starScott Jackson
2014-05-07Fix typo in showing artist fixScott 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-05Fix crash on rotate in offline modeScott Jackson
2014-05-05Merge branch 'EQ' of https://github.com/daneren2005/SubsonicScott Jackson
2014-05-03Shouldn't need that try/catch block anymoreScott Jackson
2014-05-03Apply same work around for applying presetsScott 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-02Fix rotate crashing SelectArtistFragmentScott 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-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-29Don't show artist when viewing a single artistScott 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