Skip to content

Releases: braintree/braintree_android

1.7.9

11 Jul 15:13
Compare
Choose a tag to compare
  • Update PayPal SDK to 2.13.3
  • Update device collector to 2.6.1 (fixes #87)

2.3.4

07 Jul 14:56
Compare
Choose a tag to compare
  • Prevent invalid schemes from being used for browser switching (Packages containing underscores would generate invalid schemes)
  • Fix NoClassDefFoundError in DataCollector
  • Fix NullPointerException in BraintreeFragment

2.3.3

16 Jun 18:23
Compare
Choose a tag to compare
  • Add PayPal Checkout intent option (authorize or sale). See PayPalRequest#intent
  • Update UnionPay support in demo app custom integration
  • Update android-card-form to 2.3.1
  • Fix NullPointerException in AddPaymentMethodViewController (fixes #100)
  • Fix IllegalStateException when creating a BraintreeFragment (fixes #104)
  • Fix NullPointerException when BraintreeFragment is not attached to an Activity (fixes #105)

2.3.2

06 Jun 19:15
Compare
Choose a tag to compare
  • Fix NullPointerException when handling a PayPal response (fixes #101)

2.3.1

25 May 01:14
Compare
Choose a tag to compare
  • Fix NullPointerExceptions in BraintreeFragment when not attached to an Activity
  • Fix Chrome Custom Tabs Intent flags interfering with browser switch
  • Add new DataCollector#collectDeviceData methods that use a callback; deprecate synchronous methods
  • Reduce size of assets in Drop-In

2.3.0

03 May 21:44
Compare
Choose a tag to compare
  • UnionPay Beta
    • Please note: this API is in beta and subject to change
  • Add support for fetching a customer's payment methods
  • Return a RateLimitException when a merchant account is being rate limited

2.2.5

15 Apr 17:27
Compare
Choose a tag to compare
  • Fixes
    • Update BraintreeHttpClient to support UTF-8 encoding (fixes #85)

2.2.4

12 Apr 01:55
Compare
Choose a tag to compare
  • Update PayPalDataCollector to 3.1.1
  • Fixes
    • Update device collector to 2.6.1 (fixes #87)
    • Fix crash when BraintreeFragment has not been attached to an Activity
  • Feature
    • Add PaymentRequest#defaultFirst option
    • Add support for Chrome Custom tabs when browser switching

2.2.3

11 Mar 20:04
Compare
Choose a tag to compare
  • Fixes
    • Fix incorrect groupId of dependencies in pom file for 2.2.2

2.2.2

11 Mar 19:32
Compare
Choose a tag to compare

🚨 The groupIds in this version's pom files are incorrect and dependencies will not resolve. Do not use. 🚨

  • Update PaymentButton styling when PayPal is the only visible option
  • Features
    • Add client side overrides for payment methods in Drop-in and PaymentButton to PaymentRequest
    • Add support for non-USD currencies and non-US shipping addresses in Android Pay
    • Return email, billing address and shipping address as part of an AndroidPayCardNonce from Drop-in
  • Fixes
    • Fix back button not doing anything in Drop-in after an Android Pay error is returned
    • Deprecate DataCollector#collectDeviceData and add new signature to prevent a NullPointerException when using a fragment that is not attached to an Activity