aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-06-10#360, #331 Change to use AUDIO_NOISY event. Fixes issues with both pausing ↵Scott Jackson
during any bluetooth disconnect, and delay when music is playing after unplugging headphones
2014-06-05Don't trigger toggle view on bottom portion of album artScott Jackson
2014-06-03Don't allow update to run until after first refreshScott Jackson
2014-06-03Add another state PAUSED_TEMP, abandon focus in PAUSEDScott Jackson
2014-06-03Make Podcast Channel description expandableScott Jackson
2014-06-03Fix upsampling for case where server claims not transcodingScott Jackson
2014-06-03Added a blank line before podcast descriptionScott Jackson
2014-06-03Add description to podcast episode details dialogdaneren2005
Description is contained in album field for podcast episodes for some reason
2014-06-03Stop from upsampling (ie: 128 kpbs -> 192 kpbs)daneren2005
2014-06-02OOM: Don't even create a bitmap for DownloadFile get cover artScott Jackson
2014-06-02#352 Make sure to update language from settings activity as wellScott Jackson
2014-06-01#327 Add color to titles of sections in FAQScott Jackson
2014-06-01 #327 Add a basic FAQ dialogScott Jackson
2014-06-01Possibly fix crash by using context.getLayoutInflater instead of fragmentScott Jackson
2014-05-30Fix delete offline not deleting offline starsdaneren2005
2014-05-27#351 Don't include folders in rebaseScott Jackson
2014-05-26#351 Don't assume file has period, wrap in try/catchScott Jackson
2014-05-26Possible fix for some devices not sending a logdaneren2005
getPath might be returning a relative path sometimes.
2014-05-22Move checkDownloads out of finally blockdaneren2005
Possible fix for multiple downloads running when switching current playing song
2014-05-21#346 Add song count to about dialogScott Jackson
2014-05-20#335 For songs with identical titles, base title off of filenameScott Jackson
2014-05-20Catch error if remoteControl is somehow nullScott Jackson
2014-05-19Fix most recent sync with tags, make sure to use tag check on first result ↵Scott Jackson
as well
2014-05-19Remove another worthless logScott Jackson
2014-05-19#309 Add option to remove songs after they are playedScott Jackson
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