aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/util
AgeCommit message (Expand)Author
2017-06-14Fix persistent notification showing different action when pausedScott Jackson
2017-06-14Make sure to always show correct fast foward or next buttonsScott Jackson
2017-06-11Fixed previous and next button behavior while long song is pausedKevin T. Berstene
2017-06-09Added preference for rewind and fast forward intervalsKevin T. Berstene
2017-04-17Fix bad mergeScott Jackson
2017-04-17Merge branch 'enhanced-playback-speed' of https://github.com/SilentViking/Sub...Scott Jackson
2017-04-12Enhanced Playback speed UI using shehabic/Droppy library and persistence of s...Marcus
2016-11-23Always play something from Auto even if no matches are foundScott Jackson
2016-11-22Add option to disable DLNA castingScott Jackson
2016-11-10Clear cached session id when restoring from backupScott Jackson
2016-10-26Android 7 no longer accepts session id's from previous versionsScott Jackson
2016-10-19Remove debug timeoutScott Jackson
2016-10-19Clear tint cache on exit so we can fix if bad colors get stuckScott Jackson
2016-10-06Convert ServerProxy to HttpUrlConnection and remove last traces of apache.htt...Scott Jackson
2016-10-05Load playlist size in background before hitting RCC::setPlaybackStateScott Jackson
2016-10-01Workaround for #739Scott Jackson
2016-09-30Make sure BackgroundTask can add threads when we have too many tasksScott Jackson
2016-09-23Move cast id over to EnvironmentVariablesScott Jackson
2016-09-21Don't scrobble/load image for Internet Radio Stations (closes #172)Scott Jackson
2016-09-20Merge branch 'internet-radio' into edgeScott Jackson
2016-09-19Fixes #734: Auto skip uncached songs when no networkScott Jackson
2016-09-14#172 Implement playback of internet radio stations + hide UI elements which d...Scott Jackson
2016-09-14Merge branch 'edge' into internet-radioScott Jackson
2016-09-13Fix error if adding a user with no current usersScott Jackson
2016-09-09Reintroduce tokens for Subsonic 6+ with a check for error code 41Scott Jackson
2016-09-08#172 Add Internet Radio tab UIScott Jackson
2016-09-02Fixes #656: Add Day/Night themesScott Jackson
2016-09-01Fixes #732: Add support for runtime permissionsScott Jackson
2016-08-31Fixes #726: Add custom playback speedScott Jackson
2016-07-27Fixes #714: Add different options for action when pressing a songScott Jackson
2016-07-26Merge branch 'playback_speed'Scott Jackson
2016-07-25Fix dropdown color on newer versions of support libScott Jackson
2016-07-25Merge branch 'master' into playback_speedScott Jackson
2016-07-17Scrobble sourceHumbleBeeBumbleBee
2016-07-05Fixes #718: fix rotation/sleep issues with EQ fragmentScott Jackson
2016-06-23Require SSID entry before using local network addressScott Jackson
2016-06-23Override MediaSession's handling of KeyEvents to get custom logic (ie: double...Scott Jackson
2016-06-14try/catch onDone results as wellScott Jackson
2016-06-08Fixes #704: Allow rewind/fast forward in Auto + Bluetooth controlsScott Jackson
2016-06-08Fix crash if formatting null date stringScott Jackson
2016-05-30Merge remote-tracking branch 'origin/master' into playback_speedScott Jackson
2016-05-29Fixes #703 NPE on refill with no existing executorServiceScott Jackson
2016-05-23Wrap broadcasts in try/catch in case they are causing #696Scott Jackson
2016-05-04Merge branch 'master' into playback_speedScott Jackson
2016-05-02Fixes #686: Don't restart activity when coming from notificationsScott Jackson
2016-04-26#683 Only show heads up notification while out of appScott Jackson
2016-04-23#170 Add Variable Playback SpeedScott Jackson
2016-04-20Go back to only checking ACTION_UP (some devices don't actually populate repe...Scott Jackson
2016-04-06#669 On Audio Books/Podcasts replace back/forward with rewind/fast forwardScott Jackson
2016-03-28Fixes #667: Add optional caching while castingScott Jackson