What's Changed
BUG FIXES
- Fix the uploaded records count in the upload progress status UI.
- Fix the JSON creation for the Bluetooth message by updating the protobuf to have UNKNOWN as the default value instead of PUBLIC.
NEW FEATURES
- Add an auto-upload setting for the OpenCelliD and BeaconDB survey along with an option to only auto-upload over wifi (to prevent cellular data use). #112
- Add a user setting to disable the creation of cellular neighbor cell records, so only serving cell records are included in log files, MQTT/gRPC streaming, NS Analytics upload, and UI display. #124
- Generate APKs per ABI to reduce the download size for each processor architecture. #117
- Display a badge with the count of operators/providers on each tower in the tower map view. #95
IMPROVEMENTS
- Rework the Location Card UI to be more compact — replace the card with a status row, with click-through for full location details. Also removed from the Cellular Details UI. #61
- Migrate kapt to KSP, remove Jetifier, and clean up build warnings.
- Update to v3 of the Vico charts library.
- Upgrade AGP to version 9.1.0 and Gradle to version 9.3.1.
APK Downloads
Each variant is built as per-architecture APKs for smaller download sizes. Most users should download the arm64-v8a APK (almost all modern Android phones). If unsure, use the universal APK which works on all devices but is larger.
| Suffix | Architecture | Devices |
|---|---|---|
arm64-v8a
| 64-bit ARM | Most modern phones/tablets |
armeabi-v7a
| 32-bit ARM | Older phones |
x86_64
| 64-bit x86 | Some tablets, Chromebooks, emulators |
x86
| 32-bit x86 | Older emulators |
universal
| All | Works everywhere (larger file size) |
The regular-release APK is the same as what can be found on the Google Play Store which contains the tracking library Google Analytics. The cdr-release APK is the same as the regular-release APK, but with full CDR support (See README.md for more details) and it also does NOT contain ANY tracking libraries such as Google Analytics.
Full Changelog: v1.50...v1.51