Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

86 lines (59 loc) · 2.97 KB

Change Log

All notable changes to this project will be documented in this file. Adheres to Semantic Versioning.


1.4.1 (TBD)

  • TBD
Features
Bug Fixes
Features
  • Uses mage-sdk 1.4 which will obtain an observation id from the server before pushing observation infomation. This will prevent a duplicate observation in the case that the client drops a successful create attempt and retries.
  • You can view observation sync status in observation view, profile, and main application badge.
  • You can manually attempt to sync observations.
Bug Fixes
Features
  • Choose between Local time and GMT for display and editing
  • MAGE SDK upgrade to 1.3.0
  • GeoPackage iOS upgrade to 1.2.1
Bug Fixes
Features
Bug Fixes
  • Update to new mage-ios-sdk This will ensure when checking that a user exists in an event the same managed object context is used.
Features
  • Users can now favorite observations
  • Users with event edit permission can flag observations as important
Bug Fixes
Features
  • Added multitasking screenshot
  • Added file protection entitlements file
Bug Fixes
Features
  • Multi select support.
  • Filter select and multi select options
  • Turn on App Transport Security.
Bug Fixes
  • Fixed bug where persons location was set to your location when viewing persons info.
Features
  • Auto zooms to users current location on map in user view.
  • Lat/Lng edit text fields added to geometry edit view, users can now manually enter a lat/lng
  • Allow avatar edit from profile view.
  • Added cancel button to sign up view
  • Reworked how we handle media permissions. Ask for permissions (gallery, camera, mic) before the OS asks. In this case when the user performs an action like 'attach a photo' the app will check for permissions and ask the user. If permission has been denied the app will present a 'link' to MAGE settings to allow the users to change the permission.
  • Don't show unknown form fields. This will help with backwards compatibility, as we won't have to worry what the client will do with form fields it does not know how to handle.'
  • Pull thumbnails for attachments. All image attachments will ask for thumbnail from the server, which greatly improves performance.
  • Add time based filtering.
Bug Fixes

1.0.0 (06-14-2016)

  • Initial release