Skip to content

Releases: ngageoint/mage-android

7.5

13 May 14:40
494c2f7

Choose a tag to compare

Add landscape support for the server entry screen

Update the map view to filter observations using the original creation date ("timestamp") rather than "last_modified" date, to maintain consistency with the time filtering on the observations tab, as well as the Mage web app and iOS app

Fix app crash when clicking back after selecting “update from gallery” on profile page

Fix app crash when favoriting an observation from the map view

Fix event membership bug that temporarily causes a user to no longer be considered a member of their currently loaded event, when they navigate to the “more events” page but click back instead of selecting an event

7.4.5

08 Apr 16:35
31be6ec

Choose a tag to compare

Improved battery life with location tracking enabled
Added ability to filter observations by user
Update UI for "edge to edge" display
Miscellaneous bug fixes

7.2.5

29 May 15:18
f7449d6

Choose a tag to compare

Fixed issues with notifications not displaying when new observations are received.
Fixed "auto" UI theme not reflecting system dark mode settings.
Fixed line and polygon icon display issues in the observations list.
Fixed line and polygon observations not syncing to the server.

7.2.3

23 Jul 15:37
81f7109

Choose a tag to compare

Hide loading mask on authentication response

7.2.2

24 Dec 14:38
4130ef2

Choose a tag to compare

Bug Fixes
  • Fix regression to remove sync'ed locations from database as to not duplicate locations on each push request.

7.2.1

19 Dec 23:37

Choose a tag to compare

Features
  • Option to show map center location

7.2.0

13 Feb 23:06

Choose a tag to compare

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

22 Sep 14:07

Choose a tag to compare

Bug Fixes
  • Do not add default forms to an observation more than once.
  • Filter archived forms when adding to new observation.

7.1.6

01 Aug 13:39

Choose a tag to compare

Bug Fixes
  • Return event default style or app default style for lines and polygons when parsing from form.

7.1.5

01 Aug 13:39

Choose a tag to compare

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