Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-25 | Merge remote-tracking branch 'glennguy/edge' into glennguy-edge | Scott Jackson | |
2018-10-22 | Merge pull request #900 from vrih/fix/download-service-crash-empty-playlist | Scott Jackson | |
Fix a crash on getRecentDownloads if playlist is empty | |||
2018-10-20 | Fix a crash on getRecentDownloads if playlist is empty | Daniel Bowman | |
2018-10-17 | requestAudioFocus not behaving properly | Glenn Guy | |
Other apps were only triggering the listener if I had started dsub from Android Auto It seems that the AudioManager instance needs to come from application context rather than the service - I found the hint here: https://stackoverflow.com/a/14129015 | |||
2018-10-17 | Ensure startForeground() is called | Glenn Guy | |
Fixes #890 | |||
2018-10-13 | Fix again registering/unregistering AudioNoisyReceiver | Glenn Guy | |
Moved to onCreate()/onDestroy() rather than start() stop() and pause() - receiver would not be registered in some cases causing and exception to occur and audio playback to continue when bluetooth is disconnected. | |||
2018-10-12 | Fix playback pausing when disconnecting bluetooth | Glenn Guy | |
2018-10-11 | Fix metadata lag and missing artist/album/duration on Pie | Glenn Guy | |
Android Pie takes the metadata from the queue. Missing the Description (album) metadata seems to cause it to wait a few seconds (this error in the log - `2018-10-11 23:39:14.757 31985-31985/? D/NewAvrcpMediaPlayerWrapper: Metadata currently out of sync for github.daneren2005.dsub`) before sending the info over AVRCP. | |||
2018-10-11 | Remove registerMediaButtonEventReceiver for API >= 21 | Glenn Guy | |
Finally figured out that this was causing an extra controller to be registered with the AVRCP module. With DSub as the only media app running the log would show `V/NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 0` on entry into the app and would increase to 2 shortly after. On Android Pie this causes problems as the new AVRCP module's logic is causing the metadata to be sent through to the wrong controller. I'm not sure if you think I've gone about it in the correct way but I've removed the setting for media buttons as well for Lollipop onwards, considering that this setting has no effect anyway on >= 21. | |||
2018-10-11 | Migrate media libraries to support v4 | Glenn Guy | |
2018-09-11 | Merge pull request #883 from glennguy/edge | Scott Jackson | |
AA voice search improvements | |||
2018-09-11 | Dsub 5.4.3 released | Scott Jackson | |
2018-09-08 | AA voice search improvements | Glenn Guy | |
Specific song requests weren't doing anything, and requests to 'play some (artist)' would queue up albums in chronological order. Single songs now working, and artist requests will shuffle which is in line with other services like spotify etc. | |||
2018-09-07 | Use largeHeap param to try to get around bundle size limits | Scott Jackson | |
2018-09-07 | Fix Android O+ crashing if something isn't played within 5 seconds of startup | Scott Jackson | |
2018-09-01 | Fixed #880: Use explicit startForegroundService for Android 8+ | Scott Jackson | |
2018-08-31 | Fixes #879: Add support for Android O's new requestAudioFocus API | Scott Jackson | |
2018-08-23 | DSub 5.4.2 Released | Scott Jackson | |
2018-08-17 | Fixes #872 use native serialization so Auto doesn't crash on entries | Scott Jackson | |
2018-08-17 | Revert last commit, more places aren't working as serializable as well | Scott Jackson | |
2018-08-17 | Fixes #872: Don't try to serialize Entry since it crashes Android Auto | Scott Jackson | |
2018-08-17 | Fixes #869 Android Auto using the cached indexes from the main app | Scott Jackson | |
2018-08-14 | Fixes #875 lockscreen widget always fast forwarding instead of skipping | Scott Jackson | |
2018-07-29 | Lower notification channel importance so it doesn't play a ding every time a ↵ | Scott Jackson | |
song changes... | |||
2018-07-29 | Update HU translation | Scott Jackson | |
2018-07-29 | Merge branch 'master' into edge | Scott Jackson | |
# Conflicts: # app/build.gradle | |||
2018-07-29 | DSub 5.4.1 released | Scott Jackson | |
2018-07-29 | Probably fix crashes in DLNARouterProvider from concurrent add/remove events | Scott Jackson | |
2018-07-29 | Fix #867 Android Auto not showing up as an option from bad Google specific ↵ | Scott Jackson | |
AndroidManifest definition | |||
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 | Update targetSdkVersion | 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 | Merge pull request #864 from The-Compiler/roaming | Scott Jackson | |
Add option to disable downloading while roaming | |||
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-17 | Merge pull request #841 from hufman/aa-multiple-bookmarks | Scott Jackson | |
Better enqueues a selected bookmark's 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 | Commit IDE changes | Scott Jackson | |
2018-01-06 | Fix server settings rejecting urls like the_max.subsonic.org which are valid | Scott Jackson | |
2017-12-07 | Merge pull request #832 from pR0Ps/bugfix/environment-var-crash | Scott Jackson | |
Provide build flavours and fix a crash on startup | |||
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 |