-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v3: (21 commits) [V3] Rename BrowserSwitchStartResult `.Success` to `.Started` (#105) V3 encode pending browser switch as base64 string (#104) Fix changelog indents and fix app link unit test Pass app link in BrowserSwitchPendingRequestUnitTest Remove DemoActivity Fix Compose flow and move app link intent filter to DemoActivitySingleTop Merge main into v3 Rename parseResult to completeRequest (#101) Revert version to beta1 (#100) Visibility Changes for BT Venmo Module (#99) Update BrowserSwitchException and BrowserSwitchRequest Visibility Modifiers (#91) Update Gradle Release Tasks for Beta (#89) Convert `BrowserSwitchResult` to Sealed Class (#88) v3 Migration Guide (#87) Fix Javadocs Task for SNAPSHOT Publish (#86) Upgrade Gradle Dependencies (#85) Remove v2 Integration Pattern Methods (#84) Update Demo App for v3 Integration (#82) Add Convenience String Methods to BrowserSwitchPendingRequest (#83) Add Integration Pattern without Local Storage (#81) ... # Conflicts: # CHANGELOG.md # README.md # browser-switch/src/main/java/com/braintreepayments/api/BrowserSwitchClient.java # browser-switch/src/main/java/com/braintreepayments/api/BrowserSwitchRequest.java # browser-switch/src/test/java/com/braintreepayments/api/BrowserSwitchClientUnitTest.java # browser-switch/src/test/java/com/braintreepayments/api/BrowserSwitchRequestUnitTest.java # browser-switch/src/test/java/com/braintreepayments/api/BrowserSwitchResultUnitTest.java # build.gradle # demo/src/main/AndroidManifest.xml # demo/src/main/java/com/braintreepayments/api/browserswitch/demo/DemoActivity.java # demo/src/main/java/com/braintreepayments/api/browserswitch/demo/DemoActivitySingleTop.java # demo/src/main/java/com/braintreepayments/api/browserswitch/demo/DemoFragment.java # demo/src/main/res/values/strings.xml # gradle/gradle-publish.gradle
- Loading branch information
Showing
44 changed files
with
917 additions
and
1,806 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- v3 | ||
env: | ||
SIGNING_KEY_FILE: /home/runner/secretKey.gpg | ||
jobs: | ||
|
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
Oops, something went wrong.