Releases: braintree/android-card-form
Releases · braintree/android-card-form
3.5.1
- Fix NullPointerException in CardType#validate
- CardType#validate restricted to only accept strings with digits
3.5.0
- Bump to Android SDK 28
- Add Cardholder Name as an optional field to CardForm
- Fix NPE when returning from CardIO
3.4.1
- Fix Maestro card detection in CardType.validate
3.4.0
- Update translations
- Improve Maestro card detection
3.3.0
- Add optional input masking to
CardEditText
and CvvEditText
.
3.2.0
- Update Android SDK and build tools
3.1.1
- Fix improperly formatted expiration date when scanning with card.io
- Suppress card number confirmation in card.io
- Update MasterCard logo
- Update Maestro logo
3.1.0
- Update compile and target SDK version to 26
- Upgrade design support library to 26.0.0
3.0.6
- Fix possible
BadTokenException
(#26)
- Remove design support library from consumer ProGuard file (#29)
- Change design support library dependency to oldest supported version instead of dependency range (#29)
3.0.5
- Prevent dependency resolution of alpha major versions of the design support library