aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-24Merge pull request #2 from daneren2005/edgeKoen
5.4.2
2018-08-23DSub 5.4.2 ReleasedScott Jackson
2018-08-17Fixes #872 use native serialization so Auto doesn't crash on entriesScott Jackson
2018-08-17Revert last commit, more places aren't working as serializable as wellScott Jackson
2018-08-17Fixes #872: Don't try to serialize Entry since it crashes Android AutoScott Jackson
2018-08-17Fixes #869 Android Auto using the cached indexes from the main appScott Jackson
2018-08-14Fixes #875 lockscreen widget always fast forwarding instead of skippingScott Jackson
2018-08-01Merge pull request #1 from daneren2005/edgeKoen
Merge DSub 5.4
2018-07-29Lower notification channel importance so it doesn't play a ding every time a ↵Scott Jackson
song changes...
2018-07-29Update HU translationScott Jackson
2018-07-29Merge branch 'master' into edgeScott Jackson
# Conflicts: # app/build.gradle
2018-07-29DSub 5.4.1 releasedScott Jackson
2018-07-29Probably fix crashes in DLNARouterProvider from concurrent add/remove eventsScott Jackson
2018-07-29Fix #867 Android Auto not showing up as an option from bad Google specific ↵Scott Jackson
AndroidManifest definition
2018-07-29Fix #867 Android Auto not showing up as an option from bad Google specific ↵Scott Jackson
AndroidManifest definition
2018-07-29Probably fix crashes in DLNARouterProvider from concurrent add/remove eventsScott Jackson
2018-07-26Add notification channels for API v26 complianceScott Jackson
2018-07-26Update targetSdkVersionScott Jackson
2018-07-26Dsub 5.4 releasedScott Jackson
2018-07-26Merge branch 'master' into edgeScott Jackson
2018-07-26Fix deadlock bugs at startupScott Jackson
2018-06-13Merge pull request #864 from The-Compiler/roamingScott Jackson
Add option to disable downloading while roaming
2018-06-13Add option to disable downloading while roamingFlorian Bruhin
2018-01-23Merge pull request #843 from hufman/aa-queue-sizeScott Jackson
Sends a remote queue of 50 items instead of 3
2018-01-17Merge pull request #842 from hufman/aa-direct-song-playbackScott Jackson
Changes AA song selection to play the directory
2018-01-17Merge pull request #841 from hufman/aa-multiple-bookmarksScott Jackson
Better enqueues a selected bookmark's directory
2018-01-15Sends a remote queue of 50 items instead of 3Walter Huf
2018-01-15Better enqueues a selected bookmark's directoryWalter 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-15Changes AA song selection to play the directoryWalter Huf
2018-01-10Tweak getRecentDownloads to take how many songs we have set to load into accountScott Jackson
2018-01-10Fixes #814: Limit undeletable files to ones we are playing soon or just playedScott Jackson
2018-01-06Commit IDE changesScott Jackson
2018-01-06Fix server settings rejecting urls like the_max.subsonic.org which are validScott Jackson
2017-12-07Merge pull request #832 from pR0Ps/bugfix/environment-var-crashScott Jackson
Provide build flavours and fix a crash on startup
2017-10-13Use product flavours to enable builds without proprietary librariesCarey 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-13Fix crash on startup when building without environment variablesCarey 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-22Merge pull request #829 from YSmhXQDd6Z/masterScott Jackson
Update portuguese translation
2017-09-18Update strings.xmlYSmhXQDd6Z
2017-08-14Merge pull request #818 from flamingspaz/formatsScott Jackson
Add additional audio/video file extensions
2017-08-14Add additional audio/video file extensionsYousef Alam
2017-08-03Fixes #769: Add offline support for opus filesScott Jackson
2017-06-19Merge branch 'master' into edgeScott Jackson
2017-06-19Merge pull request #805 from KBerstene/bugfix/playbackcontrolsScott Jackson
Bugfix: Previous and next button behavior while long song is paused
2017-06-14Remove duplicate checkScott Jackson
2017-06-14Put the rewind/fastforward fallbacks back for bluetooth buttons and suchScott Jackson
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-13Update gradleScott Jackson
2017-06-13Merge branch 'KBerstene-feature/rewindjumppreferences' into edgeScott Jackson
2017-06-13Merge branch 'master' into edgeScott Jackson