android-beacon-library v2.11 Release Notes

Release Date: 2017-06-28 // almost 7 years ago
  • Full Changelog

    โœจ Enhancements:

    • โž• Add ability to circumvent prohibition against scans running for > 30 minutes on Android N. (#529, David G. Young)
    • โž• Add support for running the beacon scanning service in a separate process and working with application setups that have more than one process. (#479, David G. Young)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix Google Play submission errors by no longer using uses-permission-sdk-23 in Manifest (#527, David G. Young)
    • ๐Ÿ›  Fix inability to use RunningAverageRssiFilter.setSampleExpirationMilliseconds(...) (#523, David G. Young)
    • ๐Ÿ›  Fix failure to restart scanning in some cases after bluetooth has been off but then is turned back on. (#519, David G. Young)
    • ๐Ÿ›  Fix failure to stop scanning when unbinding from service or when the between scan period is nonzero. (#507, David G. Young)
    • ๐Ÿ›  Fix possible NullPointerException with BackgroundPowerSaver on devices prior to Android 4.3 Jelly Bean MR 2 (API 18) (#516, Aaron Kromer)
    • ๐Ÿ›  Fix rare edge case causing NoSuchElementException when using the legacy BeaconManager#getMonitoringNotifier and BeaconManager#getRangingNotifier where the notifier sets were modified external to BeaconManager by another thread (#516, Aaron Kromer)