Skip to content

Commit 1ab263c

Browse files
Update versions for v0.17.0-beta.1 release
GitOrigin-RevId: 16f0e365e0114e22bac14118690e449785a1335a
1 parent 154ebf6 commit 1ab263c

File tree

132 files changed

+2177
-4241
lines changed

Some content is hidden

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

132 files changed

+2177
-4241
lines changed

CHANGELOG.md

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -6,102 +6,14 @@ Mapbox welcomes participation and contributions from everyone.
66
77
# main
88
## Breaking changes ⚠️
9-
* Remove line-cutout-width and change line-cutout-opacity default to 1.0
10-
11-
# 11.17.0
12-
## Features ✨ and improvements 🏁
13-
* Promote Geofencing APIs to stable, remove `MapboxExperimental` annotations from Geofencing APIs.
14-
15-
# 11.17.0-rc.1 November 20, 2025
16-
17-
# 11.17.0-rc.1
18-
## Features ✨ and improvements 🏁
19-
* Promote `ModelLayer` to stable.
20-
* Add `SymbolLayer.occlusionOpacityMode`, `SymbolLayer.iconColorBrightnessMax`, `SymbolLayer.iconColorBrightnessMin`, `SymbolLayer.iconColorContrast` properties.
21-
* Add `FillExtrusionLayer.castShadows` property.
22-
* Add `GeoJsonSource.minZoom` property.
23-
* Add `RasterArraySource.volatile` experimental property.
24-
* Make `line-emissive-strength` property data-driven.
25-
* Add experimental `MapboxMap.setFeatureStateExpression()`, `removeFeatureStateExpression()`, and `resetFeatureStateExpressions()` APIs to efficiently update feature state for multiple features at once using expressions.
26-
27-
## Bug fixes 🐞
28-
* Fix camera listener not unsubscribed when disabling ScaleBar via `updateSettings { enabled = false }`
29-
30-
## Dependencies
31-
* Update gl-native to [v11.17.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-rc.1), common to [v24.17.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-rc.1).
32-
33-
34-
# 11.17.0-beta.2 November 14, 2025
35-
## Features ✨ and improvements 🏁
36-
* Improved error reporting for offline tile region downloads on Android.
37-
* Enhanced reliability of network connections by improving how Cronet timeouts are handled.
38-
39-
## Bug fixes 🐞
40-
* Fixed a crash when switching map styles quickly.
41-
* Fixed a threading bug to eliminate 3D rendering issues and instability.
42-
* Internal fixes and performance improvements.
43-
44-
## Dependencies
45-
* Update gl-native to [v11.17.0-beta.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.2), common to [v24.17.0-beta.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.2).
46-
47-
# 11.16.4 November 14, 2025
48-
## Bug fixes 🐞
49-
* Internal fixes and performance improvements.
50-
51-
## Dependencies
52-
* Update gl-native to [v11.16.4](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.4), common to [v24.16.4](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.4).
53-
54-
55-
# 11.16.3 November 13, 2025
56-
## Bug fixes 🐞
57-
* Internal fixes and performance improvements.
58-
* Fix multiple crashes during style switches.
59-
60-
## Dependencies
61-
* Update gl-native to [v11.16.3](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.3), common to [v24.16.3](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.3).
62-
63-
# 11.17.0-beta.1 November 05, 2025
64-
## Breaking changes ⚠️
659
* Require passing required argument to the constructor of experimental `GeofencingState.Builder`, `GeofencingError.Builder`, `GeofencingEvent.Builder` and `GeofencingOptions.Builder` APIs.
6610

6711
## Features ✨ and improvements 🏁
6812
* Added experimental `MapOptions.Builder.scaleFactor()` for scaling icons and texts.
6913
* Add click gesture support to `Marker` composable with `onClick` parameter
7014
* Introduced `ScaleBarSettings.distanceUnits` property supporting metric, imperial, and nautical units, replacing the boolean `isMetricUnits` property.
7115
* Added `fuelingStationModePointOfInterestLabels` configuration option to Mapbox Standard and Standard Satellite styles. Control the visibility of fuel station and electric charging station POI labels with options: "default" (shows both), "fuel" (fuel stations only), "electric" (charging stations only), or "none" (hides both).
72-
* Introduce experimental support for Appearances. The Appearances layer property defines sets of appearance objects used to quickly change the visual styling of a layer based on a condition using feature-state. See `AppearancesActivity` in example application for further details.
73-
* Memory allocation improvements
74-
75-
## Bug fixes 🐞
76-
* Fix multiple crashes during style switches related to terrain rendering, texture management, and image cleanup.
77-
* Fix line patterns not elevating properly on HD roads.
78-
* Fix rendering of TileStore tiles when TileStore is used as disk cache and user is offline.
79-
* Fix performance regression for `distance` and `within` expressions when processing large GeoJSON datasets.
80-
* Fix GeoJSON tiled model disappearance during fast zoom interactions.
81-
* Fix rendering issues when switching between globe and mercator projections.
82-
* Logging improvements to reduce noise and duplication.
83-
84-
## Dependencies
85-
* Update gl-native to [v11.17.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.1), common to [v24.17.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.1).
8616

87-
# 11.16.2 October 31, 2025
88-
89-
## Bug fixes 🐞
90-
* Fix crash on 3D/satellite styles switching
91-
92-
## Dependencies
93-
* Update gl-native to [v11.16.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.2), common to [v24.16.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.2).
94-
95-
96-
# 11.16.1 October 28, 2025
97-
98-
## Bug fixes 🐞
99-
* Fix crash on frequent style switching
100-
* Fix iteration over GeoJSON children for `distance` and `within` expression to results in performance spike
101-
* Fix crash on day/night switch incorrect texture release order
102-
103-
## Dependencies
104-
* Update gl-native to [v11.16.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.1), common to [v24.16.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.1).
10517

10618
# 11.16.0 October 21, 2025
10719
## Bug fixes 🐞

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### License
22

3-
Mapbox Maps for Android version 11.18.0-SNAPSHOT-11-27--04-30.git-12f971c
3+
Mapbox Maps for Android version 11.17.0-beta.1
44
Mapbox Maps Android SDK
55

66
Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
488488

489489
===========================================================================
490490

491-
### MapboxCoreMaps,11.18.0-SNAPSHOT-11-27--04-30.git-12f971c,Mapbox ToS,Mapbox,https://www.mapbox.com/
491+
### MapboxCoreMaps,11.17.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
492492

493493
```
494494
Mapbox Core Maps version 11.0

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

Lines changed: 0 additions & 49 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: 37 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -498,18 +498,6 @@
498498
android:name="android.support.PARENT_ACTIVITY"
499499
android:value=".ExampleOverviewActivity" />
500500
</activity>
501-
<activity
502-
android:name=".examples.IndoorExampleActivity"
503-
android:description="@string/description_indoor"
504-
android:exported="true"
505-
android:label="@string/activity_indoor">
506-
<meta-data
507-
android:name="@string/category"
508-
android:value="@string/category_lab" />
509-
<meta-data
510-
android:name="android.support.PARENT_ACTIVITY"
511-
android:value=".ExampleOverviewActivity" />
512-
</activity>
513501
<activity
514502
android:name=".examples.TextureViewActivity"
515503
android:description="@string/description_texture_view"

app/src/main/java/com/mapbox/maps/testapp/examples/IndoorExampleActivity.kt

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)