Skip to content

Releases: ngageoint/mage-android

6.2.3

07 Jun 16:24

Choose a tag to compare

Bug Fixes
  • Glide attachment image url loader should not set Authorization header as its already set by OkHttp3 interceptor

6.2.2

07 Jun 16:23

Choose a tag to compare

Features
  • Update to Android SDK 28.
  • Location service nows runs as a proper foreground service.
  • Observations and attachments are being pulled and pushed via WorkManager.
  • Updated okhttp, retrofit and glide dependencies.
  • Using Dagger for dependency injection.
  • GeoPackage features that contain links are clickable.
  • Added 5 and 30 second user location fetch frequencies.
Bug Fixes
  • Fix bug which didn't show previously loaded events after disconnected login
  • Use dark background color on map info windows, this will show light text.
  • Fix bug in landing activity that could cause crash when setting options on navigation view menu.

6.2.1

22 Oct 15:41

Choose a tag to compare

6.2.1

Features
  • Move to Android provided GeoCoder for address search.

6.2.0

27 Sep 19:29

Choose a tag to compare

6.2.0

Features
  • Add mgrs edit/view feature.
  • Show error message from server on invalid login attempt.
Bug Fixes
  • Don't remove token before logout request.

6.1.2

14 Aug 02:49

Choose a tag to compare

6.1.2

Features
  • Beta Geopackage download feature. Server administrators can now upload geopackages as layers
    and assign to specific events. App users can choose to download available geopackages
    from the layer manager.
Bug Fixes
  • Fix mgrs bug in which grid would not show on map on initial load.
  • Use map type from user preferences in observation location edit activity.
  • Fix brand icon color on older devices.

6.1.1

14 Aug 02:46

Choose a tag to compare

6.1.1

Bug Fixes
  • Show change event in nav drawer if user has more than one event.

6.1.0

25 Jun 15:39

Choose a tag to compare

6.1.0

Features
  • Show change event in nav drawer if user has more than one event.
  • Pull users, teams and icons based on event picked. We no longer pull all users, teams and icons for all events when logging in, this will vastly
    improve performance on login.
  • Added Night theme. Users can now maunally switch betweem light (current) an dark themes, or automatically switch based on Androids day/night configuration.
  • Support generic oauth configuration coming from server authentication strategies.

6.0.4

19 Feb 21:44

Choose a tag to compare

6.0.4

Bug Fixes
  • Fix crash when trying to edit observation location.
  • Fix observation and location time filtering.
  • Fix observation and location info window click crash.
  • Fix map layout height in profile view.

6.0.3

14 Feb 15:05

Choose a tag to compare

6.0.3

Features
  • Increase map zoom level when searching for locations
Bug Fixes
  • Don't show archived forms in form selection activity
  • Prevent crash if no location when clicking zoom to location
  • Clean up MapFragment memory leaks
  • Prevent crash on logout due to no current event

6.0.2

10 Feb 01:39

Choose a tag to compare

6.0.2

Bug Fixes
  • Perform initial fetch before events screen. This will ensure all data is available before we hit the landing activity