Releases: opendroneid/receiver-android
Releases · opendroneid/receiver-android
Version 3.6.0
- Updated to target Android API 35.
- A few bugfixes.
v3.5.0
- Support for Android 13
- Stability fixes
- French translations updated
Version 3.4.0
- 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
- 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
Support added for Japanese and French UI translations.
Version 3.1.0
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
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
- 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
Updated the WiFi Beacon reception to accept only signals using the ASD-STAN owned CID identifier.
Version 2.1.1
Quick fix for missing code related to enabling and disabling file logging for WiFi Beacon signals.