Skip to content

Releases: d4rken-org/bluemusic

v2.35

15 Feb 19:47
Compare
Choose a tag to compare

Bugfixing & maintenance

  • Improved service start/stop logic (fixes startForeground related crashes on Android O+)
  • Dependency updates
  • Translation updates

v2.34

15 Feb 18:35
Compare
Choose a tag to compare
  • Added Bluetooth admin permission to fix ROM specific issue

v2.33

14 Oct 23:33
Compare
Choose a tag to compare

• Hint that battery optimizations may cause issues
• Increased default to delay to 6s
• Fixed a couple of possible crashes
• Improved translations

v2.32

04 Sep 11:14
Compare
Choose a tag to compare
  • Bugfix: Don't launch the service for unmanaged devices.

v2.31

04 Sep 11:00
Compare
Choose a tag to compare
  • New speaker autosave volume feature

v2.30

30 Jun 00:20
Compare
Choose a tag to compare
  • 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

29 Jun 13:26
Compare
Choose a tag to compare
  • Fixed paired devices not refreshing when re-enabling the bluetooth adapter.
  • Dependency and target SDK update.

v2.28

25 Jun 21:14
Compare
Choose a tag to compare

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

06 Jun 19:02
Compare
Choose a tag to compare
  • Increased timeouts
  • Tweaked device discovery UI to highlight the speaker

v2.26

27 May 16:42
Compare
Choose a tag to compare
  • Tweaks & improved debug output