Skip to content

Releases: weliem/blessed-android-coroutines

v0.4.2

27 Jul 20:24
Compare
Choose a tag to compare

Fixed rare sudden disconnect due to race condition

v0.4.1

26 May 11:36
Compare
Choose a tag to compare
  • Fix crash when stopping scan if bluetooth is off
  • Don't attempt connecting to peripherals when bluetooth is off

v0.4.0

28 Oct 17:41
Compare
Choose a tag to compare
  • Update gradle to version 8
  • Set targetSdk to 34 (Android 14)
  • Android 13 related updates
  • Updated dependencies

v0.3.3

26 Mar 09:05
Compare
Choose a tag to compare
  • Fix NPE in PeripheralManager

v0.3.2

18 Aug 18:06
678b4eb
Compare
Choose a tag to compare
  • Update dependencies
  • Set SDK to 32
  • Updated gradle to 7.2.2
  • Fix bug when onConnectionStateChange was called with null value
  • Propagate CONNECTING and DISCONNECTING states

Version 0.3.1

28 Jun 08:42
Compare
Choose a tag to compare
  • Immediately disconnect connected peripherals when bluetooth is switched off.

v0.3.0

03 Mar 12:12
Compare
Choose a tag to compare
  • BREAKING Change: all scan functions now include an extra lambda to receive any scan failures

v0.2.1

15 Feb 17:02
Compare
Choose a tag to compare
  • Make methods of BluetoothPeripheralManagerCallback open
  • Updated dependencies

v0.2.0

29 Jan 08:08
Compare
Choose a tag to compare
  • Code refactoring
  • Fix issue when switching bluetooth on/off
  • Adding possibility to observe adapter state

v0.1.4

26 Nov 10:45
68faddc
Compare
Choose a tag to compare
  • Optimized permissions