Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

android-v8.6.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tobrun tobrun released this 14 Nov 18:09
652c69b

Changes since Mapbox Maps SDK for Android v8.5.0:

Features

  • Added support for image expression in core library. Runtime APIs for image expression will be implemented separately. #15877
  • Introduce OfflineManager#packDatabase and OfflineRegion#deleteAndSkipPackDatabase API in order to decouple offline storage vacuum and delete region operations and thus to gain performance benefits e.g. when several regions should be deleted in a row #15899

Bugs

  • Fixed Geo JSON source flickering on style transition #15907

Performance improvements

  • Convert GeoJSON features to tiles for the loaded source description in a background thread and thus unblock the UI thread #15885