Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-29 | Fix #867 Android Auto not showing up as an option from bad Google specific ↵ | Scott Jackson | |
AndroidManifest definition | |||
2018-07-29 | Probably fix crashes in DLNARouterProvider from concurrent add/remove events | Scott Jackson | |
2018-07-26 | Add notification channels for API v26 compliance | Scott Jackson | |
2018-07-26 | Dsub 5.4 released | Scott Jackson | |
2018-07-26 | Merge branch 'master' into edge | Scott Jackson | |
2018-07-26 | Fix deadlock bugs at startup | Scott Jackson | |
2018-06-13 | Add option to disable downloading while roaming | Florian Bruhin | |
2018-01-23 | Merge pull request #843 from hufman/aa-queue-size | Scott Jackson | |
Sends a remote queue of 50 items instead of 3 | |||
2018-01-17 | Merge pull request #842 from hufman/aa-direct-song-playback | Scott Jackson | |
Changes AA song selection to play the directory | |||
2018-01-15 | Sends a remote queue of 50 items instead of 3 | Walter Huf | |
2018-01-15 | Better enqueues a selected bookmark's directory | Walter Huf | |
Fixes a bug with multiple bookmarks in the same directory: The first file encountered with a saved bookmark would be played, not the bookmark that was selected | |||
2018-01-15 | Changes AA song selection to play the directory | Walter Huf | |
2018-01-10 | Tweak getRecentDownloads to take how many songs we have set to load into account | Scott Jackson | |
2018-01-10 | Fixes #814: Limit undeletable files to ones we are playing soon or just played | Scott Jackson | |
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-09-22 | Merge pull request #829 from YSmhXQDd6Z/master | Scott Jackson | |
Update portuguese translation | |||
2017-09-18 | Update strings.xml | YSmhXQDd6Z | |
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-13 | Merge branch 'master' 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-06-09 | Change SeekBarPreference value to center alignment, bringing it in line with ↵ | Kevin T. Berstene | |
similar dialog boxes. | |||
2017-05-08 | Better share error handling | Scott Jackson | |
2017-04-30 | Update translation | Scott Jackson | |
2017-04-30 | Fix #794 error if null album when applying replaygain tags | Scott Jackson | |
2017-04-18 | Dsub 5.3.5 released | 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 | Merge branch 'master' into edge | Scott Jackson | |
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-03-07 | Fixes #784: Add 48 kpbs option | Scott Jackson | |
2017-01-17 | Little improvement of the french translation | 3615pipou | |
"Play next" was translate "Suivant" which mean "next" so I propose "Jouer juste après". And "Play last" was translate "Précédent" which mean "previous" so I propose "Jouer en fin de liste" | |||
2017-01-07 | Merge branch 'hufman-MediaBrowserLibrary' into edge | Scott Jackson | |
2017-01-07 | Remove Log.d | Scott Jackson | |
2017-01-05 | Fixes #776: Update French translation of Bookmarks | Scott Jackson | |
2017-01-05 | Fix verbage of keep last played | Scott Jackson | |
2017-01-04 | Implements Android Auto Library browse #774 | Walter Huf | |