Skip to content

Releases: LeandroSQ/android-ble-made-easy

v1.9.3

24 Sep 01:50
Compare
Choose a tag to compare

Full Changelog: v1.9.2...v1.9.3

  • Changes to packaging exclusion rules

v1.9.2

02 Feb 02:12
bdac6d9
Compare
Choose a tag to compare

What's Changed

  • fix: Removed recursive call to itself from scan by @LeandroSQ in #47

Full Changelog: v1.9.1...v1.9.2

v1.9.1

30 Dec 04:20
Compare
Choose a tag to compare

fix: Jitpack publishing, same code as 1.9.0.

Full Changelog: v1.9.0...v1.9.1

v1.9.0

24 Oct 22:42
Compare
Choose a tag to compare

What's Changed

  • Fixed requestMTU() updating with the wrong value. by @Marco012 in #43
  • Updated Google Play Location Services SDK by @NoelChew in #41
  • Support for Java 17
  • CompileSDK bumped to 34
  • AGP bumped to 8+

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

20 May 00:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1

20 May 00:31
Compare
Choose a tag to compare

What's Changed

Other

  • Added better error message and error handling
  • Introduced
  • README.md rework
  • Small refactoring and code tweaks
  • Support for Android 13

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

22 Dec 23:19
8ab6597
Compare
Choose a tag to compare

Breaking changes

  • connection.read() is now either suspendable or async with callbacks

Other

Library

  • refactor: Better UI for the sample app
  • fix: #13 and #22
  • fix: #18
  • fix: #20

v1.7.0

03 Nov 17:30
Compare
Choose a tag to compare

Breaking changes

None

Other

Library

  • feature: Added support for Jetpack Compose #15 (Thank you NoelChew)
  • refactor: Better organization for multiple context providers

v1.6.0

13 Jun 05:30
Compare
Choose a tag to compare

Breaking changes

Renamed packages from "androideasyble" to "blemadeeasy"

Other

Library

  • Better default settings for Android 12+
  • Fixed dokka documentation
  • Added 'onUpdate' listener for scan methods
  • Added 'flushPendingScanResults' for flushing previous results
  • Removed 'suspend'from async methods, no need to be using coroutines when calling these, since they already do this automatically

Sample App

  • Migrated to ViewBinding on the Sample App
  • Fixed bug when trying to update UI in another Thread

v1.5.2

12 Nov 03:44
Compare
Choose a tag to compare

Added the possibility to observe a characteristic value and trigger a callback whenever it changes