Changelog History
Page 2
-
v2.19-beta2 Changes
June 07, 2021- ➕ Add experimental IntentScanStrategy to eliminate a foreground service for some background scan use cases. (#1034, David G. Young)
- ⚡️ Update service declarations as required for Android 12 (#1033, David G. Young)
-
v2.19-beta Changes
April 28, 2021- ⬇️ Reduce crashes on starting foreground service (#1024, David G. Young)
- ⬇️ Reduce minSdk to 14 (#1023 David G. Young)
- ➕ Add experimental LiveData interface (#1025, David G. Young)
-
v2.18 Changes
April 14, 2021- ✂ Remove dependency on androidx.localbroadcastmanager.content.LocalBroadcastManager (#1022, David G. Young)
- 🏗 Redo build scripts and publishing setup for Maven Central due to JCenter sunset (#1022, David G. Young)
- Prevent internal growth of rangedRegions tracking set (#922, Oleksandr Vandalko)
-
v2.18-beta1
May 20, 2020 -
v2.17.1 Changes
June 11, 2020- 📜 Parse multiple manufacturer sections in the advertisement and the scan response to look for beacons. (#970, David G. Young)
- 👌 Improve HW filter detection mechanism in order to detect beacons immediately after starting in background (#974, Vlad Vladau)
- 🛠 Fix crash on BluetoothMedic when started on thread without a looper (#980, David G. Young)
-
v2.17 Changes
April 19, 2020 -
v2.16.4 Changes
January 26, 2020- 🛠 Fix Bluetooth Medic notifications on apps targeting API 26+ (#943 Anu Vakkachen)
- 🛠 Fix ConcurrentModificationException crash on background detection reported in #929. (#940, David G. Young)
- Expedite beacon detections on Samsung when transitionoing from screen on to screen onff (#941, David G. Young)
-
v2.16.4-beta Changes
January 09, 2020 -
v2.16.3 Changes
July 08, 2019🚀 None of these crashes have instructions to reproduce, so this release is intended to deploy the fixes in the wild to see if reports of these crashes go away.
🚀 To use this release, you must download the aar file attached to this release, and configure it with your project like so:
🏗 Edit your outermost build.gradle file to add an libs entry like so:
allprojects { repositories { google() jcenter() flatDir { dirs 'libs' } } }
🏗 Edit your innermost build.gradle file to add the beta library AAR as a dependency like so:
dependencies { implementation 'org.altbeacon:android-beacon-library:[email protected]' }
🚀 Create a /libs folder next to the innermost build.gradle above, then download and copy the aar file attached to this release into this folder.
-
v2.16.3-beta4 Changes
July 08, 2019🚀 None of these crashes have instructions to reproduce, so this release is intended to deploy the fixes in the wild to see if reports of these crashes go away.
🚀 To use this release, you must download the aar file attached to this release, and configure it with your project like so:
🏗 Edit your outermost build.gradle file to add an libs entry like so:
allprojects { repositories { google() jcenter() flatDir { dirs 'libs' } } }
🏗 Edit your innermost build.gradle file to add the beta library AAR as a dependency like so:
dependencies { implementation 'org.altbeacon:android-beacon-library:[email protected]' }
🚀 Create a /libs folder next to the innermost build.gradle above, then download and copy the aar file attached to this release into this folder.