Releases: braintree/braintree_android
Releases · braintree/braintree_android
5.13.0
5.12.0
- PayPal
- Reduce configuration calls for PayPal flow
- Move App Switch events to the
PayPalLauncher
class - Add
browser-presentation:succeeded
andbrowser-presentation:failed
events for the non App Switch flow
5.11.0
4.51.0
- PayPal Messaging
- Bump
paypal-messages
to version1.0.3
- Bump
5.10.0
- PayPal
- Make
PayPalCheckoutRequest.userAuthenticationEmail
optional for App Switch flows
- Make
4.50.0
5.9.0
- All Modules
- Add
error_desc
tag to the analytics events we are sending to FPTI.
- Add
- PayPal
- Send
merchant_enabled_app_switch
andattempted_app_switch
inevent_params
for App Switch events to PayPal's analytics service (FPTI) - Add
contactPreference
property toPayPalCheckoutRequest
- This property is required to enable the contact information section in the payment flow.
- Send
- ThreeDSecure
- Bump Cardinal version to
2.2.7-7
(fixes #1236).
- Bump Cardinal version to
5.8.0
- All Modules
- Fix a bug where host app crashes when updating from a newer version of BT SDK to an older version of BT SDK.
- Reduce minimum required Java version to Java 11
- BraintreeCore
- Bump
browser-switch
version to3.0.0
- Bump
5.7.0
- PayPal
- Add PayPal App Switch for one time checkout flow (BETA)
- Add
enablePayPalAppSwitch
property toPayPalCheckoutRequest
for App Switch support - Require
PayPalCheckoutRequest.userAuthenticationEmail
for App Switch support - Note: This feature is currently in beta and may change or be removed in future releases.
- Add
- Send
payPalContextId
inPayPalLauncher.handleReturnToApp
related events. - Fix a bug to correctly log app switch flow analytics.
- Add PayPal App Switch for one time checkout flow (BETA)
5.6.0
- ShopperInsights (BETA)
- Add
isPayPalAppInstalled
andisVenmoAppInstalled
methods - Add
shopperSessionId
parameter toShopperInsightsClient
- Add
- PayPal
- Add
shopperSessionId
toPayPalCheckoutRequest
andPayPalVaultRequest
- Replace
sendPayPalPresentedEvent()
andsendVenmoPresentedEvent()
withsendPresentedEvent()
- Replace
sendPayPalSelectedEvent()
andsendVenmoSelectedEvent()
withsendSelectedEvent()
- Add