Releases: quentin7b/android-location-tracker
Releases · quentin7b/android-location-tracker
v4.0
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
- Add callback
onProviderError()
when a Provider is not working
- Improve readme
v3.1
- 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
- Add LocationUtils
- Change naming convention
v2.2
- Settings can be set as a "one line" code.
v2.1
- Lint fixes
- Use the latest Android build tools / SDK version
- Add new feature
isListening
v2.0
New version
- Add
TrackerSettings
object to handle the tracker