Skip to content

Releases: opendroneid/receiver-android

Version 3.6.0

04 Jul 13:48

Choose a tag to compare

  • Updated to target Android API 35.
  • A few bugfixes.

v3.5.0

10 Jan 16:14

Choose a tag to compare

  • Support for Android 13
  • Stability fixes
  • French translations updated

Version 3.4.0

25 Sep 12:34

Choose a tag to compare

  • Prevent crash when pausing/resuming and when opening menu
  • Improve feedback about missing permissions
  • Add compass to map view
  • Show location of receiver device
  • Force refresh of map view when new location data has been received
  • Corrected Japanese translation

Version 3.3.0

10 Jun 11:43
1e06ab8

Choose a tag to compare

  • Default map render changed from Google Maps to Open Street Maps
  • Updates to Japanese translations
  • Corrected indication of currently active Google Map type radio button

Version 3.2.0

27 May 11:48

Choose a tag to compare

Support added for Japanese and French UI translations.

Version 3.1.0

06 Apr 10:12
4a601a0

Choose a tag to compare

Support for drone ID protocol v2:

  • New System Timestamp field
  • A few additional enum values

Limited testing on Android 12. More extensive testing should be done

  • Fixed the visibility of Toasts so that all lines in the message are visible

Version 3.0.0

15 Oct 09:54
bbc08e7

Choose a tag to compare

Added support for the changes/additions that have been done to the ASTM F3411 Remote ID standard v1.1 (to be published as F3411-22 ?).

  • Add new Basic ID type for Specific Session ID
  • Support using 0xFFFF as indicator of invalid timestamp value
  • Support new System field for Operator Geometric Altitude
  • Support new authentication features
    • Add new authentication type for specific authentication
    • Allow up to 16 pages of authentication data
    • Rename authPageCount to authLastPageIndex and use accordingly
    • Handle additional data after the authentication data
  • Decrease maximum message pack size
  • Support multiple Basic ID messages
  • Support protocol version 1

Multiple bug and improvement fixes:

  • Fix the some fields to be parsed as unsigned
  • Move authentication data to the end of the log file
  • Rename adCounter to msgCounter
  • Fix logging of raw payload data (issue #30)
  • Prevent receiver location requests when the app is in the background
  • Always initialize the Map view and cleanup permission logic
  • Stop Bluetooth and Wi-Fi scanning when the app is in the background (issue #2)
  • Add some help text
  • Update application screenshot and auto-generated architecture diagram
  • Use operator location type for description field (issue #28)
  • Render UTM and Specific ID strings as hex values (issue #8)
  • Sanity check SelfID and OperatorID strings
  • Fix problem of ID from other drone being shown in the list view
  • Fix deprecated APIs and warnings, upgrade Gradle version, update dependencies etc.

Version 2.3.0

03 Sep 06:16

Choose a tag to compare

  • Enabled WiFi Beacon reception on all Android versions from 6 - 11. Earlier reception was only possible with Android 11.
  • Made reception of WiFi Beacon more robust by not trying to parse information element data that clearly cannot be OpenDroneID compliant.
  • Changed the icon to match opendroneid.org

Version 2.2.0

06 May 07:35

Choose a tag to compare

Updated the WiFi Beacon reception to accept only signals using the ASD-STAN owned CID identifier.

Version 2.1.1

12 Mar 13:13

Choose a tag to compare

Quick fix for missing code related to enabling and disabling file logging for WiFi Beacon signals.