index
:
dsub
edge
material3
stupid-refactoring
My fork of the DSub Android client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
github
Age
Commit message (
Expand
)
Author
2014-08-20
Fixes to more of the bookmark playing
Scott Jackson
2014-08-20
Make clicking play now button in options menu take bookmarks into consideration
Scott Jackson
2014-08-20
Add index to download method to start from different song
Scott Jackson
2014-08-20
Add method to just call playNow which will take care of bookmark logic for li...
Scott Jackson
2014-08-20
Remove bookmark from song menu if one doesn't exist
Scott Jackson
2014-08-19
getBookmarks can't use same list differential as getStarred. Needs to look f...
Scott Jackson
2014-08-19
More work on synchronized bookmarks
Scott Jackson
2014-08-19
Optimizations to reduce the number of needless re-serializations
Scott Jackson
2014-08-19
Add variable singleUpdate to cache serializers
Scott Jackson
2014-08-19
Add a class to iterate through playlists, looking for matches to certain entries
Scott Jackson
2014-08-19
Automatically update bookmarks in cache data
Scott Jackson
2014-08-18
Add Resume Playing? dialog when doing context -> Play Now for song with a boo...
Scott Jackson
2014-08-18
Only clear out track when bookmark is for type "podcast"
Scott Jackson
2014-08-17
Move everything to store bookmark under Entry instead of reverse
Scott Jackson
2014-08-17
Merge branch 'master' of https://github.com/daneren2005/Subsonic into Bookmarks
Scott Jackson
2014-08-17
Update playlist caches for stars as well
Scott Jackson
2014-08-16
Serialize star change, update any current views with star data
Scott Jackson
2014-08-16
Apply check for current playing to mass unstar method as well
Scott Jackson
2014-08-16
Move to fragment logic so more easily expanded upon
Scott Jackson
2014-08-16
Check if unstarred entry exists in current playing list
Scott Jackson
2014-08-15
Remove entry from being stored under bookmark
Scott Jackson
2014-08-15
Add rating/bookmark to Entry definition
Scott Jackson
2014-08-14
Fix deletePodcastEpisode not properly updating serialization
Scott Jackson
2014-08-14
Merge branch 'CacheUpdate' of https://github.com/daneren2005/Subsonic into Ca...
Scott Jackson
2014-08-14
Merge branch 'master' of https://github.com/daneren2005/Subsonic into CacheUp...
Scott Jackson
2014-08-14
When saving current list, save the name used
Scott Jackson
2014-08-14
Add constants for suggested playlist name/id
Scott Jackson
2014-08-14
Persist suggested playlist name/id between sessions
Scott Jackson
2014-08-14
Make sure artists in starred list have isAlbum evaluate to false
Scott Jackson
2014-08-14
Fix getStarredList not unstarring songs/albums
Scott Jackson
2014-08-14
Fix video podcasts not showing up as podcasts
Scott Jackson
2014-08-13
Update serializations when getting list of starred
Scott Jackson
2014-08-13
Fix specifying wrong parent when browse by tags is on
Scott Jackson
2014-08-13
Fix setStarred looking up wrong serialization with tags on
Scott Jackson
2014-08-13
Add log on error to toggleStarred(Entry) as well
Scott Jackson
2014-08-12
Add musicFolderId to list of cleanup fields when removing a server
Scott Jackson
2014-08-12
Update cache serialization in setStarred
Scott Jackson
2014-08-11
Stop logging all serializations
Scott Jackson
2014-08-09
Update the active playlist's details as on success
Scott Jackson
2014-08-09
Fix an issue where the wrong index was removed from playlist
Scott Jackson
2014-08-09
For podcasts/playlists, directly update serialization instead of just refreshing
Scott Jackson
2014-08-09
Fix user edits to fixing immediate cache
Scott Jackson
2014-08-09
Merge branch 'master' of https://github.com/daneren2005/Subsonic into CacheUp...
Scott Jackson
2014-08-08
Lower wakelock time to hopefully improve on active battery usage
Scott Jackson
2014-08-08
If nextSetup is true, use playNext regardless
Scott Jackson
2014-08-08
Create a decent serialization update abstraction, apply to User edits for sta...
Scott Jackson
2014-08-08
Fix web commit
Scott Jackson
2014-08-08
#383 Fix sync notification intents
Scott Jackson
2014-08-07
Allow comma separated SSID's, as well as a single SSID with a comma in it
Scott Jackson
2014-08-07
Update Util.java
Scott Jackson
[next]