Releases: ngageoint/mage-android
Releases · ngageoint/mage-android
7.2.3
7.2.2
7.2.1
7.2.0
Features
- Upgrade build SDK to 31. This comes with a required integration to allow users to pick either
coarse or precise location accuracy. The UI and informational dialogs have been upgraded to
inform the user how picking coarse location updates will affect the accuracy.
Bug Fixes
- Observation json object should pass eventId as integer not string.
- DMS parsing should allow for degrees that start with 0.
- Increase touch target size of server url on login screen.
- Correctly send the multipart/form-data filename parameter for attachment uploads so the server
recognizes the file part.
7.1.7
7.1.6
7.1.5
Features
- Allow users to attach documents to observations.
- Document attachment info view which allows users to view/edit document in other applications installed on their device.
- New GARS grid overlay, map search, and observation geometry edit
- MGRS grid improvements including Norway and Svalbard support
Bug Fixes
- Fix crash on feed fetch if no event
- Observation geometry edit Degree Minute Seconds longitude display value fix
7.1.4
Features
- Ensure new observation and attachment sync requests run immediately by changing the work manager policy to REPLACE.
To ensure that work is in fact unique and that no 2 work task are running at the same time a mutex has been placed around
the business logic for sync. - Added a sync now button to the observation view screen to allow users to try and forcefully sync and observation.
Bug Fixes
- Fix crash when trying to add an attachment from the gallery if attachment field has no restrictions.
- In the event of an exception when pushing observations changes to the server send work manager a retry request.