This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Releases: mapbox/mapbox-gl-native-android
Releases · mapbox/mapbox-gl-native-android
android-v8.5.2
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
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
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
Changes since Mapbox Maps SDK for Android v8.5.0:
Bugs
android-v8.6.0-alpha.1
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
andOfflineRegion#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
Changes since Mapbox Maps SDK for Android v8.5.0-alpha.4:
Bug fixes
android-v8.5.0-beta.1
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
Changes since Mapbox Maps SDK for Android v8.5.0-alpha.3:
Bug fixes
android-v8.5.0-alpha.3
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
tomapbox-gl-native-android