aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-04-20Start of adding grid for albumsScott Jackson
2014-04-19Accidental commit, revertScott Jackson
2014-04-19Fix color bar being under server messageScott Jackson
2014-04-19Merge branch 'PullRefresh' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-19Merge branch 'RateL' of https://github.com/daneren2005/SubsonicScott Jackson
2014-04-19Remove pointless intermediate messagesScott Jackson
2014-04-18Remove refresh button from everywhereScott Jackson
2014-04-17#142 Add pull to refresh to all viewsScott Jackson
2014-04-16Lint fixesScott Jackson
2014-04-15Only show notification after entire playlist sync is doneScott Jackson
2014-04-15Fix PlaylistAdapter not picking up deleted cache after first passScott Jackson
2014-04-15Fix crash when resuming activity after staying on Downloads tabScott Jackson
2014-04-15Add rate limiting for sync service downloadingdaneren2005
A background sync operation can make the system unusable as every single network operation will basically never finish until the SyncAdapter is done downloading.
2014-04-14#310 Add option to have play now play everything after that spotScott Jackson
2014-04-14Using redirects on Chromecast breaks certificate verificationScott Jackson
2014-04-13Fix clicking download intent not labeling current drawer correctlyScott Jackson
2014-04-13Fix two cases where downloading doesn't resume after get back network ↵Scott Jackson
connectivity
2014-04-11Missing ;Scott Jackson
2014-04-11Filter out non-email clients in Send Logsdaneren2005
2014-04-11Don't fail limit on IOException (network issue)daneren2005
During bad network connections, IOException can be thrown many times before the connection picks back up. Everything else needs to be fail limited though, not just SubsonicRESTException.
2014-04-09Fix some issues with wrong drawer item as pickedScott Jackson
2014-04-09Remove unused constantsScott Jackson
2014-04-09Change how hidden drawer items are handled, hide downloads when not neededScott Jackson
2014-04-09Merge branch 'master' of git://github.com/daneren2005/SubsonicThomas Knepper
2014-04-09Revert "Use resource string instead of hard code"Thomas Knepper
This reverts commit 8d31d2edebd352b12693914516351399ae3f965d.
2014-04-08Fix https servers on ChromecastScott Jackson
2014-04-08Close drawers when searching from button on drawerScott Jackson
2014-04-08#219 Put downloading list in own sub tab, abstract a few pieces outScott Jackson
2014-04-05Use resource string instead of hard codeThomas Knepper
2014-04-04#277 Using cache option on pinned music unpins itdaneren2005
2014-04-04Use resource string instead of hard codeThomas Knepper
2014-04-02#326 Add override to always use englishScott Jackson
2014-04-02Pull changes from xml, won't be ever translating changelogsScott Jackson
2014-04-02Don't show change log when nullScott Jackson
2014-04-02Don't show change log when no changes listed (ie: code bump)Scott Jackson
2014-04-02 #324 Remember folder selection when switching between serversScott Jackson
2014-04-02Remove, caused other issuesScott Jackson
2014-04-01Try to make sure using the SDCard for default music locationScott Jackson
2014-04-01Use the more stringent check for cache location changeScott Jackson
2014-04-01Don't try to recycle small size bitmapsScott Jackson
2014-04-01Don't ignore SIGN_IN_REQUIRED errorScott Jackson
2014-04-01 #322 Pause for calls in remote modeScott Jackson
2014-03-31Fix samsung even allowing create temp on non-writableScott Jackson
2014-03-31#318 Try to do lookup for correct albumart on multi disc albumsScott Jackson
2014-03-29 #304 Change to shuffle by albumScott Jackson
2014-03-28Fix issue if playlist file saved as .complete and they got pinnedScott Jackson
2014-03-28Fix for when people have non numbers in disc number fieldScott Jackson
2014-03-27If album exists, display it (for multi-disc albums)Scott Jackson
2014-03-27Fix edge case issue with cover art from multiple Artist/Disc # albumsScott Jackson
2014-03-27#287 Work around for getPosition returning duration of previous songsScott Jackson