This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zugaldia
added
Android
Mapbox Maps SDK for Android
⚠️ DO NOT MERGE
Work in progress, proof of concept, or on hold
labels
Oct 25, 2016
…ass bearing tracking are enabled. (#6829)
…ted marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value.
…found in current viewport, added example to the test app to test for regressions (#6877)
* [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish
* [android] - using bearing clockwise versus counterclockwise * fixup brackets
* fixes missing javadoc in offline status class * fixed javadoc mistakes * added missing javadoc and notes to APIs that rely on style and source ids
This was referenced Nov 10, 2016
…ion from a CameraUpdate
tobrun
force-pushed
the
release-android-v4.2.0
branch
from
November 10, 2016 18:16
8aee59d
to
4920f90
Compare
…pbox-gl-native into release-android-v4.2.0
…kerView. Update documentation that a marker needs to be rendered before it can be queried. (#7239)
Allow updating model even if MarkerView isn't in current viewport.
This ensures that a "wait" command will always fully flush pending update flags. This was not the case with the prior conditional map.loaded() logic.
Previously, for viewport sizes less than 512 pixels in either direction, the computed size was 0.
Style::relayout uses source.baseImpl->loaded, a flag which is updated by Style::recalculate. So recalculate first, then relayout.
Good to close, with 4.2.0 we have been cherry picking from master to release branches on suggestion from @ivovandongen. Everything included in 4.2.1 is on master or coming to master with the PR from #4331. |
@tobrun Great, thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
References #6812.
/cc: @mapbox/android