Skip to content

Android 8.0 Bug Fix 4

Compare
Choose a tag to compare
@davidgyoung davidgyoung released this 16 Dec 14:00
· 488 commits to master since this release

Bug Fixes:

  • Fix performance problems when using identifiers 3-15 bytes caused by
    Identifier#toHexString(). (#615, David G. Young)
  • Restore missing runningAverageRssi values (#621, David G. Young)
  • Fix NPE on ExtraBeaconDataTracker (#626, David G. Young)
  • Fix regression with RunningAverageRssiFilter.setSampleExpirationMilliseconds
    being overwritten when committing ranged beacon measurements. (#629, Aaron Kromer)
  • Fix missing running average RSSI in callbacks when apps do not use the
    scheduled scan job feature. (#630, Aaron Kromer)
  • Fix copying of multi-frame beacon flag in Beacon(Beacon) constructor (#630, Aaron Kromer)
  • Fix the AltBeaon(Beacon) copy constructor which omitted some data fields (#630, Aaron Kromer)