aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2017-06-09Added preference for rewind and fast forward intervalsKevin T. Berstene
Keeping the default at 10s and 30s respectively, added preference options under Playback to allow user to change how far rewind and fast forward jump.
2017-05-08Better share error handlingScott Jackson
2017-04-30Fix #794 error if null album when applying replaygain tagsScott Jackson
2017-04-17Fix bad mergeScott Jackson
2017-04-17Merge branch 'enhanced-playback-speed' of ↵Scott Jackson
https://github.com/SilentViking/Subsonic into SilentViking-enhanced-playback-speed # Conflicts: # app/src/main/java/github/daneren2005/dsub/util/Constants.java
2017-04-17Fixes #788: Only download playlist immediately if we match sync settingsScott Jackson
2017-04-17Fixes #791: Add scan server button for stock SubsonicScott Jackson
2017-04-12Added separate persistent settings for music and non-music playback. Also ↵Marcus
updated demo server username to guest2 The new preferences key names: REFERENCES_KEY_SONG_PLAYBACK_SPEED relates to songs only. Everything else uses PREFERENCES_KEY_PLAYBACK_SPEED Commented out resetPlaybackSpeed when setCurrentPlaying is called. Updated resetPlaybackSpeed to remove both preferences, despite no longer being called.
2017-04-12Enhanced Playback speed UI using shehabic/Droppy library and persistence of ↵Marcus
speed settings between songs and non-songs.
2017-01-07Merge branch 'hufman-MediaBrowserLibrary' into edgeScott Jackson
2017-01-07Remove Log.dScott Jackson
2017-01-04Implements Android Auto Library browse #774Walter Huf
2016-11-28Automatically turn off DLNA for Android 7.0+ devicesScott Jackson
2016-11-28Fix crash with rotating in offline modeScott Jackson
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-11-01Fix split screen mode not continuing to update UIScott Jackson
2016-10-31Wrap applyMediaPlabackParams in try/catch blockScott Jackson
2016-10-27Add back basic auth supportScott Jackson
2016-10-26Fix crash if pressing play if in IDLE stateScott Jackson
2016-10-26Android 7 no longer accepts session id's from previous versionsScott Jackson
2016-10-26Possible fix for day/night theme showing wrong color on albumsScott Jackson
2016-10-26Fixes #759: Don't change the track # for Top TracksScott Jackson
2016-10-21Ask for location permissions in support for the day/night themeScott Jackson
2016-10-21Fix for Chromecast issues. Cast API appears to have changed so starting a ↵Scott Jackson
new song triggers an additional COMPLETED broadcast while it is getting the new song ready
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-17Fix accepting self signed certificatesScott Jackson
2016-10-17HttpUrlConnection doesn't auto follow http -> https redirectsScott Jackson
2016-10-17Add some better error handling to saving playlists + log errorsScott Jackson
2016-10-13Fixes #748: Show albums for Show AllScott Jackson
2016-10-13Fixes #749: Fix background cache refresh screwing up Show AllScott Jackson
2016-10-11Fixes #746: Add support for Play Title by Artist voice commandsScott Jackson
2016-10-11Fixes #747: Add support for Internet Radio while castingScott Jackson
2016-10-10Fix a couple of minor warningsScott Jackson
2016-10-07#564 Reimplement getInputStream range header, increasing timeout, and fix ↵Scott Jackson
retry logic
2016-10-06Move to using Google Play Services SSL by default where availableScott Jackson
2016-10-06Convert ServerProxy to HttpUrlConnection and remove last traces of ↵Scott Jackson
apache.http (closes #564)
2016-10-06Merge branch 'edge' into connectionScott 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-30Fixes #738: Add support for radio station playlistsScott Jackson
2016-09-28#564: Implement HttpUrlConnection for bitmaps/song downloads as wellScott Jackson
2016-09-28Merge branch 'edge' into connectionScott Jackson
2016-09-27Fixes #737: Don't show playback speed button on < 6.0Scott Jackson
2016-09-23Move cast id over to EnvironmentVariablesScott Jackson
2016-09-23Fix error when removing and then immediately adding serverScott Jackson
2016-09-21Don't scrobble/load image for Internet Radio Stations (closes #172)Scott Jackson