Skip to content

Releases: braintree/braintree_android

5.8.0

06 Mar 20:27
Compare
Choose a tag to compare
  • 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 to 3.0.0

5.7.0

24 Feb 18:41
Compare
Choose a tag to compare
  • PayPal
    • Add PayPal App Switch for one time checkout flow (BETA)
      • Add enablePayPalAppSwitch property to PayPalCheckoutRequest 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.
    • Send payPalContextId in PayPalLauncher.handleReturnToApp related events.
    • Fix a bug to correctly log app switch flow analytics.

5.6.0

05 Feb 16:05
Compare
Choose a tag to compare
  • ShopperInsights (BETA)
    • Add isPayPalAppInstalled and isVenmoAppInstalled methods
    • Add shopperSessionId parameter to ShopperInsightsClient
  • PayPal
    • Add shopperSessionId to PayPalCheckoutRequest and PayPalVaultRequest
    • Replace sendPayPalPresentedEvent() and sendVenmoPresentedEvent() with sendPresentedEvent()
    • Replace sendPayPalSelectedEvent() and sendVenmoSelectedEvent() with sendSelectedEvent()

5.5.0

23 Jan 15:54
Compare
Choose a tag to compare
  • PayPal
    • Add PayPalContactInformation request object
    • Add PayPalCheckoutRequest.contactInformation optional property
    • Fix bug where intent=order was not being set as expected

5.4.0

21 Jan 16:53
Compare
Choose a tag to compare
  • PayPal
    • Fix bug to ensure that PayPalVaultRequest.userAuthenticationEmail is not sent as an empty string
    • Add shippingCallbackUrl to PayPalCheckoutRequest
  • ThreeDSecure
    • Return error if no dfReferenceId is returned in the 3D Secure flow

5.3.0

