Releases: braintree/braintree_android
Releases · braintree/braintree_android
4.38.2
- BraintreeCore
- Internal Fixes
4.38.1
- ThreeDSecure
- Bump Cardinal version to
2.2.7-5
- Bump Cardinal version to
4.38.0
- All Modules
- Upgrade
compileSdkVersion
andtargetSdkVersion
to API 34
- Upgrade
- ThreeDSecure
- Bump Cardinal version to
2.2.7-4
- Bump Cardinal version to
- BraintreeCore
- Bump
browser-switch
version to2.6.0
- Bump
- PayPalNativeCheckout
- Bump min SDK version to 23 to prevent crashes on lower Android versions
4.37.0
- PayPalNativeCheckout
- Bump native-checkout version to release
1.1.0
- Fix bug where
PayPalNativeCheckoutVaultRequest
flow in the EU results in failed requests when using the nonce in a server side request
- Bump native-checkout version to release
3.21.1
- LocalPayment
- Fixed bug where the configuration was not returned the expected result for Local Payment Methods being enabled
4.36.0
- BraintreeCore
- Bump
browser-switch
version to2.5.0
- Bump
- All Modules
- Revert Kotlin version to
1.7.10
- Revert Kotlin version to
4.35.0
- GooglePay
- Add
GooglePayCardNonce.getCardNetwork()
- Add
4.34.0
- GooglePay
- Add
GooglePayRequest.setAllowCreditCards()
- Add
- PayPalNativeCheckout (General Availability release)
- Bump native-checkout version to release
1.0.0
- Fix an issue where the return from web fallback was not returning the correct information
- Bump native-checkout version to release
4.33.0
4.32.0
- Bump target Kotlin version to
1.8.0
- PayPal
- Undeprecate
PayPalClient(BraintreeClient)
constructor - Undeprecate
PayPalClient#onBrowserSwitchResult(BrowserSwitchResult, PayPalBrowserSwitchResultCallback)
- Add
PayPalClient#parseBrowserSwitchResult(Context, Intent)
method - Add
PayPalClient#clearActiveBrowserSwitchRequests(Context)
method
- Undeprecate
- LocalPayment
- Undeprecate
LocalPaymentClient(BraintreeClient)
constructor - Undeprecate
LocalPaymentClient#onBrowserSwitchResult(Context, BrowserSwitchResult, LocalPaymentBrowserSwitchResultCallback)
- Add
LocalPaymentClient#parseBrowserSwitchResult(Context, Intent)
method - Add
LocalPaymentClient#clearActiveBrowserSwitchRequests(Context)
method
- Undeprecate
- Venmo
- Fix issue caused by
VenmoActivityResultContract
where a user cancelation is being misinterpreted as an unknown exception because the intent data isnull
(fixes #734) - Add the following properties to
VenmoRequest
:collectCustomerBillingAddress
collectCustomerShippingAddress
totalAmount
subTotalAmount
discountAmount
taxAmount
shippingAmount
lineItems
- Fix issue caused by