You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# browser-switch-android Release Notes
2
2
3
+
## unreleased
4
+
5
+
* Update `BrowserSwitchClient#deliverResult()` to allow canceled browser switches a chance to reach the success state (See braintree_android [#409](https://github.com/braintree/braintree_android/issues/409))
6
+
* Fix nullability annotations in `BrowserSwitchOptions` setters
0 commit comments