Android Location Tracker Versions Save

Android helper that tracks user location

4.1

3 years ago

See #33

4.0

3 years ago

Major release 4.0

  • Switch from java to kotlin
  • KISS (remove classes, remove doc)
  • Upgrade gradle version
  • Bump android version
  • Rename arguments (timeBetweenUpdates -> minTimeBetweenUpdates for example)
  • Move files to root

3.2

8 years ago
  • Add callback onProviderError() when a Provider is not working
  • Improve readme

3.1

8 years ago
  • New version of Android
  • Deprecate startListen and stopListen, replaced by startListening and stopListening
  • Tracker does not start listening automatically after creation, you need to call startListening directly

3.0

8 years ago
  • Add LocationUtils
  • Change naming convention

2.2

8 years ago
  • Settings can be set as a "one line" code.

2.1

8 years ago
  • Lint fixes
  • Use the latest Android build tools / SDK version
  • Add new feature isListening

2.0

9 years ago

New version

  • Add TrackerSettings object to handle the tracker