Skip to content

Android 8.0 Bug Fix 3

Compare
Choose a tag to compare
@davidgyoung davidgyoung released this 14 Oct 13:32
· 489 commits to master since this release

Bug Fixes:

  • Fix NullPointerException in ProcessUtils. (#598, David G. Young)
  • Fix ConcurrentModificationException crashing app on Android 8 when monitored regions are
    changed at the same time the app shifts from active scanning to passive scanning.
    (#578, David G. Young)
  • Fix ConcurrentModifictionExceptions starting ScanJobs. (#584, #588, David G. Young)
  • Fix NullPointerException when BluetoothLeScanner cannot be obtained.
    (#583, David G. Young)