All Versions
53
Latest Version
Avg Release Cycle
34 days
Latest Release
632 days ago

Changelog History
Page 6

  • v2.7 Changes

    November 12, 2015

    Full Changelog

    ✨ Enhancements:

    • βž• Adds hardware accelerated detection of Eddystone frames in the background on Android 5+ (#314, David G. Young)
    • Provides ability to forward BLE scan callbacks for non-beacon advertisements (#267, Paul Peavyhouse)

    πŸ› Bug Fixes:

    • πŸ›  Fix rescheduling of alarms in the distant future so they don't inadvertently go off right away (#312, Mateusz SarzyΕ„ski)
    • Only request ACCESS_COARSE_LOCATION permission on Android M (#296, Henning Dodenhof)
  • v2.6.1 Changes

    September 30, 2015

    Full Changelog

    πŸ› Bug Fixes:

    • πŸ‘ Allow Regions to match beacons with fewer identifiers if the extra region identifiers are null. This allows matching Eddystone-UID and Eddystone-URL beacon with the default Region with three null identifiers. This started failing in version 2.6. (#295, David G. Young)
    • Declare the ACCESS_COARSE_LOCATION permission in the manifest since it is required for Android 6.0. This is helpful to keep beacon detection working on Android 6.0 for apps that don't explicitly declare this in their own manifest. (#295, David G. Young)
  • v2.6 Changes

    September 29, 2015

    Full Changelog

    ✨ Enhancements:

    • πŸ”§ Make region exit period configuration with a default of ten seconds (#283, Alex Urzhumtcev)
    • When scanning in Background on Android 5+, do a full scan without filters during the main scan period (default for 10 seconds once every 5 minutes) in case scan filters are unavailable (#293, David G. Young)
    • πŸ“œ Common open-source BeaconParser layouts are defined as constants on BeaconParser (Commit 0101970010, David G. Young)
    • Bluetooth address is now a field on Region, offering the option of monitoring and ranging for all beacon transmissions from a known device's MAC Address (#254, David G. Young)
    • Target SDK bumped to 23 for Android 6.0 (#293, David G. Young)

    πŸ› Bug Fixes:

    • πŸ›  Fix potential ConcurrentModificationException with distance calculation (#245, Dawid Drozd)
    • πŸ›  Fix potential NullPointerException in Beacon#hashCode (#249, Sam Yang)
    • πŸ“œ Switch BeaconParsers list to be a CopyOnWriteArrayList to avoid UnsupportedOperationException changing list after starting scanning. (#290, Matthew Michihara)
    • πŸ›  Fix crash when region has more identifiers than beacon (#252, David G. Young)
    • πŸ›  Fix bugs with compressing Eddystone-URL to bytes and back (#263, Michael Harper)