Skip to content
Jim Roal edited this page Feb 24, 2019 · 5 revisions

Updates

2.0.2 February 24, 2019 (8)

  • Got the icon change based on connection state working (at least after connect/disconnect requests).

2.0.1 February 22, 2019 (7)

  • Added service to update widget after connect/disconnect that changes the icon. The widget change now works on Android 8. At this point there are still gaps as it only checks to is if any A22DP connection is active and that the Bluetooth device is paired. When any A2DP connection is active, all instances of the widget switch the icon so you don't know which one connected.
  • Raised min API from 17 to 19.

2.0 February 19, 2019 (6)

  • Icon changes based on connection state of Bluetooth device (only worked Android < 8)

1.1 February 17, 2019 (5)

  • converted to Android Studio, Gradle, etc
  • Update target API to 28 and get widget working again

1.0.3 - long ago