-
Notifications
You must be signed in to change notification settings - Fork 79
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
[v7 Beta] Create DropInLauncher #468
Open
sshropshire
wants to merge
20
commits into
v7_beta
Choose a base branch
from
v7_beta__drop_in_launcher
base: v7_beta
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7118268
Rename DropInIntentData to DropInLaunchIntent.
sshropshire 257d30e
Remove deprecated DropInClient methods.
sshropshire e6a98ac
Rename DropInLifecycleObserver to DropInLauncher.
sshropshire 7a70517
Extract DropInLauncher success and error handling logic from DropInCl…
sshropshire 7ca4634
Remove invalidateClientToken() method.
sshropshire 7ad19eb
Remove DropInClient#getAuthorization() internal call.
sshropshire 3247387
Fix DropInLauncherUnitTest.
sshropshire 7978016
Migrate DropInClient to using context.
sshropshire 4ae9532
Migrate fetch method to a RecentPaymentMethodsClient.
sshropshire 4f85b19
Remove DropInClient and fix broken imports.
sshropshire 9d00464
Fix unit tests.
sshropshire 6457aa5
Remove DropInClientParams class.
sshropshire 6810ac7
Add class and constructor documentation to RecentPaymentMethodsClient.
sshropshire 1a842ce
Provide documentation for DropInLauncherCallback.
sshropshire 8220458
Rename DropInLaunchIntent to DropInLaunchInput and make it package pr…
sshropshire e0658c3
Add place authorization string in DropInRequest.
sshropshire 7bdd2ac
Revert "Add place authorization string in DropInRequest."
sshropshire 618d3f8
Add TODO.
sshropshire 821b249
Update CHANGELOG.
sshropshire 1977a95
Rename launchDropIn to start on DropInLauncher.
sshropshire 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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
This reads a little odd to me since it's like the inverse of one another, not sure if something like this would make it feel less awward:
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.
Yeah def that's a good call. It aligns nicely with our SDKs as a whole. I'll do this in a separate commit to make sure all occurrences are renamed.