-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android Auto] Allow for downstream upgrades #1683
Merged
Merged
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
9 tasks
kmadsen
force-pushed
the
km-allow-callback-surface-override
branch
from
September 21, 2022 19:34
7ea29d8
to
334ef1d
Compare
kmadsen
commented
Sep 21, 2022
extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/CarMapSurfaceOwner.kt
Show resolved
Hide resolved
yunikkk
reviewed
Sep 22, 2022
extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMap.kt
Outdated
Show resolved
Hide resolved
yunikkk
approved these changes
Sep 22, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one small q
kmadsen
force-pushed
the
km-allow-callback-surface-override
branch
2 times, most recently
from
September 22, 2022 17:18
3613a29
to
b12ba1c
Compare
kmadsen
force-pushed
the
km-allow-callback-surface-override
branch
from
September 22, 2022 17:51
712ec5f
to
4f1eb41
Compare
kiryldz
approved these changes
Sep 23, 2022
pengdev
reviewed
Sep 23, 2022
extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMap.kt
Show resolved
Hide resolved
pengdev
reviewed
Sep 23, 2022
extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMap.kt
Show resolved
Hide resolved
pengdev
reviewed
Sep 23, 2022
extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMap.kt
Show resolved
Hide resolved
pengdev
reviewed
Sep 23, 2022
extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMap.kt
Show resolved
Hide resolved
pengdev
approved these changes
Sep 23, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall I'm ok with this as a temporary solution, dropped a few notes but in general 🟢
mapbox-github-ci-writer-public-1 bot
pushed a commit
that referenced
this pull request
May 5, 2023
* bump gl-native to 10.13.0 and commo to 23.5.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary of changes
Adding an example of
onClick
requires a compileVersion 33 and a kotlin upgrade. This pull request is adding support to addonClick
downstread #1682, except this change is not blocked by the repo upgrades.Please see the full description and video in the example #1682. This change creates no functional changes, but adds the ability to customize the
SurfaceCallback
.Pull request checklist:
@JvmOverloads
,@file:JvmName
, etc).make update-api
to update generated api files, if there's public API changes, otherwise theverify-api-*
CI steps might fail.check changelog
CI step will fail.v10.[version]
release branch fix / enhancement, merge it tomain
firstly and then port tov10.[version]
release branch.Fixes: < Link to related issues that will be fixed by this pull request, if they exist >
PRs must be submitted under the terms of our Contributor License Agreement CLA.