Skip to content

Commit 655dde4

Browse files
authored
MapConductor Android SDK version 1.1.7 (#92)
* bump up to v1.1.5 * Remove test code * fix: build error at lint check on Github Actions * Feat/agp 9.2.1 (#91) * update reference * upgrade to AGP 9.2.1 * Add tilt map example * Change startup page * Add camera animation in TiltMap page * chore: upgrade dependencies and improve build configuration for AGP 9.2.1 - Upgrade Kotlin 2.3.21→2.4.0, coreKtx 1.18.0→1.19.0, compileSdk/targetSdk 35→37 - Upgrade Mapbox 11.14.3→11.24.3, MapLibre 13.0.2→13.2.0, nmcp 0.0.8→1.5.0 - Add 'local' build type to example-app for testing against MavenLocal artifacts - Fix CI: use publishAllPublicationsToCentralPortal instead of publishReleasePublicationToCentralPortal - Make GitHub Packages repo conditional on env vars presence in settings.gradle.kts - Update publishable modules list (rename android-core→android-sdk-core, add maplibre/heatmap/clustering) - Add GeoJSON layer integration to simple-map-app - Add scripts/commit-all.sh for Claude-assisted commit message generation * Link other submodules * Use the latest version module * fix: build error * improve example code * update submodule reference * remove WASM * feat: add hole polygon example page to demo app * feat: add android-geojson-layer submodule * chore: update submodule references and add root to commit-all script * feat: add basic GeoJSON and GeoJSON layer example pages with railroad data assets * fix: update tilt map initial camera position to Eiffel Tower location with bearing * fix: use mutableStateOf for tapIdx and derive fill color reactively * feat: add GeoJSON layer and ArcGIS 2D map page to example app * feat: add android-geojson-layer submodule and integrate GeoJSON layer example into simple-map-app * style: fix ktlint issues in sample apps * update reference of android-sdk-core module * Use https instead of ssh for submodules * revert: Use https instead of ssh for submodules * docs: update submodule documentation refs * feat: add sync-module-branches script and improve commit-all robustness * chore: update all submodules and disable library constraints sync issue warning * chore: update dependencies and add wrapper/catalog update scripts * chore: update android-for-here, android-geojson-layer, and android-icons submodules * chore: update android-geojson-layer submodule and resolve merge conflicts in dependency versions * chore: update submodules and add git wildcard permission * chore: rename BOM artifact key from "geojson" to "geojson-layer" * update documents
1 parent b6e42dd commit 655dde4

139 files changed

Lines changed: 2693 additions & 439 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
"Bash(xcodebuild -scheme \"ios-sdk-core\" -destination \"generic/platform=iOS Simulator\" build)",
4949
"Bash(xcodebuild -list)",
5050
"Bash(xcodebuild -scheme MapConductorSampleApp -destination \"generic/platform=iOS Simulator\" build)",
51-
"Bash(xcodebuild -workspace MapConductorSampleApp.xcworkspace -scheme MapConductorSampleApp -destination 'generic/platform=iOS Simulator' build)"
51+
"Bash(xcodebuild -workspace MapConductorSampleApp.xcworkspace -scheme MapConductorSampleApp -destination 'generic/platform=iOS Simulator' build)",
52+
"Bash(git -C /Users/masashi/android-sdk/android-geojson-layer log --oneline bfa194c07a..e75c70bae)",
53+
"Bash(git -C /Users/masashi/android-sdk/android-geojson-layer log --oneline e75c70bae..bfa194c07a)",
54+
"Bash(git *)"
5255
],
5356
"deny": [],
5457
"ask": []

android-for-arcgis

android-for-googlemaps

android-for-here

android-for-mapbox

android-sdk-core

0 commit comments

Comments
 (0)