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

Releases: mapbox/mapbox-gl-native-android

android-v8.5.2

10 Dec 17:20
8949fc1
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v8.5.1:

Features

  • Enabling decoupling vacuum operation from other operations run on the offline database file (delete offline region, clear ambient cache) #99

android-v8.6.0-beta.1

06 Dec 20:05
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v8.6.0-alpha.2:

Features

  • Introduce OfflineManager.runPackDatabaseAutomatically(boolean) and remove the redundant OfflineRegion.deleteAndSkipPackDatabase() method #78
  • Expose getter for the view used for rendering OpenGL content on #87
  • Bulk conversion of geographic coordinates to screen coordinate using reusable double arrays. #91

Performance improvements

  • Make network requests for expired resources lower priority than requests for new resources. (#15950)

Bug fixes

  • Fixed a runtime crash of Proguard optimized builds on < API 21 devices by including the missing SoLoader flag. #71
  • Fixed a bug where location camera mode transition callback would not get notified if the requested mode was already set. #80
  • Fixed a bug where location tilt/zoom while tracking callback would not get notified if the request was ignored. #83
  • Use -Oz to reduce binary size #15984
  • Use icf=all compile flag to reduce binary size #15987

android-v8.6.0-alpha.2

22 Nov 21:40
76d2a4b
Compare
Choose a tag to compare
Pre-release

Changes since Mapbox Maps SDK for Android v8.6.0-alpha.1:

Bugs

  • Synchronise LibaryLoader#loadLibrary to avoid race conditions resulting in UnsatisfiedLinkError #58

android-v8.5.1

20 Nov 16:54
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v8.5.0:

Bugs

  • Fixed Geo JSON source flickering on style transition #15907
  • Fixed flickering caused by unnecessary removing and re-adding of the render sources when the order of their corresponding style objects was changed in the updated style #15941

android-v8.6.0-alpha.1

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

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

android-v8.5.0

08 Nov 16:28
8a4d519
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v8.5.0-alpha.4:

Bug fixes

  • Fixed the rendering bug caused by redundant pending requests for already requested images #15864
  • Use individual textures for line dash patterns #15862

android-v8.5.0-beta.1

01 Nov 17:13
9a65958
Compare
Choose a tag to compare
android-v8.5.0-beta.1 Pre-release
Pre-release

Changes since Mapbox Maps SDK for Android v8.5.0-alpha.4:

Performance improvements

  • Convert GeoJSON features to tiles in a background thread and thus unblock the UI thread on updating the GeoJsonSource #15871

android-v8.5.0-alpha.4

24 Oct 14:31
77e7e0e
Compare
Choose a tag to compare
Pre-release

Changes since Mapbox Maps SDK for Android v8.5.0-alpha.3:

Bug fixes

  • Add isLayerReady check in LocationComponent before updating compass listener. #19
  • Update soLoader to version 0.8.0. #23
  • Enable incremental vacuum for Offline DB #15837
  • Revert coalescing requests to the client for missing images #15852
  • Avoid edges for labels that use text-variable-anchors #15854

android-v8.5.0-alpha.3

18 Oct 15:48
db02638
Compare
Choose a tag to compare
Pre-release

Bug fixes

  • Fix runtime exceptions that occurred when a manually built camera object without padding was serialized #15788
  • Fix icon-text-fit to take in account the additional 1px texture padding when scaling #15634
  • Fix occasional crashes during downloading thousands of offline region tiles #15818

Project

  • Moved project location from mapbox-gl-native to mapbox-gl-native-android