Skip to content

Releases: ngageoint/mage-ios

4.0.1

05 May 15:51

Choose a tag to compare

4.0.1

Bug Fixes
  • Bug preventing adding attachments to a form with two attachment fields has been fixed
  • new users will be pulled upon the app finding a user it did not previously know about in an observation
  • start fetch services even if pulling the initial set of users fails

4.0.0

20 Apr 16:37

Choose a tag to compare

4.0.0

Release Notes

File attachments are here. If the attachment field allows files, you can now view and add from the Files app.
Degree minute second support! Always wanted to use coordinates in the degree minute second format but couldn't? Have we got the update for you!
You can now choose to display and enter coordinates in Latitude Longitude, MGRS, or Degree Minute Seconds.

Features
  • You can now enter and display all coordinates in the app in Degree Minute Second format
  • General stability and test improvements
  • Forms are now their own Core Data object to improve memory usage and speed
  • significant improvements to the map system within MAGE to improve speed and reliability
  • attachment fields with file support
  • GeoPackage related media support
  • empty states for data tables
  • follows the locationServicesDisabled flag
Bug Fixes
  • A few lingering dark mode color bugs were tracked down
  • base map setting for online layers is used when adding to the map
  • feed items are now sorted properly

3.0.7

15 Mar 15:38

Choose a tag to compare

  • Default forms are now added to a new observation automatically

3.0.6

01 Mar 14:54

Choose a tag to compare

  • Bug fix for editing geometries not in DMS mode

3.0.5

26 Feb 20:10

Choose a tag to compare

  • Fixed a bug which added archived forms to an observation
  • Fixed a bug which required archived forms to be added if their min was set
  • Fixed a bug which presented an offline login strategy when there were no offline credentials stored
  • Fixed a bug where attachment fields could collide with other fields in other forms

3.0.4

18 Feb 15:21

Choose a tag to compare

Bug Fixes
  • Primary and secondary fields which are not strings now work properly

3.0.3

17 Sep 19:58

Choose a tag to compare

Bug Fixes
  • archived forms are no longer shown in the form picker

3.0.2

16 Sep 21:06

Choose a tag to compare

Bug Fixes
  • Fixes a bug where users with the no edit role were not being shown the create button

3.0.1

16 Sep 21:06

Choose a tag to compare

Bug Fixes
  • Fixed copy/paste regression for form fields.

3.0

16 Sep 21:04

Choose a tag to compare

3.0
Release Notes
  • Multi form support: Users will be able to add multiple forms to an observation when the server configuration allows.
  • Brand new look and feel: This release unifies the look and feel of the iOS app with Android and the web using Material design practices
  • Straight line navigation: Users can now navigate, within the app, to any feature on the map including users or observations
  • This version supports MAGE server versions 5.4 and 6.x
  • This release no longer has a dependency on mage-ios-sdk, it has since been deprecated.
Features
  • Bottom sheets are now used for all map items, replacing callouts
  • Main map now remembers the last position and zoom level
  • When images are captured with the camera for an observation, the GPS location is added to the image metadata
  • SDK has been merged into the mage-ios baseline
  • Adds support for feeds in preparation for MAGE server updates