Skip to content

Releases: dariuszseweryn/RxAndroidBle

1.19.1-rxjava2+rxjava3

Choose a tag to compare

  • Fixed BluetoothAdapter.ACTION_STATE_CHANGED BroadcastReceiver leak (#864)

1.19.0-rxjava2+rxjava3

Choose a tag to compare

1.18.1-rxjava2+rxjava3

Choose a tag to compare

  • Fixed CharacteristicLongWriteOperation defaults for API 33 (Android 13) (#847)

1.18.0-rxjava2+rxjava3

Choose a tag to compare

  • Added RxBleConnection#readPhy and RxBleConnection#setPreferredPhy, thanks @JamesDougherty (#840)

1.17.2-rxjava2+rxjava3

Choose a tag to compare

  • Fixed log tags generation on builds with Proguard enabled (#814)

1.17.1-rxjava2+rxjava3

Choose a tag to compare

  • No changes over 1.17.0. Mistake release.

1.17.0-rxjava2+rxjava3

Choose a tag to compare

  • Changed RxBleConnection.GATT_MTU_MAXIMUM to 515 to fix Android 13, thanks @marsounjan! (#808)

1.16.0-rxjava2+rxjava3

Choose a tag to compare

1.15.2-rxjava2+rxjava3

Choose a tag to compare

  • Fixed RxBleDevice#toString crashing when runtime permission BLUETOOTH_CONNECT is not granted on API 31 (Android 12) (#800)
  • Added granted permissions cache (#802)
  • Updated RxBleClient#getBondedDevices Javadoc for usage on API 31 (Android 12) (#804)

1.15.1-rxjava2+rxjava3

Choose a tag to compare

  • Fixed duplicate 'META-INF/com.google.dagger_dagger.version' file (regression) (#794)