aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-17Fix color on light theme for album headerScott Jackson
2013-06-17Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-06-17Fix typo on stripping out log infodaneren2005
2013-06-17Strip out username/password from loggingdaneren2005
2013-06-17Only log redirection when one actually occursdaneren2005
2013-06-17Specify content-length on un transcoded songsScott Jackson
2013-06-16Fix play last when playing last song already playing that song twiceScott Jackson
2013-06-14Merge tombriden-offline_scrobbleScott Jackson
2013-06-14Abstract out search string parsing, use when playing offline mode songs in ↵Scott Jackson
online mode
2013-06-14Convert offline scrobbling to SharedPreference, add support for offline mode ↵Scott Jackson
with online added songs
2013-06-12Fix low quality album art with larger widgetsScott Jackson
2013-06-12Convert a few things over to use R.stringScott Jackson
2013-06-12Add option to display track number in front of song titlesScott Jackson
2013-06-12Add blank option to genre listScott Jackson
2013-06-11Close #136 Keep a permanent cache of versionScott Jackson
2013-06-11Make offline playlist more robust + only show server name if there exists a ↵Scott Jackson
playlist for more then one server
2013-06-11Close #137 Break down playlists into separate server categoriesScott Jackson
2013-06-11Fix songs in background download list not being taken off in viewScott Jackson
2013-06-11Update revision on change of backgroundDownloadList as wellScott Jackson
2013-06-11Fix stream video menu not obeying flash optionScott Jackson
2013-06-11Fix offline scrobbling in case of deeper trees + non mp3sScott Jackson
2013-06-10Fix inconsistencies. Make dialog more like othersScott Jackson
2013-06-10Moved scrobbling into MainFragment when toggling back to online modeScott Jackson
2013-06-10Fix line spacingScott Jackson
2013-06-10RevertScott Jackson
2013-06-10RevertScott Jackson
2013-06-10RevertScott Jackson
2013-06-10Breaks stuffScott Jackson
2013-06-10Breaks stuffScott Jackson
2013-06-10Tested and it doesn't appear to be so for all devices (with this change ↵Scott Jackson
Artist still showed up on the lockscreen for me)
2013-06-10MergeScott Jackson
2013-06-09Abstracted out version checkingScott Jackson
2013-06-09On error, skip to next if within 10 seconds of the end like completion handlerScott Jackson
2013-06-07Updated version 4.0.5Scott Jackson
2013-06-07set ALBUMARTIST metadata as thats what the lockscreen usesTom
put the album name into the album metadata
2013-06-07Use both artist and parent to cover old and madsonic at the same timedaneren2005
2013-06-07Error checking if version is null or any reasonScott Jackson
2013-06-06Added Intellij IDEA project files to ignore listScott Jackson
2013-06-06Updated to 4.0.4Scott Jackson
2013-06-05Fix Shuffle Buffer sometimes trying to refill foreverScott Jackson
2013-06-05Slight tweak to player descriptionsScott Jackson
2013-06-05Added option to do raw video (thanks Sindre)Scott Jackson
2013-06-05Added option to overwrite existing playlists for 4.7+Scott Jackson
2013-06-05Fix for Madsonic not always setting parent idScott Jackson
2013-06-05Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-06-05Close #132 Fix removing the active serverdaneren2005
2013-06-05fix typo in strings.xmlTom Briden
2013-06-05Added dialog when offline scrobble file found to scrobble now, ignore or ↵Tom Briden
just delete it Made processOfflineScrobbles a musicservice function so it can be called from fragment
2013-06-05Added hasOfflineScrobbles function to MusicService so the fragment can queryTom Briden
and if the file exists can prompt to process ignore or delete
2013-06-05throw exception if song not found so it can be put back on the listTom Briden
removed unneeded log line