Highlights
- Settings no longer reset to defaults when they fail to load
- The privacy indicator no longer lights up while GPS is off
- A stationary profile no longer switches on while you are moving
- Auto-export works on cloud folders and survives a restore
- Backup files get a date and time in their name
- Offline map areas are no longer lost by a failed read
- Uploads to a local server recover from DNS hiccups on their own
- Subscribe to new releases at colota.app/releases.xml
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(backup): add date and time to the backup filename (#645)
- feat(docs): publish an rss feed of the releases page (#640)
Fixes
- fix(profiles): require fixes before a stationary profile activates (#641)
- fix(map): stop offline area bounds being lost on a failed read (#644)
- fix(sync): resolve the private-host check on every call (#639)
- fix(service): stop lighting the location indicator while paused (#638)
- fix(backup): resume tracking after a failed restore (#634)
- fix(backup): re-arm auto-export after a restore (#633)
- fix(export): verify the auto-export copy by bytes written (#632)
- fix(export): stop treating a failed page read as the end of the data (#631)
- fix(logging): mask token-like path segments and the invalid-URL test message (#628)
- fix(settings): stop a failed settings read from wiping every setting (#627)
Maintenance
- chore(sync): log every periodic sync tick (#629)
- chore(android): pin AGP to the version that actually builds (#624)
Dependencies
6 changes
- chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in the npm_and_yarn group across 1 directory (#646)
- chore(deps): update actions/deploy-pages digest to 368f825 (#642)
- chore(deps): update actions/setup-java action to v6 (#637)
- chore(deps): update softprops/action-gh-release digest to efb3536 (#630)
- chore(deps): update dependency sharp to v0.35.4 (#625)
- chore(android): pin AGP to the version that actually builds (#624)
Full Changelog: v1.15.0...v1.16.0