11 Dec 20:44
Compare
Choose a tag to compare
  • PayPal
    • Add deepLinkFallbackUrlScheme to PayPalClient constructor params for supporting deep link fallback
    • Send url in event_params for App Switch events to PayPal's analytics service (FPTI)
  • LocalPayment
    • Make LocalPaymentAuthRequestParams public (fixes #1207)
  • ThreeDSecure
    • Add ThreeDSecureRequest.requestorAppUrl
  • Venmo
    • Add VenmoClient constructor with appLinkReturnUri argument to use App Links when redirecting back from the Venmo flow
    • Add deepLinkFallbackUrlScheme to VenmoClient constructor params for supporting deep link fallback
    • Deprecate VenmoClient constructor with returnUrlScheme argument

5.2.0

30 Oct 18:45
Compare
Choose a tag to compare
  • 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 to getRecommendedPaymentMethods method
    • For analytics, send experiment and paymentMethodsDisplayed analytic metrics to FPTI via the button presented event methods

5.1.0

15 Oct 16:09
Compare
Choose a tag to compare
  • PayPal
    • Add PayPalRecurringBillingDetails and PayPalRecurringBillingPlanType 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 to PayPalVaultRequest and PayPalCheckoutRequest

5.0.0

30 Sep 19:11
Compare
Choose a tag to compare
  • PayPal

    • Add PayPal App Switch vault flow (BETA)
      • Add enablePayPalAppSwitch property to PayPalVaultRequest for App Switch support
      • Require PayPalVaultRequest.userAuthenticationEmail for App Switch support
      • Require PayPalClient.appLinkReturnUrl for App Switch support
      • Send link_type and paypal_installed in event_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.
  • GooglePay

    • Upgrade play-services-wallet to 19.4.0
  • Breaking Changes

    • Venmo
      • Convert VenmoPaymentMethodUsage to an enum
      • Convert VenmoLineItemKind to an enum
      • Make VenmoPaymentAuthRequestParams internal
      • Remove VenmoPaymentAuthResultInfo
    • BraintreeCore
      • Remove BraintreeDeepLinkActivity
      • Remove authorizationFingerprint from ClientToken
    • GooglePay
      • Make GooglePayPaymentAuthRequestParams internal
      • Make GooglePayPaymentAuthResult parameters internal
      • Update GooglePayLauncher.launch to take a GooglePayPaymentAuthRequest.ReadyToLaunch parameter
      • Remove GooglePayRequest.setTransactionInfo and replace with currencyCode, totalPrice, and totalPriceStatus` parameters
      • Change GooglePayRequest.billingAddressFormat to GooglePayBillingAddressFormat enum
      • Change GooglePayRequest.shippingAddressRequirements to GooglePayRequest.shippingAddressParameters
    • PayPal
      • Make PayPalPaymentAuthRequestParams internal
      • Remove PayPalPaymentAuthResultInfo
      • Rename PayPalLauncher.handleReturnToAppFromBrowser() to PayPalLauncher.handleReturnToApp()
    • SEPADirectDebit
      • Make SEPADirectDebitPaymentAuthRequestParams internal
      • Remove SEPADirectDebitPaymentAuthResultInfo
      • Rename SEPADirectDebitLauncher.handleReturnToAppFromBrowser() to SEPADirectDebitLauncher.handleReturnToApp()
    • ThreeDSecure
      • Make ThreeDSecureParams internal
      • Make ThreeDSecurePaymentAuthResult parameters internal
      • Remove ThreeDSecurePaymentAuthResultInfo
    • LocalPayment
      • Remove LocalPaymentAuthResultInfo
      • Make LocalPaymentAuthRequestParams internal
      • Rename LocalPaymentLauncher.handleReturnToAppFromBrowser() to LocalPaymentLauncher.handleReturnToApp()

Note: Includes all changes in 5.0.0-beta2 and 5.0.0-beta1

5.0.0-beta2

28 Aug 21:04
Compare
Choose a tag to compare
  • All Modules
    • Upgrade Gradle version to 8.5.2
    • Upgrade compileSdkVersion and targetSdkVersion to API 35
    • Bump target Java version to Java 17
  • BraintreeCore
    • Update endpoint syntax sent to FPTI for 3D Secure and Venmo flows
  • ThreeDSecure
    • Update ThreeDSecureActivity theme attributes to prevent the Action Bar title from displaying and enforce transparency properly with AppCompat theme attributes
  • Breaking Changes
    • All Modules
      • countryCodeAlpha2 now returns a 2 character country code instead of a 3 character country code
    • PayPal
      • Remove appLinkEnabled from PayPalRequest as Android app links are now required
      • Update PayPalCreditFinancing.hasPayerAcceptance() to getHasPayerAcceptance() (Java)
      • Change PayPalPaymentIntent to an enum
      • Change PayPalLandingPageType to an enum
      • Change PayPalPaymentUserAction to an enum
      • Update PayPalRequest.hasUserLocationConsent() to getHasUserLocationConsent() (Java)
      • Change PayPalLineItem.desc() to setDescription()
      • Change PayPalLineItemKind to an enum
      • Rename PayPalLineItemKind.KIND_CREDIT to CREDIT
      • Rename PayPalLineItemKind.KIND_DEBIT to DEBIT
      • Update ThreeDSSecureInfo.isLiabilityShifted() to ThreeDSSecureInfo.getLiabilityShifted()
      • Update ThreeDSSecureInfo.isLiabilityShiftPossible() to ThreeDSSecureInfo.getLiabilityShiftPossible()
      • Update ThreeDSSecureInfo.wasVerified() to ThreeDSSecureInfo.getWasVerified()
      • Update ThreeDSecurePaymentAuthResult.getThreeSecureResult() to ThreeDSecurePaymentAuthResult.getThreeDSecureParams()
      • Update ThreeDSecurePaymentAuthResult.getJWT() to ThreeDSecurePaymentAuthResult.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() to ThreeDSecureRequest.getChallengeRequested()
      • Update ThreeDSecureRequest.isDataOnlyRequested() to ThreeDSecureRequest.getDataOnlyRequested()
      • Update ThreeDSecureRequest.isExemptionRequested() to ThreeDSecureRequest.getDataOnlyRequested()
      • Update ThreeDSecureRequest.isCardAddChallengeRequested() to ThreeDSecureRequest.getCardAddChallengeRequested()
    • ThreeDSecure
      * Split ThreeDSecureV2UiCustomization.setButtonCustomization() to setButtonCustomization() and setButtonType()
      * Change ThreeDSecureV2ButtonType to an enum