-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix Deep Links not working on Android 12+ #10128
Merged
deetergp
merged 20 commits into
Expensify:main
from
tomivs:tomivs-deep-links-android-12
Aug 15, 2022
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6a1741f
feat: upgrading targetSdkVersion
tomivs 0d21e9e
feat: updating npm pkgs for new targetSdkVersion
tomivs 33ef541
feat: android:exported for activities
tomivs b1ccedf
chore: adds assetlinks.json for link verification
tomivs e55f74d
chore: webpack config to deploy assetlinks.json
tomivs 921bf0c
fix: removing old Swift reference
tomivs fa5ccf8
fix: removing old Swift reference 2
tomivs 15f6dc4
feat: updating to [email protected]
tomivs 93e92b1
Revert "feat: upgrading targetSdkVersion"
tomivs f5ecc63
Revert "feat: updating npm pkgs for new targetSdkVersion"
tomivs c0844c0
Revert "feat: android:exported for activities"
tomivs 01b905e
Revert "fix: removing old Swift reference"
tomivs 2fb9853
Revert "fix: removing old Swift reference 2"
tomivs 99b0890
Revert "feat: updating to [email protected]"
tomivs c8aa9fa
Revert "feat: updating npm pkgs for new targetSdkVersion"
tomivs 9904c07
Merge branch 'Expensify:main' into tomivs-deep-links-android-12
tomivs 6399644
fix: set up AndroidManifest.xml for Android 12+
tomivs 695862c
Merge branch 'Expensify:main' into tomivs-deep-links-android-12
tomivs 1b4fa01
Merge branch 'Expensify:main' into tomivs-deep-links-android-12
tomivs 3e01ca4
Merge branch 'Expensify:main' into tomivs-deep-links-android-12
tomivs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
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.
I thought we need 31 for Android 12
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.
targetSdkVersion = 31
is necessary and is already in main. It seems like here you're suggesting to change it to 30?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.
my bad this is an old commit. All good on this.