aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2014-08-12Update cache serialization in setStarredScott Jackson
2014-08-11Stop logging all serializationsScott Jackson
2014-08-09Update the active playlist's details as on successScott Jackson
2014-08-09Fix an issue where the wrong index was removed from playlistScott Jackson
2014-08-09For podcasts/playlists, directly update serialization instead of just refreshingScott Jackson
2014-08-09Fix user edits to fixing immediate cacheScott Jackson
2014-08-09Merge branch 'master' of https://github.com/daneren2005/Subsonic into ↵Scott Jackson
CacheUpdate
2014-08-08Lower wakelock time to hopefully improve on active battery usageScott Jackson
2014-08-08If nextSetup is true, use playNext regardlessScott Jackson
If nextSetup is true, then the media player has already called setNextMediaPlayer. Since this is already inside of the onCompletion, there is a pretty good chance that the next media player is already playing. In this case we can't risk going into the condition where the current media player will be restarted.
2014-08-08Create a decent serialization update abstraction, apply to User edits for ↵Scott Jackson
starters
2014-08-08Fix web commitScott Jackson
2014-08-08#383 Fix sync notification intentsScott Jackson
2014-08-07Allow comma separated SSID's, as well as a single SSID with a comma in itScott Jackson
2014-08-07Update Util.javaScott Jackson
2014-08-07#383 Open up album lists if passed as intent extraScott Jackson
2014-08-07#383 Add intents to go to sync notification's actionScott Jackson
2014-08-05Fix timing issue when starting in shuffle mode as playlist is being restoredScott Jackson
2014-08-05Try a couple of times for a entry with non-null artScott Jackson
2014-07-29Revert 7e88ccbb4ee8c500efa81b2cabe6c0c83a557806 SyncRequest seems to be ↵Scott Jackson
uncancellable, thus unusable for my purposes
2014-07-29 #384 Use SyncRequest to not wake system up when no wifi for 4.4+Scott Jackson
2014-07-28Fix threads dieing due to not manually clearing interrupt status for when ↵Scott Jackson
interrupt was called during a non-blocking action
2014-07-28Revert changeScott Jackson
2014-07-28Some fixes to ImageLoader using crossfade incorrectlyScott Jackson
2014-07-28Fix relying on revision to update bottom barScott Jackson
2014-07-28Fix web commit for ImageTask cancellingScott Jackson
2014-07-28#371 Keep track of current running imageTaskScott Jackson
2014-07-28#371 Keep track of current running imageTaskScott Jackson
2014-07-28#371 Keep track of current running imageTaskScott Jackson
2014-07-28#371 Automatically remove cancel imageTask if setScott Jackson
2014-07-28#371 ImageLoader tasks return a ImageTask if usedScott Jackson
2014-07-28Fix for recycling old transition drawableScott Jackson
The old implementation only kept current + 1 old drawable. While this reduced the number of cases where the old drawable was attempted to be used, it did not completely eliminate it. There were still cases where the + 1 old drawable was used and caused a crash. This new implementation just completely clears the old transition drawable from the stack after a certain amount of time.
2014-07-28Only update bottom bar if revision updatesScott Jackson
2014-07-25Fix final member property not being initialized in constructorScott Jackson
2014-07-25#380 Put artist results before albumsScott Jackson
2014-07-25#380 Sort search results by how close they are to queryScott Jackson
2014-07-25Dont add to update listScott Jackson
2014-07-25Dont add to update listScott Jackson
2014-07-25Dont add to update listScott Jackson
2014-07-25Dont add to update listScott Jackson
2014-07-25Add ability to have views which are not updatedScott Jackson
2014-07-25Reverse setStarred artist check conditionScott Jackson
Possible fix for starring albums counting as starring a artist. Changed to match the condition used in EntryAdapter which seems to work correctly.