Skip to content

Releases: quentin7b/android-location-tracker

v4.1

22 Sep 11:37
a66bdc8
Compare
Choose a tag to compare

v4.0

21 Jul 11:07
0df77b1
Compare
Choose a tag to compare

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

v3.2

25 Jan 11:18
Compare
Choose a tag to compare
  • Add callback onProviderError() when a Provider is not working
  • Improve readme

v3.1

19 Dec 12:11
Compare
Choose a tag to compare
  • 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

v3.0

11 Jul 19:25
Compare
Choose a tag to compare
  • Add LocationUtils
  • Change naming convention

v2.2

02 Jul 17:16
Compare
Choose a tag to compare
  • Settings can be set as a "one line" code.

v2.1

05 Jun 11:11
Compare
Choose a tag to compare
  • Lint fixes
  • Use the latest Android build tools / SDK version
  • Add new feature isListening

v2.0

26 Mar 11:27
Compare
Choose a tag to compare

New version

  • Add TrackerSettings object to handle the tracker