Releases: christianrowlands/android-network-survey
Releases · christianrowlands/android-network-survey
v1.6.0
- The WiFi UI is saved when swapping between fragments, so you don’t have to wait for the next scan to see something.
- The Cellular UI got a total overhaul, and now displays all protocols (except CDMA) and all neighbor cells as well.
- Updated to compile against Android 12.
v1.5.1
- Fixed a bug where incorrect 5G NR values were being reported.
- Updated to NS Messaging API version 0.8.0.
- Added support for setting the EcNo field for UMTS.
v1.5.0
- Added support for 5G New Radio (NR) survey.
- Added the AGC to the GNSS Status Display.
- Added a location accuracy field to each message (both GeoPackage and MQTT).
v1.4.3
Fixed several bugs that could cause the app to crash in various scenarios.
v1.4.2
- Fixed a bug where the survey record queue would fill up and reject new records.
- Added the missionId and recordNumber fields to the Phone State message.
- Added support for logging the Phone State message to GeoPackage.
v1.4.1
Fixed a bug where the MQTT connection would not reconnect when the phone dropped its data connection.
Network Survey v1.4.0
- Fixed a bug where permissions were not being requested on Android 11.
- Added support for streaming Phone State messages out over MQTT. The Phone State message is used to report some basic information about the phone such as the current serving cell, current technology, if a SIM is present, etc.
- Updated the default Bluetooth scan interval to 30 seconds because I kept seeing messages that the previous scan was not done when using 15 and 20 seconds as defaults.
- Updated the default GNSS scan interval to 10 seconds since 8 seconds seemed too often.
- Added a Device Model field to the GNSS and Device Status messages.
- Added the Mission ID field to the GeoPackage files.
- Improved the UX for error scenarios when connecting to an MQTT broker (e.g. notify the user of invalid username/password).
- Fixed the GNSS Raw Measurements information link.
Network Survey v1.3.0
Updated the permissions dialog with some extra details on why the background location is needed.
Network Survey v1.2.0
Improved the MQTT Connection stability and fixed a few bugs that resulted in the app crashing.
Network Survey v1.1.0
- Added support for streaming a Device Status message over an MQTT connection.
- Fixed the logging buttons on the toolbar so that they are always visible.