Skip to content

Releases: d4rken-org/bluemusic

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

v2.25

25 May 01:08
Compare
Choose a tag to compare
  • Further improvements to connection handling.
  • Fixed potential UI lag when a device connected.

v2.24

22 May 23:18
Compare
Choose a tag to compare
  • Improved handling of new Bluetooth events. The app should now react quicker to connects & disconnects.

v2.23

07 May 16:44
Compare
Choose a tag to compare
  • Fixed 'App enabled' setting having no effect.