This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
android-v8.6.0-beta.1
langsmith
released this
06 Dec 20:05
·
16 commits
to release-tequila
since this release
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