Skip to content

1.1.0

Choose a tag to compare

@newmanw newmanw released this 29 Jun 02:20
· 1405 commits to master since this release

1.1.0

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.