Skip to content

Bug Fix Release

Compare
Choose a tag to compare
@davidgyoung davidgyoung released this 05 Jul 20:29
· 884 commits to master since this release

Bug Fixes:

  • Keep from getting stuck in background mode after stopping and restarting service
  • Protect against Null Pointer Exceptions when dynamically adding and removing monitored/ranged regions
  • Protect against an underlying Android BLE bug that sometimes causes Null Pointer Exceptions when starting stopping scanning.
  • Ignore corrupted beacon BLE packets instead of throwing an exception about them
  • Use a private ThreadPoolExecutor for beacon scanning to avoid thread starving apps using AsyncTask