Skip to content

Releases: christianrowlands/android-network-survey

v1.14

09 Nov 17:22

Choose a tag to compare

Changes:

  • Added support for logging Cellular, Wi-Fi, Bluetooth, and GNSS surveys to CSV files.
  • Added a help dialog explaining the difference between file logging and MQTT.
  • Added links to the user manual and NS Messaging API docs in the Nav menu.
  • Allow for horizontal display (landscape mode).
  • Updates for Android 14.

The regular-release apk is the same as what can be found on the Google Play Store. The cdr-release apk is the same as the regular-release apk, but with the 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.13...v1.14

v1.13

30 Jun 13:11

Choose a tag to compare

  • The speed (in meters per second) is now included in all messages.
  • Fixed a bug where the MQTT toggle switch was not displaying when MDM override was enabled.

v1.12.2

28 Mar 21:37

Choose a tag to compare

  • Changed the color of the MQTT protocol stream status light on the Dashboard.
  • Fixed a bug where the MDM configured stream settings were not being reflected on the Dashboard.

v1.12.1

13 Mar 23:33

Choose a tag to compare

  • Fixed a Bluetooth Permissions bug.
  • Exclude the Google Protobuf Audit library.

v1.12

05 Mar 01:03

Choose a tag to compare

  • Remove the use of the GMS library for CDR location.
  • Fixed some bugs that resulted in the app crashing.

v1.11

28 Feb 00:20

Choose a tag to compare

  • Adds support for logging Call Detail Record (CDR) events to a CSV file.
  • Caches the Bluetooth UI results so the results are still visible when switching between tabs.
  • Adds a connection toggle switch and direct link to the MQTT Connection Fragment from the Dashboard.
  • Changes the default location provider to Fused, which should improve battery life.

v1.10.0

24 Jan 23:52

Choose a tag to compare

  • Sets the mdmOverride field on the device status message instead of using firebase analytics
    events.
  • Adds a Dashboard UI for toggling logging to files as well as viewing the MQTT connection status.

v1.9.0

30 Oct 02:19

Choose a tag to compare

Library updates, permission updates, logging updates, and other minor changes.

v1.8.0

27 Sep 01:16

Choose a tag to compare

Empty GNSS survey messages are now sent when GNSS survey is turned on and no GNSS satellites are observed. This is to indicate that the device is surveying as expected, but no satellites are visible.

v1.7.0

03 Jul 13:12

Choose a tag to compare

Scan QR Code for configuring the MQTT Broker connection information. (Thanks dtufekcic!)