android-card-form icon indicating copy to clipboard operation
android-card-form copied to clipboard

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

Results 6 android-card-form issues
Sort by recently updated
recently updated
newest added

### General information * SDK/Library version:4.2.0 * Android Version and Device:Sunmi P2 android pos device with Android 7.1.1 ### Issue description There is an issue if an Edittext is needed...

enhancement

### General information * SDK/Library version: 4.2.0 ### Issue description Using the new material components, the 2 new variants of EditText layout is a little broke. ![card_form_FilledBox](https://user-images.githubusercontent.com/5374362/57382876-20b70d80-7184-11e9-8438-6dfbe2ea0651.png) ![card_form_OutlinedBox](https://user-images.githubusercontent.com/5374362/57382883-23b1fe00-7184-11e9-9f24-da85f4136766.png)

### Summary of changes - Major version updates for card form (UI modernization) ![Screenshot_20231103-162959](https://github.com/braintree/android-card-form/assets/67924275/14efc48b-18a6-4712-9e70-b24671624078) ### Checklist - [ ] Added a changelog entry ### Authors - @sarahkoop

### General information When layout is set to RTL, the text field behaviour becomes incorrect. One of the visible issues is that for fields like Credit Card, the TextInputLayout gives...

### Summary of changes - Make `CardType` a pure enum - Create `CardAttributes` to hold metadata about a particular card brand - Move additional card parsing logic into `CardParser` ###...

How does change the default language of the card fields?