Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-01 | Possibly fix crash by using context.getLayoutInflater instead of fragment | Scott Jackson | |
2014-06-01 | DSub 4.6.5 Released | Scott Jackson | |
2014-05-30 | Fix delete offline not deleting offline stars | daneren2005 | |
2014-05-27 | #351 Don't include folders in rebase | Scott Jackson | |
2014-05-27 | Fix remove played not being in offline mode | Scott Jackson | |
2014-05-27 | Update translation | Scott Jackson | |
2014-05-26 | #351 Don't assume file has period, wrap in try/catch | Scott Jackson | |
2014-05-26 | Possible fix for some devices not sending a log | daneren2005 | |
getPath might be returning a relative path sometimes. | |||
2014-05-22 | Merge pull request #350 from thknepper/master | daneren2005 | |
#346 Update german translation | |||
2014-05-22 | Move checkDownloads out of finally block | daneren2005 | |
Possible fix for multiple downloads running when switching current playing song | |||
2014-05-22 | #346 Update german translation | Thomas Knepper | |
2014-05-21 | DSub 4.6.4 Released | Scott Jackson | |
2014-05-21 | #346 Add song count to about dialog | Scott Jackson | |
2014-05-20 | #335 For songs with identical titles, base title off of filename | Scott Jackson | |
2014-05-20 | Merge remote-tracking branch 'origin/master' | Scott Jackson | |
2014-05-20 | Catch error if remoteControl is somehow null | Scott Jackson | |
2014-05-20 | Merge pull request #347 from thknepper/master | daneren2005 | |
#309 Add german translation for option to remove songs after they are played | |||
2014-05-20 | #309 Add german translation for option to remove songs after they are played | Thomas Knepper | |
2014-05-19 | Fix most recent sync with tags, make sure to use tag check on first result ↵ | Scott Jackson | |
as well | |||
2014-05-19 | Remove another worthless log | Scott Jackson | |
2014-05-19 | #309 Add option to remove songs after they are played | Scott Jackson | |
2014-05-19 | Fix web commits | Scott Jackson | |
2014-05-19 | Fix sync adapters when server is tag browsing | daneren2005 | |
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-19 | Only display notification if something downloaded | daneren2005 | |
downloadRecursively returns true if anything was actually downloaded | |||
2014-05-19 | Add delayed call to checkDownloads after filling buffer | daneren2005 | |
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 padding | Scott Jackson | |
2014-05-18 | Do synchronized setOnline logic in events thread | Scott Jackson | |
2014-05-16 | Fix freeze since info is already cached | Scott Jackson | |
2014-05-16 | Fix crash off objects being null | Scott Jackson | |
2014-05-16 | Disable pull to refresh from DownloadFragment | Scott Jackson | |
2014-05-16 | Fix header showing in hybrid directories | Scott Jackson | |
2014-05-16 | Throw error if url is null | Scott Jackson | |
2014-05-16 | Samsung check moved to broadcast handler | daneren2005 | |
2014-05-16 | Only broadcast paused in PREPARED state for Samsung devices | daneren2005 | |
2014-05-15 | Create .nomedia in music folder as well as home | daneren2005 | |
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-13 | Only broadcast paused in PREPARE state for Samsung | daneren2005 | |
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-13 | Add completeFileAvailable to nextPlaying buffer log | daneren2005 | |
2014-05-08 | Remove pointless log | daneren2005 | |
2014-05-08 | Remove accidental log | daneren2005 | |
2014-05-07 | Dsub 4.6.3 Released | Scott Jackson | |
2014-05-07 | Remove attempt to remove albums after star | Scott Jackson | |
2014-05-07 | Fix typo in showing artist fix | Scott Jackson | |
2014-05-07 | Update hu translation | Scott Jackson | |
2014-05-07 | Fix refreshing adding multiple instances of grid | daneren2005 | |
2014-05-07 | Remove album when unstarred from Starred list | daneren2005 | |
2014-05-07 | Only hide artist if they are all the same | daneren2005 | |
2014-05-06 | Rework folder button to not be called after setAdapter | Scott Jackson | |
2014-05-06 | #339 Fix another case for wrong next playing after swap | Scott Jackson | |
2014-05-05 | #343 Correct fix for infinite scroller | Scott Jackson | |
2014-05-05 | #343 Fix infinite adapter for largeAlbums = false | daneren2005 | |