Skip to content

Commit 0b95421

Browse files
authored
[v11] Add default drawable images to avoid ResourceNotFound exception (#2803)
1 parent bf4f43c commit 0b95421

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone.
66
# 11.8.0-rc.1
77
## Bug fixes 🐞
88
* Fix an Android 12 specific bug where location puck custom animator options lambda without explicit `ValueAnimator.duration` resulted in `duration = 0`.
9+
* Fix rare `android.content.res.Resources$NotFoundException` happening when creating a `MapView`.
910

1011
# 11.8.0-beta.1 October 14, 2024
1112
## Features ✨ and improvements 🏁
@@ -18,12 +19,12 @@ Mapbox welcomes participation and contributions from everyone.
1819
* Overscale composited tile components in offline.
1920
* Skip rendering landmarks when the camera is inside them.
2021
* Introduce experimental Geofencing API. Implementation example: [GeofencingActivity.kt](app/src/main/java/com/mapbox/maps/testapp/examples/geofence/GeofencingActivity.kt)
22+
* Introduce experimental `MapView.attribution.getMapAttributionDelegate().extraAttributions` to add custom attributions to the attribution dialog.
2123
* [compose] Deprecate all `Annotation` and `AnnotationGroup` composables that take `onClick` parameter. Now all annotation interactions could be set with appropriate `AnnotationInteractionsState` or `AnnotationGroupInteractionsState` stored in `AnnotationGroupState`.
2224
* [compose] Introduce `AnnotationInteractionsState` and `AnnotationGroupInteractionsState` states that allow to set callbacks for annotation interactions via `onClicked()` and `onLongClicked()`.`PointAnnotationGroupInteractionsState` and `CircleAnnotationGroupInteractionsState` also provide ability to set callbacks for interactions with clusters via `onClusterClicked` and `onClusterLongClicked`.
2325
* [compose] Introduce `remember` (e.g. `rememberPolylineAnnotationGroupInteractionsState` and `rememberPolylineAnnotationInteractionsState`) composable functions to create, init and remember all types of `AnnotationInteractionsState` and `AnnotationGroupInteractionsState`.
2426
* [compose] Introduce `<AnnotationType>InteractionsState.isDraggable` / `<AnnotationType>GroupInteractionsState.isDraggable` API for all annotation types allowing to drag annotations. Callbacks `onDragStarted()`, `onDragged()`,`onDragFinished()` are added as well.
2527
* [compose] Introduce experimental `Attribution(..., geofencingDialog)` compose function to customize Geofencing consent dialog.
26-
* Introduce experimental `MapView.attribution..getMapAttributionDelegate().extraAttributions` to add custom attributions to the attribution dialog.
2728

2829
## Bug fixes 🐞
2930
* Improve zooming performance on dynamic Standard terrain and optimize terrain re-rendering performance on e.g routeline `line-trim-offset` change.
2.43 KB
Loading
649 Bytes
Loading
555 Bytes
Loading
2.56 KB
Loading
950 Bytes
Loading
2.56 KB
Loading

0 commit comments

Comments
 (0)