Skip to content

Releases: Esri/arcgis-maps-sdk-kotlin-toolkit

v200.4.0 release

11 Apr 17:22
7ad544f
Compare
Choose a tag to compare

This release includes two new compose based library components,

  • GeoView-Compose - Provides composable implementations of the MapView and SceneView classes.
  • FeatureForm - Enables users to edit field values of features in a layer using the FeatureForm API that has been configured externally.

Also includes,

  • Example applications for each of the new library components.

Issues resolved in 200.4
Authenticator: OAuth sessions should not transfer between external chrome browser and the app.
FloorFilter: FloorFilter causes app crash if the Map used to create the FloorFilterState is not FloorAware.

v200.3.0 release

06 Dec 17:00
d923389
Compare
Choose a tag to compare

Issues resolved in 200.3

  • Support for intercepting OAuth User Sign In as well as corresponding helper methods (Activity.launchCustomTabs, AuthenticatorState.completeOAuthSignIn) to prompt for OAuth user sign in with Custom Tabs. For more details see the readme.
  • Fix an issue where hitting the X button on OAuth Custom Tab did not complete (cancel) the sign in process.
  • Fix for displaying FloorFilter facility selector when sites are absent in the webmap.

v200.2.0 release

15 Aug 21:44
f5d0756
Compare
Choose a tag to compare

This is the first release of the ArcGIS Maps SDK for Kotlin toolkit. It is designed to work with version 200.2.0 of the ArcGIS Maps SDK for Kotlin. It includes:

  • An architecture based on android Jetpack Compose and ArcGIS Maps SDK for Kotlin
  • Three independent, compose based library components including a compass, an authenticator, and floor filter components.
  • A Bill Of Materials (BOM) for defining the versions to express a dependency on any of the above components.
  • Example applications for each of the library components.