Highlights
- A notification alerts you when tracking stops on its own
- Auto-export now deletes old files on storage providers that rename them
- Unplugging at a low battery no longer restarts tracking in a loop
- Pause zones no longer take hours to engage when a tracking profile is active
- The tracking notification shows the state and the sync queue, never your location, zone or profile name
- A low-battery stop says tracking resumes when charging
- Sync now no longer uploads a location twice
Which APK should I download?
Pick the build that matches your device:
- arm64-v8a - almost every phone from the last several years (recommended)
- armeabi-v7a - older 32-bit devices
- universal - one larger APK that runs on any device, if you are unsure
Each comes in two flavors: gms uses Google Play Services for location, foss uses Android's own LocationManager and needs no Google services.
Changes
What's New
- feat(i18n): add the i18next foundation and a pilot screen (#650)
Fixes
- fix(sync): run one sync pass at a time (#843)
- fix(gradle): resync the wrapper JAR and check it in CI (#657)
- fix(docs): correct three screen paths that name screens the app does not have (#659)
- fix(export): let retention recognise the files auto-export wrote (#653)
- fix(geofence): entry delay cap (#652)
- fix(battery): stop the recovery worker restarting into another battery stop (#651)
- fix(notifications): make an unexpected stop audible (#648)
Improvements
- refactor(notifications): show tracking state and queue instead of coordinates (#842)
Maintenance
- chore(docs): replace qrcode with uqr (#655)
- chore(docs): drop the unused @mdx-js/react declaration (#654)
- chore(renovate): exempt the docusaurus-owned deps from abandonment reporting (#656)
Documentation
- docs: fix stale screen paths and rename the gps settings page (#658)
Dependencies
7 changes
- chore(deps): update github/codeql-action digest to b96794f (#831)
- chore(deps): update actions/setup-java digest to de7274f (#830)
- chore(deps): lock file maintenance (#770)
- chore(docs): replace qrcode with uqr (#655)
- chore(docs): drop the unused @mdx-js/react declaration (#654)
- chore(deps): lock file maintenance (#635)
- feat(i18n): add the i18next foundation and a pilot screen (#650)
Full Changelog: v1.16.0...v1.17.0