Skip to content

android-v10.0.0-rc.9

Pre-release
Pre-release

Choose a tag to compare

@pengdev pengdev released this 22 Sep 16:40
· 2079 commits to main since this release
199e358

10.0.0-rc.9 September 22, 2021

The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.

Features ✨ and improvements 🏁

  • Fix documentation for OnMapIdleListener and CameraChangeListeners. (#645)
  • Add support for SymbolZOrder property in PointAnnotationManager. (#638)
  • Add support for PromoteId to be used with Feature State API. (#636)
  • Expose optimizeForTerrain flag that could be applied to the MapView in xml. (#654)
  • Enable instant transitions for data driven symbol layer properties. (#646)

Bug fixes 🐞

  • OnStyleLoaded / OnMapLoaded callbacks are invoked even if hosting fragment/activity is in stopped state. (#629)
  • Fix drag annotation blink when drag ends. (#639)
  • Apply annotation manager properties to the drag layer to keep annotations the same while dragging. (#640)
  • Fix point annotation updating all same content bitmaps instead of one particular. (#633)
  • Fix MapboxMap#getStyle returning null after adding a new source when style was loaded before. (#643)
  • Allow setting null explicitly to annotation nullable properties. (#650)
  • Fix std::exception happing rarely when MapboxMap#setCamera() is called inside animation plugin. (#652)
  • Fix memory leak in renderer destroy. (#657)
  • Fix transition between layers with all constant properties. (#646)
  • Fix rendering artifact for a line layer, when its line-gradient property is set at runtime. (#646)
  • Don't draw SDF images in text-field and issue warning for it. (#646)
  • Fix incorrect return from StyleManager#getStyleLayerPropertyDefaultValue for text-field, now the default value is set to ["format", "" , {}]. (#646)

Dependencies

  • Bump gl-native to 10.0.0-rc.9, common to 19.0.0. (#646)