-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BrowserSwitchRequest Should Notify Cancellation (#45)
* Add shouldNotify property to BrowserSwitchRequest. Signed-off-by: Steven Shropshire <[email protected]> * Rename shouldNotify to shouldNotifyCancellation in BrowserSwitchRequest. Signed-off-by: Steven Shropshire <[email protected]> * Fix nullability annotations in BrowserSwitchOptions. Signed-off-by: Steven Shropshire <[email protected]> * Update BrowserSwitchClient to notify browser switch result cancellation only once, and keep cancelled request dormant in case a success flow is still possible. Signed-off-by: Steven Shropshire <[email protected]> * Refactor demo app to clear result text when browser switch is started. Signed-off-by: Steven Shropshire <[email protected]> * Fix typo in shared preferences key. Signed-off-by: Steven Shropshire <[email protected]> * Update CHANGELOG. Signed-off-by: Steven Shropshire <[email protected]> * Re-order CHANGELOG. Signed-off-by: Steven Shropshire <[email protected]> * Update comment string in BrowserSwitchClient. Signed-off-by: Steven Shropshire <[email protected]> * Update browser-switch/src/test/java/com/braintreepayments/api/BrowserSwitchClientTest.java Co-authored-by: Sarah Koop <[email protected]> Co-authored-by: Susan Stevens <[email protected]> Co-authored-by: Sarah Koop <[email protected]>
- Loading branch information
1 parent
7db76e1
commit e8c7c85
Showing
8 changed files
with
118 additions
and
39 deletions.
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
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