Skip to content

Releases: braintree/braintree-android-drop-in

3.5.0

17 Aug 21:53
Compare
Choose a tag to compare
  • Add support for PayPalRequest to customize the PayPal flow
    • Specifying an amount on the PayPalRequest will result in a One-Time payment

3.4.0

04 Jun 23:27
Compare
Choose a tag to compare
  • Update spanish translation for bt_descriptor_unknown
  • Upgrade Braintree to 2.13.1

3.3.0

19 Mar 19:15
Compare
Choose a tag to compare
  • Enable input masking in AddCardActivity
  • Update target SDK versions

3.2.1

08 Feb 23:11
Compare
Choose a tag to compare
  • Upgrade Braintree to 2.10.0
  • Restore the configuration after activity resumed (fixes #181)

3.2.0

04 Jan 23:27
Compare
Choose a tag to compare
  • Add Google Pay support
  • Update vaulted Maestro logos
  • Update vaulted Mastercard logos
  • Upgrade Braintree to 2.8.1
  • Fix card number errors not being displayed
  • Upgrade card-form to 3.1.1

3.1.0

24 Aug 19:07
Compare
Choose a tag to compare
  • Fix missing French translations (fixes #35)
  • Stop using dependency ranges (braintree/android-card-form#29)
  • Prevent users from getting stuck when canceling 3D Secure (fixes #41)
  • Run 3D Secure verifications for vaulted credit cards (fixes #41)
  • Update compile and target SDK versions to 26
    • Any support library dependencies must now be 26.0.0 or newer
  • Fix incorrect error message for empty client tokens or tokenization keys
  • Upgrade card-form to 3.1.0
  • Upgrade Braintree to 2.6.2

3.0.8

30 Mar 23:03
Compare
Choose a tag to compare
  • Prevent dependency resolution of alpha major versions of support libraries (fixes #28)

3.0.7

25 Mar 03:23
Compare
Choose a tag to compare
  • Upgrade android-card-form to 3.0.4
  • Upgrade Braintree to 2.4.3
  • Handle GoogleApiClientExceptions instead of exiting Activity (fixes #22)
  • Respect DropInRequest payment method overrides (fixes #27)

3.0.6

10 Feb 20:47
Compare
Choose a tag to compare
  • Upgrade Braintree to 2.4.2

3.0.5

17 Jan 21:29
Compare
Choose a tag to compare
  • Filter Android Pay from the list of vaulted payment methods (fixes #15)
  • Always return a serialized exception in Activity#onActivityResult when there is an error
  • Upgrade Braintree to 2.4.0
  • Increase minSdkVersion to 16
    • API 16 is the first version of Android that supports TLSv1.2. For more information on Braintree's upgrade to TLSv1.2 see the blog post.