android-v10.0.0-rc.6
Pre-release
Pre-release
·
2135 commits
to main
since this release
10.0.0-rc.6 August 11, 2021
The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.
Breaking changes ⚠️
- Update extension function signatures making them easier to use from Java. (#539)
- Rename
mapView#overlay()tomapView#mapboxOverlay. (#539)
Features ✨ and improvements 🏁
- Support adding 9-patch images to the style. (#536)
- Outdated data for volatile sources gets hidden if cannot be updated due to no Internet connection. (#543)
Bug fixes 🐞
- Fix several memory leaks: clean up OnFpsChangeListener on render thread destroy / introduce Snapshotter#destroy method that must be called in Activity#onDestroy (#546)
- Add layer and source check when creating annotations and init them if not initiated before which creates
AnnotationManagerbefore loading style. (#549) - Fix error messages returned by
Style#removeStyleSourcemethod. (#543) - Store persistent layer's LayerPosition, so that layer can be re-added to correct position if LayerPosition.above or LayerPosition.at is used. (#543)