Bump mapbox-android-sdk version to 8.2.1 #2013
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Bumps
mapbox-android-sdk
version to8.2.1
Fixes #2006
bug
,feature
,new API(s)
,SEMVER
, etc.)Goal
Getting the latest version from
mapboxMapSdk
including the new features and bug fixes.Implementation
Bumping the
mapboxMapSdk
version to8.2.1
independencies.gradle
Testing
Please describe the manual tests that you ran to verify your changes
SNAPSHOT
upstream dependencies if needed) through testapp/demo app and run all activities to avoid regressionsWe found a Maps SDK upstream 🐛:
Puck animation is jumpy in the examples in which
animateCamera
API is used instead of the tracking mode, e.g.RerouteActivity
mapbox-navigation-android/app/src/main/java/com/mapbox/services/android/navigation/testapp/activity/RerouteActivity.java
Line 215 in 03b45cf
👀
We tracked ☝️ down and changes were introduced in the
alpha.1
. @LukasPaczos confirmed that internally the mode is reset even if it’s the same and if the camera mode is set, it works https://github.com/mapbox/mapbox-navigation-android/tree/lp-jumpy-reroutemapboxMapSdk
version to8.2.1
when upstream fix is availableUpstream ticket 👉 mapbox/mapbox-gl-native#15246
Checklist
CHANGELOG
including this PR