-
Notifications
You must be signed in to change notification settings - Fork 18
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
Merge v3 into main #106
Merge v3 into main #106
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 94bfffb - Browse repository at this point
Copy the full SHA 94bfffbView commit details
Commits on Jan 16, 2024
-
Add Integration Pattern without Local Storage (#81)
* Add methods without shared preferences * Update doc strings * Fix unit tests
Configuration menu - View commit details
-
Copy full SHA for b57e0ef - Browse repository at this point
Copy the full SHA b57e0efView commit details
Commits on Jan 18, 2024
-
Add Convenience String Methods to BrowserSwitchPendingRequest (#83)
* Add convenence string methods
Configuration menu - View commit details
-
Copy full SHA for 80d39e0 - Browse repository at this point
Copy the full SHA 80d39e0View commit details
Commits on Jan 23, 2024
-
Update Demo App for v3 Integration (#82)
* Add compose integration * Update single top activity Co-authored-by: sshropshire <[email protected]> Co-authored-by: Tim Chow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98881c8 - Browse repository at this point
Copy the full SHA 98881c8View commit details -
Remove v2 Integration Pattern Methods (#84)
* Remove v2 methods * Remove BrowserSwitchPersistentStore * Remove persistent store
Configuration menu - View commit details
-
Copy full SHA for e9ab50a - Browse repository at this point
Copy the full SHA e9ab50aView commit details
Commits on Jan 25, 2024
-
Upgrade Gradle Dependencies (#85)
* Upgrade androix dependencies * Upgrade AGP to 8 * Upgrade Kotlin version * Bump min sdk to 23 * Bump CI to Java17
Configuration menu - View commit details
-
Copy full SHA for 82eed68 - Browse repository at this point
Copy the full SHA 82eed68View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1408c08 - Browse repository at this point
Copy the full SHA 1408c08View commit details -
* Create migration guide * Add migration guide content * update min version info * Update README for v3 --------- Co-authored-by: Tim Chow <[email protected]> Co-authored-by: Jax DesMarais-Leder <[email protected]> Co-authored-by: sshropshire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d0c40c - Browse repository at this point
Copy the full SHA 5d0c40cView commit details
Commits on Feb 7, 2024
-
Convert
BrowserSwitchResult
to Sealed Class (#88)* Rename BrowserSwitchResult * Add BrowserSwitchResult sealed class * Update result returned from parseResult * Update demo activity * Remove BrowserSwitchStatus * Update CHANGELOG, README, and MIGRATION_GUIDE * Update doc strings Co-authored-by: sshropshire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ab5c35 - Browse repository at this point
Copy the full SHA 0ab5c35View commit details
Commits on Feb 12, 2024
-
Update Gradle Release Tasks for Beta (#89)
* Fix README task for beta versions * Fix SNAPSHOT task
Configuration menu - View commit details
-
Copy full SHA for 52fcc27 - Browse repository at this point
Copy the full SHA 52fcc27View commit details
Commits on Apr 15, 2024
-
Update BrowserSwitchException and BrowserSwitchRequest Visibility Mod…
…ifiers (#91) * Update BrowserSwitchException and BrowserSwitchRequest visibility modifiers * Fix fromJSON visible for testing modifier
Configuration menu - View commit details
-
Copy full SHA for b3e52b4 - Browse repository at this point
Copy the full SHA b3e52b4View commit details
Commits on May 22, 2024
-
Visibility Changes for BT Venmo Module (#99)
* Updated assertCanPerformBrowserSwitch to a public method, gradle updates for enabling local maven publishing, and updating version to 3.0.0-beta2-SNAPSHOT * Update changelog * Remove new line
Configuration menu - View commit details
-
Copy full SHA for a6acf21 - Browse repository at this point
Copy the full SHA a6acf21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c15543 - Browse repository at this point
Copy the full SHA 2c15543View commit details
Commits on May 29, 2024
-
Rename parseResult to completeRequest (#101)
* Rename parseResult to completeRequest * Update v3 migration guide
Configuration menu - View commit details
-
Copy full SHA for 47e854d - Browse repository at this point
Copy the full SHA 47e854dView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4963edd - Browse repository at this point
Copy the full SHA 4963eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1231bf5 - Browse repository at this point
Copy the full SHA 1231bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 178143a - Browse repository at this point
Copy the full SHA 178143aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd19dfa - Browse repository at this point
Copy the full SHA dd19dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c8cee - Browse repository at this point
Copy the full SHA 08c8ceeView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba3e2cc - Browse repository at this point
Copy the full SHA ba3e2ccView commit details
Commits on Jun 27, 2024
-
V3 encode pending browser switch as base64 string (#104)
* Remove BrowserSwitchRequest shouldNotifyCancelation property. * Rename BrowserSwitchResult to BrowserSwitchStartResult. * Add base 64 encode and decode methods. * Remove return result types. * Remove unecessary unit tests. * Fix broken unit test. * Fix broken unit tests. * Remove TODO to take it offline. * Cleanup BrowserSwitchClient docs. * Cleanup docs in BrowserSwitchCompleteRequestResult. * Fix BrowserSwitchOptions docs. * Remove legacy fromJson method. * Clean up docs. * Rename BrowserSwitchCompleteRequestResult to BrowserSwitchFinalResult. * Rename BrowserSwitchFinalResult.Success deepLinkUrl property to returnUrl.
Configuration menu - View commit details
-
Copy full SHA for fa92641 - Browse repository at this point
Copy the full SHA fa92641View commit details
Commits on Jul 1, 2024
-
[V3] Rename BrowserSwitchStartResult
.Success
to.Started
(#105)* Rename BrowserSwitchStartResult.Success to BrowserSwitchStartResult.Started. * Annotate PendingRequestStore methods with @JvmStatic.
Configuration menu - View commit details
-
Copy full SHA for b86cad7 - Browse repository at this point
Copy the full SHA b86cad7View commit details
Commits on Jul 8, 2024
-
Merge branch 'v3' into v3-into-main
* 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
Configuration menu - View commit details
-
Copy full SHA for 15358b5 - Browse repository at this point
Copy the full SHA 15358b5View commit details