Skip to content

Releases: braintree/android-card-form

5.4.0

23 May 21:02
Compare
Choose a tag to compare
  • Update Visa card icon

5.3.0

08 Nov 17:49
Compare
Choose a tag to compare
  • Add AccessibleSupportedCardTypesView with support for screen reading and tab navigation
  • Deprecate SupportedCardTypesView in favor of AccessibleSupportedCardTypesView

5.2.0

09 Jul 20:18
Compare
Choose a tag to compare
  • Increase valid Discover card length to 19 digits
  • Add CardForm#setup(FragmentActivity) overload

5.1.1

08 Apr 15:29
Compare
Choose a tag to compare
  • Validate Cardholder Name field to prevent sensitive data from being input

5.1.0

01 Mar 17:22
Compare
Choose a tag to compare
  • Bump compileSdkVersion and targetSdkVersion to API level 30
  • Add support for Maestro cards beginning in 5043
  • Update Visa card icons (fixes #103)

5.0.0

29 Jul 20:01
Compare
Choose a tag to compare
  • Breaking Changes
    • Remove CardIO
    • Remove ExpirationDateEditText::useDialogForExpirationDateEntry()
    • Remove ExpirationDateDialog and default to numeric keyboard for expiration date field
    • Update CVV keyboard to be numeric only

4.3.0

02 Jun 19:36
Compare
Choose a tag to compare
  • Fix autofill issue that causes multiple slashes to be displayed in the expiration date field (resolves #88)
  • Update expiration date keyboard to match the light or dark theme, instead of be inverted
  • Add setter for cardholder name icon (thanks @tperraut, resolves #78)
  • Update payment option icons

4.2.0

30 Apr 18:23
Compare
Choose a tag to compare
  • Add save card CheckBox

4.1.0

05 Mar 19:54
Compare
Choose a tag to compare
  • Add support for Hiper and Hipercard card identification

4.0.0

02 Feb 23:55
Compare
Choose a tag to compare
  • Convert to AndroidX