Releases: d4rken-org/bluemusic
Releases · d4rken-org/bluemusic
v2.35
Bugfixing & maintenance
- Improved service start/stop logic (fixes
startForeground
related crashes on Android O+)
- Dependency updates
- Translation updates
v2.34
- Added Bluetooth admin permission to fix ROM specific issue
v2.33
• Hint that battery optimizations may cause issues
• Increased default to delay to 6s
• Fixed a couple of possible crashes
• Improved translations
v2.32
- Bugfix: Don't launch the service for unmanaged devices.
v2.31
- New speaker autosave volume feature
v2.30
- Fixed crash on Android P due to missing permissions
- Increased compatibility with x86 devices
- Reverted target SDK to 27 again as the required support libraries are unstable
v2.29
- Fixed paired devices not refreshing when re-enabling the bluetooth adapter.
- Dependency and target SDK update.
v2.28
Fixed inconsistent connection handling.
If the app was not in memory, the LiveBluetoothSource wouldn't know there is an event to wait for as it never received the event itself, but was only launched in response to that. The service would then subscribe to the list of devices which would never update as the event wasn't broadcast again. In some edge cases it could still work if the device had connected completely by the point the initial LiveBluetoothSource data was loaded.
v2.27
- Increased timeouts
- Tweaked device discovery UI to highlight the speaker
v2.26
- Tweaks & improved debug output