Skip to content

Releases: ngageoint/mage-android

6.2.9

28 Apr 14:52
Compare
Choose a tag to compare
Features
  • Observation feed show/hide primary/secondary form feed fields.
Bug Fixes
  • Work around patch for Google Maps bug 154855417. This will remove data pushed by Google Maps causing application to crash.
  • Fix for LDAP authentication.

6.2.8

24 Jan 18:14
Compare
Choose a tag to compare
Features
  • Update support library to androidx
  • Improved GeoPackage functionality including styles, scaling, and zoom
  • geopackage-android-map version 3.4.0
  • android-maps-utils version 0.6.2
  • Moved geopackages and static features (e.g. XML) into a new preference called offline layers.
    These offline layers only exist on a remote server until downloaded onto the client.
  • Online layers preference added. This gives users access to layers that exist on remote XYZ, TMS,
    and WMS servers without needing to be downloaded. Only supports HTTPS.
  • Moved Observations and People preferences to new preference category called MAGE.

6.2.7

05 Sep 18:52
Compare
Choose a tag to compare
Features
  • Traffic map layer

6.2.6

21 Aug 15:13
Compare
Choose a tag to compare
Bug Fixes
  • User avatars now load in feed and profile page
  • Fix crash when trying to add audio attachments on some Samsung devices
  • Pull observations after switching events

6.2.5

02 Aug 17:48
Compare
Choose a tag to compare
Bug Fixes
  • Fixed a bug where offline users switching events were unable to create observations.
  • Fixed a bug causing events with no forms to crash on observation create.

6.2.4

08 Jun 13:52
Compare
Choose a tag to compare
Bug Fixes
  • Handle empty/null geometry default value
  • Properly handle empty recent event ids list
  • Fix bug where geometry form field default wasn't showing in form view after setting default

6.2.3

07 Jun 16:24
Compare
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
Compare
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
Compare
Choose a tag to compare

6.2.1

Features
  • Move to Android provided GeoCoder for address search.

6.2.0

27 Sep 19:29
Compare
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.