Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-06 | Fix server settings rejecting urls like the_max.subsonic.org which are valid | Scott Jackson | |
2017-10-13 | Use product flavours to enable builds without proprietary libraries | Carey Metcalfe | |
This commit uses build flavours to provide two different builds: A 'floss' build and a 'google' build. - The 'floss' build builds a basic version of the app with no dependencies on proprietary libraries. - The 'google' build adds Chromecast support and a few other extras provided by Google Play Services | |||
2017-10-13 | Fix crash on startup when building without environment variables | Carey Metcalfe | |
- Adds a check for the `CAST_APPLICATION_ID` variable in `CastCompat`. If it's null, casting will be disabled. - Without a `PASTEBIN_DEV_KEY` sending logs would result in a generic "Failed to gather logs" message. This commit changes the message to something more accurate. | |||
2017-08-14 | Add additional audio/video file extensions | Yousef Alam | |
2017-08-03 | Fixes #769: Add offline support for opus files | Scott Jackson | |
2017-06-19 | Merge branch 'master' into edge | Scott Jackson | |
2017-06-14 | Remove duplicate check | Scott Jackson | |
2017-06-14 | Put the rewind/fastforward fallbacks back for bluetooth buttons and such | Scott Jackson | |
2017-06-14 | Fix persistent notification showing different action when paused | Scott Jackson | |
2017-06-14 | Make sure to always show correct fast foward or next buttons | Scott Jackson | |
2017-06-13 | Merge branch 'KBerstene-feature/rewindjumppreferences' into edge | Scott Jackson | |
2017-06-11 | Fixed previous and next button behavior while long song is paused | Kevin T. Berstene | |
2017-06-09 | Additional change for modifiable rewind/fast forward. | Kevin T. Berstene | |
2017-06-09 | Added preference for rewind and fast forward intervals | Kevin 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-08 | Better share error handling | Scott Jackson | |
2017-04-30 | Fix #794 error if null album when applying replaygain tags | Scott Jackson | |
2017-04-17 | Fix bad merge | Scott Jackson | |
2017-04-17 | Merge 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-17 | Fixes #788: Only download playlist immediately if we match sync settings | Scott Jackson | |
2017-04-17 | Fixes #791: Add scan server button for stock Subsonic | Scott Jackson | |
2017-04-12 | Added 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-12 | Enhanced Playback speed UI using shehabic/Droppy library and persistence of ↵ | Marcus | |
speed settings between songs and non-songs. | |||
2017-01-07 | Merge branch 'hufman-MediaBrowserLibrary' into edge | Scott Jackson | |
2017-01-07 | Remove Log.d | Scott Jackson | |
2017-01-04 | Implements Android Auto Library browse #774 | Walter Huf | |
2016-11-28 | Automatically turn off DLNA for Android 7.0+ devices | Scott Jackson | |
2016-11-28 | Fix crash with rotating in offline mode | Scott Jackson | |
2016-11-23 | Always play something from Auto even if no matches are found | Scott Jackson | |
2016-11-22 | Add option to disable DLNA casting | Scott Jackson | |
2016-11-10 | Clear cached session id when restoring from backup | Scott Jackson | |
2016-11-01 | Fix split screen mode not continuing to update UI | Scott Jackson | |
2016-10-31 | Wrap applyMediaPlabackParams in try/catch block | Scott Jackson | |
2016-10-27 | Add back basic auth support | Scott Jackson | |
2016-10-26 | Fix crash if pressing play if in IDLE state | Scott Jackson | |
2016-10-26 | Android 7 no longer accepts session id's from previous versions | Scott Jackson | |
2016-10-26 | Possible fix for day/night theme showing wrong color on albums | Scott Jackson | |
2016-10-26 | Fixes #759: Don't change the track # for Top Tracks | Scott Jackson | |
2016-10-21 | Ask for location permissions in support for the day/night theme | Scott Jackson | |
2016-10-21 | Fix 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-19 | Remove debug timeout | Scott Jackson | |
2016-10-19 | Clear tint cache on exit so we can fix if bad colors get stuck | Scott Jackson | |
2016-10-17 | Fix accepting self signed certificates | Scott Jackson | |
2016-10-17 | HttpUrlConnection doesn't auto follow http -> https redirects | Scott Jackson | |
2016-10-17 | Add some better error handling to saving playlists + log errors | Scott Jackson | |
2016-10-13 | Fixes #748: Show albums for Show All | Scott Jackson | |
2016-10-13 | Fixes #749: Fix background cache refresh screwing up Show All | Scott Jackson | |
2016-10-11 | Fixes #746: Add support for Play Title by Artist voice commands | Scott Jackson | |
2016-10-11 | Fixes #747: Add support for Internet Radio while casting | Scott Jackson | |
2016-10-10 | Fix a couple of minor warnings | Scott Jackson | |
2016-10-07 | #564 Reimplement getInputStream range header, increasing timeout, and fix ↵ | Scott Jackson | |
retry logic |