Skip to content

Releases: braintree/braintree_android

4.23.1

09 Jan 16:31
Compare
Choose a tag to compare
  • ThreeDSecure
    • Defensively guard against ThreeDSecureActivity launch without extras (fixes #641)

4.23.0

22 Dec 18:13
Compare
Choose a tag to compare
  • PayPalNativeCheckout (BETA)
    • Bump native-checkout version to 0.8.7

4.22.0

19 Dec 17:04
Compare
Choose a tag to compare
  • PayPalNativeCheckout (BETA)
    • Bump native-checkout version to 0.8.7

4.21.1

14 Dec 21:48
Compare
Choose a tag to compare
  • PayPal
    • Update exception documentation links to point to valid PayPal Braintree documentation URL
  • ThreeDSecure
    • Update exception documentation links to point to valid PayPal Braintree documentation URL
  • Braintree Core
    • Update pinned certificates used by BraintreeGraphQLClient and BraintreeHttpClient

4.21.0

07 Dec 16:06
Compare
Choose a tag to compare
  • PayPalNativeCheckout (BETA)
    • Pass the risk correlation ID from the Native Checkout SDK if it is not provided in the initial PayPal request

4.20.0

07 Nov 15:39
Compare
Choose a tag to compare
  • SharedUtils
    • Allow BraintreeSharedPreferences to gracefully degrade when EncryptedSharedPreferences fails (fix for #619)
    • Add new BraintreeSharedPreferencesException to notify when an error occurs while interacting with shared preferences

4.19.0

26 Oct 15:00
Compare
Choose a tag to compare
  • GooglePay
    • Bump play-services-wallet version to 19.1.0
  • SharedUtils
    • Add explicit key alias for encrypted shared prefs (potential fix for #604)

4.18.0

19 Oct 21:08
Compare
Choose a tag to compare
  • Android 13 Support
    • Upgrade targetSdkVersion and compileSdkVersion to API 33
  • ThreeDSecure
    • Bump Cardinal version to 2.2.7-2
  • BraintreeCore
    • Bump browser-switch version to 2.3.1

4.17.0

05 Oct 20:35
Compare
Choose a tag to compare
  • PayPalNativeCheckout (BETA)
    • Bumping native-checkout version to 0.8.2
    • Fixes an issue where merchants with multiple client IDs would fallback to web on subsequent checkout sessions
    • Remove exit survey when canceling Native Checkout flow

4.16.0

16 Sep 20:13
Compare
Choose a tag to compare
  • PayPalNativeCheckoutClient
    • Bumping native-checkout version to 0.8.1
    • Adding in Native checkout support for one time password
  • BraintreeCore
    • Add BraintreeClient#launchesBrowserSwitchAsNewTask() boolean flag to allow the SDK to capture deep link results on behalf of the host application
    • Create BraintreeDeepLinkActivity to capture deep link results on behalf of the host application