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

LOST 1.0.0

Compare
Choose a tag to compare
@ecgreb ecgreb released this 20 Mar 20:53
· 218 commits to master since this release

Features

  • Replaces LocationClient with FusedLocationProviderApi interface.
  • Implements request priority (PRIORITY_HIGH_ACCURACY, PRIORITY_BALANCED_POWER_ACCURACY, PRIORITY_LOW_POWER, PRIORITY_NO_POWER).
  • Adds priority, interval, and minimum displacement to sample app settings.
  • Adds FusionEngine class based on AOSP implementation.
  • Adds method stubs for updates via PendingIntents.
  • Adds method stubs for GeoFencingApi and Geofence classes.

Bug Fixes

  • Fix instabilities in sample application.

Upgrade Notes

  • Android 4.4 (API 19)

Developer Notes

  • Now uses Prefs+ library in sample project.