Releases: LeandroSQ/android-ble-made-easy
Releases · LeandroSQ/android-ble-made-easy
v1.9.3
v1.9.2
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
fix: Jitpack publishing, same code as 1.9.0.
Full Changelog: v1.9.0...v1.9.1
v1.9.0
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
What's Changed
- Update README.md by @LeandroSQ in #36
- Fix for jitpack build
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- Removed ACCESS_BACKGROUND_LOCATION for Android 11 by @NoelChew in #24
- Added MTU change + RSSI read request method by @valexi7 in #26
- Added status and state mapping by @LeandroSQ in #33
- Added connection priority request by @LeandroSQ in #35
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
v1.7.0
v1.6.0
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