aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05Remove duplicate DSub label from Tasker descriptionScott Jackson
2014-08-05Try a couple of times for a entry with non-null artScott Jackson
2014-07-30Translation updateScott Jackson
2014-07-29Revert 7e88ccbb4ee8c500efa81b2cabe6c0c83a557806 SyncRequest seems to be ↵Scott Jackson
uncancellable, thus unusable for my purposes
2014-07-29Update translationScott Jackson
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.
2014-07-25Fix for case where a Podcast Channel has no nameScott Jackson
2014-07-25#380 Sort quick search results by closeness to queryScott Jackson
2014-07-24Merge pull request #382 from thknepper/masterScott Jackson
#381 update german translation
2014-07-24Move indexes cache to CachedMusicServiceScott Jackson
2014-07-24Move indexes cache to CachedMusicServiceScott Jackson
2014-07-23Change tasker to start instead of play, shuffle auto startsScott Jackson
2014-07-23Fix issue where switching online/offline keeps Home as selectedScott Jackson
2014-07-23Fix returning list with null if user returned is nullScott Jackson
2014-07-23#381 update german translationThomas Knepper
2014-07-23Work around for getBoolean never returning nullsScott Jackson
Fix for Last.FM showing for stock Subsonic users
2014-07-23Calling invalidate needs to redraw options menuScott Jackson
Fix changing to offline, server type not removing Rescan Server from MainFragment options menu
2014-07-23Merge remote-tracking branch 'origin/master'Scott Jackson
2014-07-23Add no-arg constructor for KryoScott Jackson
2014-07-23Merge pull request #381 from thknepper/masterScott Jackson
update german translation
2014-07-23Merge branch 'Tasker' of https://github.com/daneren2005/SubsonicScott Jackson
2014-07-23update german translation for tasker pluginThomas Knepper
2014-07-22Fix DownloadService.START_PLAY not going anywhereScott Jackson
2014-07-22More work on adding a custom tasker pluginScott Jackson
2014-07-22Add display of Madsonic specific Last.FM feature role, whatever the heck it doesScott Jackson
2014-07-22Fix background sync overwriting current server's versionScott Jackson
2014-07-22Remove unused MusicService methodsScott Jackson