Skip to content

Releases: christianrowlands/android-network-survey

v1.6.0

18 Dec 18:44

Choose a tag to compare

  • 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

30 Nov 22:15

Choose a tag to compare

  • 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

13 Sep 12:26

Choose a tag to compare

  • 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

08 Aug 10:07

Choose a tag to compare

Fixed several bugs that could cause the app to crash in various scenarios.

v1.4.2

08 Jul 19:10

Choose a tag to compare

  • 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

29 Jun 01:07

Choose a tag to compare

Fixed a bug where the MQTT connection would not reconnect when the phone dropped its data connection.

Network Survey v1.4.0

12 Jun 02:07

Choose a tag to compare

  • 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

18 May 14:08

Choose a tag to compare

Updated the permissions dialog with some extra details on why the background location is needed.

Network Survey v1.2.0

11 May 12:19

Choose a tag to compare

Improved the MQTT Connection stability and fixed a few bugs that resulted in the app crashing.

Network Survey v1.1.0

15 Apr 18:14

Choose a tag to compare

  • 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.