Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Lost 2.1.2

Compare
Choose a tag to compare
@ecgreb ecgreb released this 12 Dec 20:47
· 84 commits to master since this release

Features

  • Adds LocationAvailability example to demo app
  • Deprecates LocationListener.onProviderEnabled(String provider) and LocationListener.onProviderDisabled(String provider)

Bug Fixes

  • Bluetooth permissions are no longer required for SettingsApi
  • Fixes Bluetooth location resolution behavior
  • Improves behavior of LocationAvailability callbacks
  • Improves client management for multiple LostApiClient instances
  • Last known location is now reported when location updates are requested

Known Issues

  • Smallest displacement and fastest interval are not respected with multiple clients (#142)
  • Can't request location updates via pending intent from non-ui thread (#131)

Upgrade Notes

None.