Releases: braintree/braintree_android
Releases · braintree/braintree_android
5.8.0
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
5.5.0
- PayPal
- Add
PayPalContactInformation
request object - Add
PayPalCheckoutRequest.contactInformation
optional property - Fix bug where
intent=order
was not being set as expected
- Add
5.4.0
- PayPal
- Fix bug to ensure that
PayPalVaultRequest.userAuthenticationEmail
is not sent as an empty string - Add
shippingCallbackUrl
toPayPalCheckoutRequest
- Fix bug to ensure that
- ThreeDSecure
- Return error if no
dfReferenceId
is returned in the 3D Secure flow
- Return error if no
5.3.0
- PayPal
- Add
deepLinkFallbackUrlScheme
toPayPalClient
constructor params for supporting deep link fallback - Send
url
inevent_params
for App Switch events to PayPal's analytics service (FPTI)
- Add
- LocalPayment
- Make LocalPaymentAuthRequestParams public (fixes #1207)
- ThreeDSecure
- Add
ThreeDSecureRequest.requestorAppUrl
- Add
- Venmo
- Add
VenmoClient
constructor withappLinkReturnUri
argument to use App Links when redirecting back from the Venmo flow - Add
deepLinkFallbackUrlScheme
toVenmoClient
constructor params for supporting deep link fallback - Deprecate
VenmoClient
constructor withreturnUrlScheme
argument
- Add
5.2.0
- GooglePay
- Fix a crash being caused on API 33 devices. It is recommended that merchants not use 5.1.0 for GooglePay.
- Shopper Insights (BETA)
- For analytics, send
experiment
as a parameter togetRecommendedPaymentMethods
method - For analytics, send
experiment
andpaymentMethodsDisplayed
analytic metrics to FPTI via the button presented event methods
- For analytics, send
5.1.0
- PayPal
- Add
PayPalRecurringBillingDetails
andPayPalRecurringBillingPlanType
opt-in request objects. Including these details will provide transparency to users on their billing schedule, dates, and amounts, as well as launch a modernized checkout UI. - Add
userPhoneNumber
property toPayPalVaultRequest
andPayPalCheckoutRequest
- Add
5.0.0
-
PayPal
- Add PayPal App Switch vault flow (BETA)
- Add
enablePayPalAppSwitch
property toPayPalVaultRequest
for App Switch support - Require
PayPalVaultRequest.userAuthenticationEmail
for App Switch support - Require
PayPalClient.appLinkReturnUrl
for App Switch support - Send
link_type
andpaypal_installed
inevent_params
when available to PayPal's analytics service (FPTI) - Note: This feature is currently in beta and may change or be removed in future releases.
- Add
- Add PayPal App Switch vault flow (BETA)
-
GooglePay
- Upgrade
play-services-wallet
to19.4.0
- Upgrade
-
Breaking Changes
- Venmo
- Convert
VenmoPaymentMethodUsage
to an enum - Convert
VenmoLineItemKind
to an enum - Make
VenmoPaymentAuthRequestParams
internal - Remove
VenmoPaymentAuthResultInfo
- Convert
- BraintreeCore
- Remove
BraintreeDeepLinkActivity
- Remove
authorizationFingerprint
fromClientToken
- Remove
- GooglePay
- Make
GooglePayPaymentAuthRequestParams
internal - Make
GooglePayPaymentAuthResult
parameters internal - Update
GooglePayLauncher.launch
to take aGooglePayPaymentAuthRequest.ReadyToLaunch
parameter - Remove
GooglePayRequest.setTransactionInfo
and replace withcurrencyCode
,totalPrice, and
totalPriceStatus` parameters - Change
GooglePayRequest.billingAddressFormat
toGooglePayBillingAddressFormat
enum - Change
GooglePayRequest.shippingAddressRequirements
toGooglePayRequest.shippingAddressParameters
- Make
- PayPal
- Make
PayPalPaymentAuthRequestParams
internal - Remove
PayPalPaymentAuthResultInfo
- Rename
PayPalLauncher.handleReturnToAppFromBrowser()
toPayPalLauncher.handleReturnToApp()
- Make
- SEPADirectDebit
- Make
SEPADirectDebitPaymentAuthRequestParams
internal - Remove
SEPADirectDebitPaymentAuthResultInfo
- Rename
SEPADirectDebitLauncher.handleReturnToAppFromBrowser()
toSEPADirectDebitLauncher.handleReturnToApp()
- Make
- ThreeDSecure
- Make
ThreeDSecureParams
internal - Make
ThreeDSecurePaymentAuthResult
parameters internal - Remove
ThreeDSecurePaymentAuthResultInfo
- Make
- LocalPayment
- Remove
LocalPaymentAuthResultInfo
- Make
LocalPaymentAuthRequestParams
internal - Rename
LocalPaymentLauncher.handleReturnToAppFromBrowser()
toLocalPaymentLauncher.handleReturnToApp()
- Remove
- Venmo
Note: Includes all changes in 5.0.0-beta2 and 5.0.0-beta1
5.0.0-beta2
- All Modules
- Upgrade Gradle version to
8.5.2
- Upgrade
compileSdkVersion
andtargetSdkVersion
to API 35 - Bump target Java version to Java 17
- Upgrade Gradle version to
- BraintreeCore
- Update
endpoint
syntax sent to FPTI for 3D Secure and Venmo flows
- Update
- ThreeDSecure
- Update
ThreeDSecureActivity
theme attributes to prevent the Action Bar title from displaying and enforce transparency properly with AppCompat theme attributes
- Update
- Breaking Changes
- All Modules
countryCodeAlpha2
now returns a 2 character country code instead of a 3 character country code
- PayPal
- Remove
appLinkEnabled
fromPayPalRequest
as Android app links are now required - Update
PayPalCreditFinancing.hasPayerAcceptance()
togetHasPayerAcceptance()
(Java) - Change
PayPalPaymentIntent
to an enum - Change
PayPalLandingPageType
to an enum - Change
PayPalPaymentUserAction
to an enum - Update
PayPalRequest.hasUserLocationConsent()
togetHasUserLocationConsent()
(Java) - Change
PayPalLineItem.desc()
tosetDescription()
- Change
PayPalLineItemKind
to an enum - Rename
PayPalLineItemKind.KIND_CREDIT
toCREDIT
- Rename
PayPalLineItemKind.KIND_DEBIT
toDEBIT
- Update
ThreeDSSecureInfo.isLiabilityShifted()
toThreeDSSecureInfo.getLiabilityShifted()
- Update
ThreeDSSecureInfo.isLiabilityShiftPossible()
toThreeDSSecureInfo.getLiabilityShiftPossible()
- Update
ThreeDSSecureInfo.wasVerified()
toThreeDSSecureInfo.getWasVerified()
- Update
ThreeDSecurePaymentAuthResult.getThreeSecureResult()
toThreeDSecurePaymentAuthResult.getThreeDSecureParams()
- Update
ThreeDSecurePaymentAuthResult.getJWT()
toThreeDSecurePaymentAuthResult.getJwt()
- Change
ThreeDSecureShippingMethod
to an enum - Change
ThreeDSecureAccountType
to an enum - Change
ThreeDSecureRenderType
to an enum - Change
ThreeDSecureRequestedExemptionType
to an enum - Change
ThreeDSecureUiType
to an enum - Update
ThreeDSecureRequest.isChallengeRequested()
toThreeDSecureRequest.getChallengeRequested()
- Update
ThreeDSecureRequest.isDataOnlyRequested()
toThreeDSecureRequest.getDataOnlyRequested()
- Update
ThreeDSecureRequest.isExemptionRequested()
toThreeDSecureRequest.getDataOnlyRequested()
- Update
ThreeDSecureRequest.isCardAddChallengeRequested()
toThreeDSecureRequest.getCardAddChallengeRequested()
- Remove
- ThreeDSecure
* SplitThreeDSecureV2UiCustomization.setButtonCustomization()
tosetButtonCustomization()
andsetButtonType()
* ChangeThreeDSecureV2ButtonType
to an enum
- All Modules