What's Changed
BUG FIXES
- Fix CSV survey log files appending to the same file across logging toggle cycles instead of rotating.
- Fix a nav drawer resource-not-found crash by converting the remaining drawer PNG icons to vector drawables.
- Fix the tower map empty state when filtered to the serving cell only, showing "No serving cell tower found" and correctly flagging the empty result when there is no serving cell to look up.
NEW FEATURES
- Add a PLMN Lookup screen for searching MCC/MNC operators by identifier, MCC, MNC, country, brand, or operator, with sortable results, a details screen, and an info bottom sheet explaining PLMN, MCC/MNC, brand vs operator, and TADIG.
- Add an OUI Lookup screen for searching MAC address manufacturers.
IMPROVEMENTS
- Reorganize the navigation drawer into labeled "Streaming & Cloud", "Reference Tools", and "Help & Resources" sections.
- Bump targetSdkVersion and compileSdk to 37 (Android 17) and request ACCESS_LOCAL_NETWORK for the gRPC and MQTT connection workflows.
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.53...v1.54