Skip to content

Commit 3d3da62

Browse files
persidskiygithub-actions[bot]
authored andcommitted
Merge pull request #2922 from mapbox/nb/maps-android-main-24-03-2025
Update maps Android code from internal repo GitOrigin-RevId: f183c69576a6dadbf94297c72dfe790393e1e5f6
1 parent 87bdf86 commit 3d3da62

File tree

58 files changed

+2245
-593
lines changed

Some content is hidden

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

58 files changed

+2245
-593
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,42 @@ Mapbox welcomes participation and contributions from everyone.
44

55
# main
66

7-
# 11.11.0-rc.1
7+
## Features ✨ and improvements 🏁
8+
* Introduce experimental `colorUseTheme` API for `AmbientLight`, `DirectionalLight`, and `FlatLight` to override color theme of light.
9+
* [compose] Introduce experimental `colorUseTheme` API for `AmbientLightState`, `DirectionalLightState`, and `FlatLightState` to override color theme of light.
10+
* [compose] Introduce experimental `vignetteColorUseTheme` and `colorUseTheme` for `RainState` and `SnowState` which allows overriding color theme of precipitations.
11+
12+
# 11.11.0
13+
## Bug fixes 🐞
14+
* Fix annotation drag being triggered when multi-finger gesture is in progress.
15+
16+
17+
# 11.10.3 March 19, 2025
18+
## Bug fixes 🐞
19+
* Fix a bug that may cause style packs to be either inaccessible or incorrect when updating an older tile store database created with Maps SDK 11.9 or earlier versions. **In systems that have already used Maps SDK 11.10.0 through 11.10.2, a re-download of style packs may be necessary.**
20+
* Fix a map start time regression by speed up tile loading.
21+
22+
## Dependencies
23+
* Update gl-native to v11.10.3, common to v24.10.1.
24+
25+
26+
# 11.11.0-rc.1 March 12, 2025
827
## Features ✨ and improvements 🏁
928
* Add `Expression` support for `*UseTheme` style properties to override color theme for particular color properties in all layers.
1029
* Add experimental `*UseTheme` support for annotations and `LocationPuck3D`.
1130
* Introduce experimental `Style.setImportColorTheme`, which allows changing the color theme of the style import.
1231
* [compose] Introduce experimental `StyleImportState.styleColorTheme` which allows changing the color theme of the style import.
1332
* Conflate `MapboxMap.mapLoadedEvents`, `MapboxMap.mapLoadingErrorEvents`, `MapboxMap.styleLoadedEvents`, `MapboxMap.styleDataLoadedEvents`, `MapboxMap.cameraChangedEvents`, `MapboxMap.mapIdleEvents`, `MapboxMap.sourceAddedEvents`, `MapboxMap.sourceRemovedEvents`, `MapboxMap.sourceDataLoadedEvents`, `MapboxMap.styleImageMissingEvents`, `MapboxMap.styleImageRemoveUnusedEvents`, `MapboxMap.renderFrameStartedEvents`, `MapboxMap.renderFrameFinishedEvents`, `MapboxMap.resourceRequestEvents` by default to avoid blocking main thread due to slow collectors.
1433

34+
## Bug fixes 🐞
35+
* Fixed incorrect rgba to hsla conversion for white color.
36+
* Fix vector images rasterization.
37+
* Make katakana and CJK symbol rendered correctly in vertical writing mode.
38+
39+
## Dependencies
40+
* Update gl-native to v11.11.0-rc.1 and common to v24.11.0-rc.1.
41+
42+
1543
# 11.11.0-beta.1 March 03, 2025
1644
## Features ✨ and improvements 🏁
1745
* Support expression input for `PromoteId`.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
482482

483483
===========================================================================
484484

485-
### MapboxCoreMaps,11.11.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.11.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
486486

487487
```
488488
Mapbox Core Maps version 11.0

app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/CircleAnnotationManagerAndroidTest.kt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/PointAnnotationManagerAndroidTest.kt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/PolygonAnnotationManagerAndroidTest.kt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/androidTest/java/com/mapbox/maps/testapp/annotation/generated/PolylineAnnotationManagerAndroidTest.kt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)