Releases: braintree/braintree_android
Releases · braintree/braintree_android
2.4.2
2.4.1
- Add workaround for Kount/kount-android-sdk#2
- Fix error returned by
AndroidPay#changePaymentMethod
2.4.0
- Fix back button during PayPal browser switch on Samsung devices (fixes #137)
- Add new intent option to
PayPalRequest
- Fix crash when excluding the PayPal dependency
- 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.
2.3.12
2.3.11
2.3.10
- Add
BraintreeFragment#getListeners
to get a list of all the registered listeners - Upgrade paypal-data-collector to 3.1.3
- Upgrade Kount DataCollector to 3.1
- Add
AndroidPay#requestAndroidPay
andAndroidPay#changePaymentMethod
methods to simplify requesting Android Pay from a user and changing the backing payment method. - Include ProGuard directives in the SDK (#120)
- Work around bug in
JSONObject#optString
- Use
FragmentTransaction#commitNow
andFragmentManager#executePendingTransactions
inBraintreeFragment#newInstance
to synchronously set upBraintreeFragment
and avoid race conditions caused by asynchronousFragment
setup.
2.3.9
2.3.8
- Support changing user call to action in PayPal flows, see
PayPalRequest#userAction
- Fix validate option not being sent when set to false in
PaymentMethodBuilder
- Add merchant supported card types to
Configuration
- Expose methods on
BraintreeFragment
for getting cached payment methods - Update
paypal-data-collector
to 3.1.2 - Move Drop-In to it's own repo
2.3.7
- Update exception message when Android Manifest setup is invalid
- Fix unclosed
InputStream
(fixes #115) - Post exception to error listener instead of throwing
IllegalStateException
whenBraintreeFragment
is not attached to anActivity
- Restore url when
BraintreeFragment
is recreated (fixes #117) - Upgrade gradle build tools to 2.1.3
- Parse and return errors when Android Pay tokenization fails
- Add support for changing the backing card for Android Pay in Drop-In
- Call configuration callback whenever a new Activity is attached to
BraintreeFragment