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-v9.6.0-alpha.1
9.6.0-alpha.1 - October 7, 2020
Changes since Mapbox Maps SDK for Android 9.5.0
Dependencies
- Update telemetry to 6.2.0
- Update core library to 5.1.0
android-v9.5.0
9.5.0 - September 25, 2020
Changes since Mapbox Maps SDK for Android 9.4.0
Improvements and bug fixes
- Fix crash when converting screen coordinate as part of moveBy (#555)
- Upgrade MapView to manage multiple OnTouchListener-s (#511)
- Remove
LocalGlyphRasterizer
, now it's a part of core as pure C++ implementation. (#548) LocationIndicatorLayer
: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. (#548)LocationPropertyFactory
:imageTiltDisplacement
methods are deprecated,imagePitchDisplacement
are introduced for replacement. (#548)
Dependencies
- Update core library to 5.0.0
android-v8.6.6
8.6.6 - September 25, 2020
Changes since Mapbox Maps SDK for Android v8.6.5:
Bug fixes
- Fix Style not ready exception in location component (#563)
android-v9.5.0-beta.1
9.5.0-beta.1 - September 14, 2020
Changes since Mapbox Maps SDK for Android 9.4.0
Improvements and bug fixes
- Fix crash when converting screen coordinate as part of moveBy (#555)
- Upgrade MapView to manage multiple OnTouchListener-s (#511)
- Remove
LocalGlyphRasterizer
, now it's a part of core as pure C++ implementation. (#548) LocationIndicatorLayer
: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. (#548)LocationPropertyFactory
:imageTiltDisplacement
methods are deprecated,imagePitchDisplacement
are introduced for replacement. (#548)
Dependencies
- Update core library to 5.0.0
android-v9.5.0-alpha.1
Changes since Mapbox Maps SDK for Android v9.4.0
Changes made to match core library v4.0.0 updates
- Remove
LocalGlyphRasterizer
, now it's a part of core as pure C++ implementation. (#548) LocationIndicatorLayer
: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. (#548)LocationPropertyFactory
:imageTiltDisplacement
methods are deprecated,imagePitchDisplacement
are introduced for replacement. (#548)
Dependencies
- Update core library to 4.0.0
android-v9.4.0
Changes since Mapbox Maps SDK for Android v9.3.0
Features
- Implement method to set padding when camera is tracking. (#496)
- Expose animation handling (#491)
- Expose event Observable (#502)
- Expose
OnIndicatorPositionChangedListener
which is invoked when the position of the user location indicator changes. (#515)
Improvements and bug fixes
- Optimise fling animation (#503)
- Remove world bounds validation when creating an offline region (#495)
- Call setUserAnimationInProgress in LocationCameraController (#501)
- Check isLocationTracking in the right place (#504)
- Adapt
LocalGlyphRasterizer
to render glyphs with a font's actual glyph metrics. (#520)
Dependencies
- Update telemetry to 6.1.0
- Update core library to 3.1.0
android-v9.4.0-beta.2
Dependencies
- Update telemetry to 6.1.0
- Update core library to 3.1.0
android-v9.4.0-beta.1
Changes since Mapbox Maps SDK for Android v9.4.0-alpha.1:
Features
- Expose
OnIndicatorPositionChangedListener
which is invoked when the position of the user location indicator changes. (#515)
Improvements and bug fixes
- Adapt
LocalGlyphRasterizer
to render glyphs with a font's actual glyph metrics. (#520)
Dependencies
- Update core library to 3.0.0-rc.1
android-v9.3.1
Bug fixes
- Fix crash on old devices (Android 4.4) related to LLD linker.
Dependencies
- Update to gl-native release 1.8.4
android-v8.6.5
8.6.5 - July 22, 2020
Changes since Mapbox Maps SDK for Android v8.6.4:
Bug fixes
- Calculate size of an ambient cache without offline region's resources (#15622)