aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src
AgeCommit message (Collapse)Author
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-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-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-05Fix Shuffle Buffer sometimes trying to refill foreverScott 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-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
2013-06-05changed to use a proper lucene query from using just artist/title parsed ↵Tom Briden
from filename
2013-06-05readded discnumber parsing to SongView createEntryTom Briden
2013-06-05Revert "Moved metadata parsing back to createEntry, added disc number parsing"Tom Briden
This reverts commit 9e14459fb8691624febe20e9df3d35518c6ec422. This change made loading playlists while offline reallly slow
2013-06-05open the offline scrobbles file in append mode, d'ohTom Briden
2013-06-04When changing servers, set folder back to all to avoid index > folder size ↵Scott Jackson
on new server
2013-06-04Set playlist suggested name + merged old download activity methodScott Jackson
2013-06-04Supposed to be protected, not private...Scott Jackson
2013-06-04Added ability to create new playlist from add to playlist menuScott Jackson
2013-06-04Added Offline Scrobbling functionality:Tom
FileUtil: new function to return name of offline scrobbles file CachedMusicService: added code to scrobble() that appends to offline scrobbles file a search query made from song path and the millis time of that song play RESTMusicService: override scrobble function that also takes time in millis of scrobble RESTMusicService: new function to look for offline scrobbleis file and process it by using searchNew to get the song id using the cached query (needs putting on a thread) RESTMusicServer: Added call to processOfflineScrobbles in checkLicence
2013-06-03Add refresh to genres for when doing manual refreshScott Jackson
2013-06-03Merge widgetsScott Jackson
2013-06-03Finished adding 4x1-4x4 widgets (Thanks archrival)Scott Jackson
2013-06-03Fix for some edge cases in sorting, surround with try/catch to never bother ↵Scott Jackson
user if it fails
2013-06-02Only apply sorting on version > 4.7Scott Jackson
2013-06-02Added Genre fragment (thanks archrival)Scott Jackson
2013-05-31Added Genre combo to Shuffle dialog (thanks archrival for parsers)Scott Jackson
2013-05-30Only execute ALBUM_VIEW intent onceScott Jackson
2013-05-30Show Album puts artist on back stackScott Jackson
2013-05-30On PagerAdapter.invalidate(), clear fragment stacksScott Jackson
2013-05-30Added ignoredArticles (unreleased server version required) support for ↵Scott Jackson
offline mode, defaults to subsonics defaults
2013-05-30Missed in last commitScott Jackson