Android Card Form Versions Save

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.

5.4.0

2 years ago
  • Update Visa card icon

5.3.0

2 years ago
  • Add AccessibleSupportedCardTypesView with support for screen reading and tab navigation
  • Deprecate SupportedCardTypesView in favor of AccessibleSupportedCardTypesView

5.2.0

2 years ago
  • Increase valid Discover card length to 19 digits
  • Add CardForm#setup(FragmentActivity) overload

5.1.1

3 years ago
  • Validate Cardholder Name field to prevent sensitive data from being input

5.1.0

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

5 years ago
  • Add save card CheckBox

4.1.0

5 years ago
  • Add support for Hiper and Hipercard card identification

4.0.0

5 years ago
  • Convert to AndroidX