aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-08-24Merge branch 'Bookmarks' of https://github.com/daneren2005/SubsonicScott Jackson
2014-08-22More work on auto bookmark logicScott Jackson
2014-08-22Fix getting position twice in createBookmark()Scott Jackson
2014-08-22Automatically add bookmarks for podcasts when stopping in middleScott Jackson
2014-08-22Only load bookmarks if online and version is high enoughScott Jackson
2014-08-22Add session start up method, refresh bookmarks on startupScott Jackson
2014-08-22When using play everything after song setting, also allow user to resume ↵Scott Jackson
from bookmark
2014-08-22Allow resume from bookmark for Podcasts as wellScott Jackson
2014-08-21Fix crash by making sure to update currentPlayingIndex in downloadScott Jackson
2014-08-21Revert change to FD, try just using absolute path firstScott Jackson
2014-08-21Fixes to web commit for auto deleting bookmarksScott Jackson
2014-08-21Convert MediaPlayer over to use file descriptors instead of string pathsScott Jackson
2014-08-21Automatically delete bookmarks when fully playedScott Jackson
2014-08-21Remove stack trace from deserialization, never usable anywaysScott Jackson
2014-08-20Fixes to more of the bookmark playingScott Jackson
2014-08-20Make clicking play now button in options menu take bookmarks into considerationScott Jackson
2014-08-20Add index to download method to start from different songScott Jackson
2014-08-20Add method to just call playNow which will take care of bookmark logic for ↵Scott Jackson
lists of any size
2014-08-20Remove bookmark from song menu if one doesn't existScott Jackson
2014-08-19getBookmarks can't use same list differential as getStarred. Needs to look ↵Scott Jackson
for cases where bookmarks exist but are different as well
2014-08-19More work on synchronized bookmarksScott Jackson
2014-08-19Optimizations to reduce the number of needless re-serializationsScott Jackson
In a single user environment, this will reduce most of the needless re-serialization. Previously, if the user starred something, then went into the starred list, it would re-write the serialization for the directory even though it was already update from when they called setStarred in the first place. This code is really only needed for the case where bookmarks/stars are added from a separate device.
2014-08-19Add variable singleUpdate to cache serializersScott Jackson
In some cases we need to iterate over every single entry in a list in order to ensure all cases are covered. This is the minority though, and performance shouldn't be impeded for the other cases.
2014-08-19Add a class to iterate through playlists, looking for matches to certain entriesScott Jackson
2014-08-19Automatically update bookmarks in cache dataScott Jackson
2014-08-18Add Resume Playing? dialog when doing context -> Play Now for song with a ↵Scott Jackson
bookmark on it
2014-08-18Only clear out track when bookmark is for type "podcast"Scott Jackson
2014-08-17Move everything to store bookmark under Entry instead of reverseScott Jackson
2014-08-17Merge branch 'master' of https://github.com/daneren2005/Subsonic into BookmarksScott Jackson
2014-08-17Update playlist caches for stars as wellScott Jackson
2014-08-16Serialize star change, update any current views with star dataScott Jackson
2014-08-16Apply check for current playing to mass unstar method as wellScott Jackson
2014-08-16Move to fragment logic so more easily expanded uponScott Jackson
2014-08-16Check if unstarred entry exists in current playing listScott Jackson
2014-08-15Remove entry from being stored under bookmarkScott Jackson
2014-08-15Add rating/bookmark to Entry definitionScott Jackson
2014-08-14Fix deletePodcastEpisode not properly updating serializationScott Jackson
2014-08-14Merge branch 'CacheUpdate' of https://github.com/daneren2005/Subsonic into ↵Scott Jackson
CacheUpdate
2014-08-14Merge branch 'master' of https://github.com/daneren2005/Subsonic into ↵Scott Jackson
CacheUpdate
2014-08-14When saving current list, save the name usedScott Jackson
2014-08-14Add constants for suggested playlist name/idScott Jackson
2014-08-14Persist suggested playlist name/id between sessionsScott Jackson
2014-08-14Make sure artists in starred list have isAlbum evaluate to falseScott Jackson
2014-08-14Fix getStarredList not unstarring songs/albumsScott Jackson
2014-08-14Fix video podcasts not showing up as podcastsScott Jackson
2014-08-13Update serializations when getting list of starredScott Jackson
2014-08-13Fix specifying wrong parent when browse by tags is onScott Jackson
2014-08-13Fix setStarred looking up wrong serialization with tags onScott Jackson
2014-08-13Add log on error to toggleStarred(Entry) as wellScott Jackson
2014-08-12Add musicFolderId to list of cleanup fields when removing a serverScott Jackson