Skip to content

Releases: braintree/android-card-form

3.5.1

16 Jan 19:41
Compare
Choose a tag to compare
  • Fix NullPointerException in CardType#validate
    • CardType#validate restricted to only accept strings with digits

3.5.0

10 Oct 18:10
Compare
Choose a tag to compare
  • Bump to Android SDK 28
  • Add Cardholder Name as an optional field to CardForm
  • Fix NPE when returning from CardIO

3.4.1

29 Aug 18:15
Compare
Choose a tag to compare
  • Fix Maestro card detection in CardType.validate

3.4.0

24 Aug 22:01
Compare
Choose a tag to compare
  • Update translations
  • Improve Maestro card detection

3.3.0

15 Mar 17:28
Compare
Choose a tag to compare
  • Add optional input masking to CardEditText and CvvEditText.

3.2.0

21 Feb 18:32
Compare
Choose a tag to compare
  • Update Android SDK and build tools

3.1.1

29 Sep 20:01
3.1.1
Compare
Choose a tag to compare
  • 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

10 Aug 21:33
3.1.0
Compare
Choose a tag to compare
  • Update compile and target SDK version to 26
  • Upgrade design support library to 26.0.0

3.0.6

20 Jun 14:40
3.0.6
Compare
Choose a tag to compare
  • 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

30 Mar 14:54
Compare
Choose a tag to compare
  • Prevent dependency resolution of alpha major versions of the design support library