Skip to content

android-v10.0.0-rc.6

Pre-release
Pre-release

Choose a tag to compare

@kiryldz kiryldz released this 11 Aug 12:04
· 2135 commits to main since this release
bcc0908

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() to mapView#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 AnnotationManager before loading style. (#549)
  • Fix error messages returned by Style#removeStyleSource method. (#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)

Dependencies

  • Update gl-native to v10.0.0-rc.6 and common to v16.2.0. (#543)
  • Remove turf dependency of location component plugin. (#551)