-
Notifications
You must be signed in to change notification settings - Fork 68
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
Google Pay improvements #1853
Google Pay improvements #1853
Conversation
googlepay/src/main/java/com/adyen/checkout/googlepay/GooglePayComponent.kt
Outdated
Show resolved
Hide resolved
d47c46a
to
b47ba4f
Compare
4ffbf7f
to
6011a6d
Compare
googlepay/src/main/java/com/adyen/checkout/googlepay/internal/ui/DefaultGooglePayDelegate.kt
Show resolved
Hide resolved
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.
Adding request changes to block merging this, in case we need to postpone it a bit
aa68232
to
fd29e5b
Compare
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.
Can be reviewed and merged when ready
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.
🎉
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.
Release notes should be fixes
57eb6cc
to
98c5b9c
Compare
COAND-855
COAND-855
COAND-855
COAND-855
COAND-855
COAND-855
COAND-1012
COAND-1012
COAND-1012
COAND-1012
COAND-1012
COAND-941
This will allow to have customized states. The drawable will now also use it's original color. COAND-943
Exception flow didn't work as the value was only received by one observer. COAND-943
COAND-943
COAND-941
COAND-944
Previously, the GooglePayView was replaced with ProcessingPaymentView. This causes the Activity Result API to fail and not deliver the result in case the view got recreated on configuration change. By keeping the GooglePayView in view it will be able to successfully restore it's state and deliver the activity result. Making the loading state part of the GooglePayView is essential to fix this problem. COAND-941
Before it was based on if the button was shown or not, which can be hidden even if the component state is fully valid and ready. COAND-941
COAND-1009
COAND-1009
COAND-1009
98c5b9c
to
c73b4de
Compare
✅ No public API changes |
Quality Gate failedFailed conditions |
🚀 |
Description
This PR is a huge compilation of smaller PRs. These small PRs have all been reviewed.
Checklist
COAND-941