Skip to content

Releases: ngageoint/mage-android

7.2.3

23 Jul 15:37
81f7109
Compare
Choose a tag to compare
Hide loading mask on authentication response

7.2.2

24 Dec 14:38
4130ef2
Compare
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
Compare
Choose a tag to compare
Features
  • Option to show map center location

7.2.0

13 Feb 23:06
Compare
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
Compare
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
Compare
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
Compare
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

7.1.4

18 May 17:47
Compare
Choose a tag to compare
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.

7.1.3

16 May 14:34
Compare
Choose a tag to compare
Features
  • Re-work observation and attachment sync to remove services.
  • Sync and error badge redesign for observation feed items

7.1.2

06 May 15:46
Compare
Choose a tag to compare
Bug Fixes
  • Revert work manager version in an attempt to track down sync issues.