This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
Releases: Esri/arcgis-runtime-samples-android
Releases · Esri/arcgis-runtime-samples-android
ArcGIS Runtime Android Samples v100.15.0
build.gradle
(project)
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.15.0'
}
Change log:
New samples
- Apply unique values with alternate symbols
- Query features with Arcade expression
- Render multilayer symbols
- Navigate route with rerouting
- Display feature layers
- Export vector tiles
Enhancements
- Updated Show device location using indoor positioning to use public web map.
- Removed Java and Kotlin samples for Feature layer feature service, Feature layer geodatabase, Feature layer geopackage, Feature layer shapefile and replaced with Display feature layers.
- Renamed Generate geodatabase -> Generate geodatabase replica from feature service to better differentiate geodatabase samples.
- Added
dependencyResolutionManagement
support for Kotlin and Java samples. - Updated Gradle version to v7.4.2.
- Updated Gradle plugin version to v7.2.1.
- Removed deprecated code so that samples build without warnings.
Bug fixes
- Patched Find route to use routing service.
- Patched bug with Query with CQL filters by supporting CQL2 JSON encoding.
- Added
GeotriggerMonitorStatus
check to Set up location driven geotriggers. - Renamed layout files to have unique file names.
ArcGIS Runtime Android Samples v100.14.0
build.gradle
(project)
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.14.0'
}
Change log:
- New samples
- Enhancements
- Updated samples to use
ServiceGeodatabase.applyEditsAsync()
- Updated Add Graphics Renderer to include ellipse geometry.
- Updated samples with basemaps to use BasemapStyle.
- Updated Filter by definition expression or display filter to add display filter support.
- Updated Dictionary Renderer Graphics Overlay to use ordered anchor points.
- Removed ArcGIS vector tiled layer URL in favor of newer Vector tiled layer (custom style).
- Updated samples to use
- Bug fixes
- Patched Display Dimensions crash
- Patched map not rendering for ArcGIS Map Image Layer (URL)
- Updated the symbol style configuration for Dictionary Renderer Graphics Overlay
- Patched the "Point Symbol" not loading for Create and Save KML point
- Patched bug with Find Address to ensure the map view is initialized before the viewpoint is set.
- Patched bug with Nearest Vertex to use a distance-preserving projection.
ArcGIS Runtime Android Samples v100.13.0
build.gradle
(project)
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.13.0'
}
Change log:
- New sample added:
- Browse building floors
- Updated samples:
- Configure subnetwork trace
- Create and save map
- Open mobile map scene package
- List KML contents
- Additional changes made:
- Updated Kotlin samples to use Android ViewBinding
- Removed metadata script
- Toolkit samples readme changes
- Updated Java version to JDK 11
- Updated Kotlin version to 1.5.2
- Updated Gradle version to 7.0.2
ArcGIS Runtime Android Samples v100.12.0
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.12.0'
}
ArcGIS Runtime Android Samples v100.11.0
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.11.0'
}
ArcGIS Runtime Android Samples v100.10.0
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.10.0'
}
ArcGIS Runtime Android Samples v100.9.0
maven { url 'https://esri.bintray.com/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.9.0'
}
ArcGIS Runtime Android Samples v100.8.0
maven { url 'https://esri.bintray.com/arcgis' }
dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.8.0'
}
ArcGIS Runtime Android Samples v100.7.0
maven { url 'https://esri.bintray.com/arcgis' }
dependencies {
// Use 'implementation' dependency configuration in Android Studio 3.0
implementation 'com.esri.arcgisruntime:arcgis-android:100.7.0'
}
ArcGIS Runtime Android Samples v100.6.0
ArcGIS Runtime SDK for Android 100.6.0 Samples
maven { url 'https://esri.bintray.com/arcgis' }
dependencies {
// Use 'implementation' dependency configuration in Android Studio 3.0
implementation 'com.esri.arcgisruntime:arcgis-android:100.6.0'
}