Releases: Theta-Limited/OpenAthenaAndroid
v0.19.8
v0.19.8 alpha
This minor release is a hotfix for a longstanding accuracy bug related to pitch angle calculation for arbitrary image point
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Mini 3 (not inc. Pro version)
- DJI Air 2 S (old firmware)
What's changed
- Fixed a longstanding accuracy bug (12875ef) which was especially pronounced on zoomed or scaled images
- Update calibration values for the Autel Evo II v3 color camera
v0.19.7
v0.19.7 alpha
This minor release adds support for the Autel Evo II v3 640T and improves compatibility with thermal cameras
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Mini 3 (not inc. Pro version)
- DJI Air 2 S (old firmware)
What's changed
- Added support for both thermal and color camera of the Autel Evo II v3 640T
- Fixed an accuracy bug (#107) which would occur with zoomed in images from Autel thermal cameras.
v0.19.6
v0.19.6 alpha
This is a minor release which adds support for the DJI Mini 4 Pro and improves accuracy for the DJI Mavic 2 Zoom
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Mini 3 (not inc. Pro version)
- DJI Air 2 S (old firmware)
What's changed
- Added camera calibration values for DJI Mini 4 Pro drone model
- Reverted calibration values for DJI Mavic 2 Zoom to pre-v0.19.5 values
- Add an indicator for the elevation of terrain below the camera
- Fix a string in the UI translation for Japanese
- Updated README.md with additional instructions for improving accuracy
v0.19.5
v0.19.5 alpha
This minor release improves accuracy for the DJI Mavic 2 Zoom and Mini 3 Pro
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Mini 3 (not inc. Pro version)
- DJI Air 2 S (old firmware)
What's changed
- Improved camera calibration for the DJI Mavic 2 Zoom and Mini 3 Pro
v0.19.4
v0.19.4 alpha
This minor release contains a hotfix for the manual compass offset feature. The previously-saved offset will now be applied when the app is re-opened.
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Mini 3 (not inc. Pro version)
- DJI Air 2 S (old firmware)
What's changed
- Fixed a bug which would cause user's configured manual compass offset to not be applied if the settings activity had not been opened after the current app launch.
v0.19.3
v0.19.3 alpha
This is a minor release that changes the compiler from Java 9 to Java 17. This change will have no impact on most users, but is needed for submission to FDroid
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Air 2 S (old firmware)
v0.19.2
v0.19.2 alpha
This is a minor release which improves the speed for target location calculation
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Air 2 S (old firmware)
What's Changed
- Speedup the algorithm for target location calculation
- Improved metadata for FDroid and other 3rd party Android app stores
v0.19.1
v0.19.1 alpha
This is a hotfix release which improves support for drone models not in the DroneModels database.
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Air 2 S (old firmware)
What's Changed
- fix an error which would cause calculation to fail if drone model is not recognized 8ada9c2
v0.19.0
v0.19.0 alpha
This is a major release which implements a mathematical correction for lens distortion (fixing #74). This may result in improved target accuracy for many drone models
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Air 2 S (old firmware)
What's Changed
v0.18.0
v0.18.0 alpha
This is a major release which adds a configurable Manual Azimuth Correction 🧭 to the app's settings.
This setting may be used to correct inaccurate compass heading information from images taken by a drone with bad magnetometer calibration.
NOTE: This value is NOT for setting magnetic declination! Magnetic declination is already accounted for by your drone's onboard digital World Magnetic Model (WMM). Improper use of this Manual Offset setting will result in bad target calculation output.
Feedback would be appreciated! Let me know your make and model of drone, as well as your experiences with the app:
[email protected]
Known incompatible drone models:
- DJI Phantom 4 (not inc. Pro or Advanced versions, FC330 only)
- DJI Mini 2
- DJI Air 2 S (old firmware)
What's Changed
- Adds a configurable Manual Azimuth Correction for drone compass heading
- Update droneModels.json
- Behind the scenes changes to support future lens distortion correction system