Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | #171 Add ability to change email, email/password to UserFragment | Scott Jackson | |
2014-06-10 | #171 Only display admin stuff if user is an admin | Scott Jackson | |
2014-06-10 | Add empty constructor for serializer | daneren2005 | |
2014-06-09 | #171 Add a full UserFragment to view/edit settings | Scott Jackson | |
2014-06-09 | #171 Add change password, delete user, start of user settings fragment | Scott Jackson | |
2014-06-09 | #171 Add more stubs to Admin tab | Scott Jackson | |
2014-06-07 | #171 Add basic admin tab | Scott Jackson | |
2014-06-05 | Don't trigger toggle view on bottom portion of album art | Scott Jackson | |
2014-06-03 | Don't allow update to run until after first refresh | Scott Jackson | |
2014-06-03 | Add another state PAUSED_TEMP, abandon focus in PAUSED | Scott Jackson | |
2014-06-03 | Make Podcast Channel description expandable | Scott Jackson | |
2014-06-03 | Fix upsampling for case where server claims not transcoding | Scott Jackson | |
2014-06-03 | Added a blank line before podcast description | Scott Jackson | |
2014-06-03 | Add description to podcast episode details dialog | daneren2005 | |
Description is contained in album field for podcast episodes for some reason | |||
2014-06-03 | Stop from upsampling (ie: 128 kpbs -> 192 kpbs) | daneren2005 | |
2014-06-02 | OOM: Don't even create a bitmap for DownloadFile get cover art | Scott Jackson | |
2014-06-02 | #352 Make sure to update language from settings activity as well | Scott Jackson | |
2014-06-01 | #327 Add color to titles of sections in FAQ | Scott Jackson | |
2014-06-01 | #327 Add a basic FAQ dialog | Scott Jackson | |
2014-06-01 | Possibly fix crash by using context.getLayoutInflater instead of fragment | 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-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 | Move checkDownloads out of finally block | daneren2005 | |
Possible fix for multiple downloads running when switching current playing song | |||
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 | Catch error if remoteControl is somehow null | Scott Jackson | |
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 | Remove attempt to remove albums after star | Scott Jackson | |