Releases: dbachelder/CreditCardEntry
Releases · dbachelder/CreditCardEntry
1.2.2
- removed a bunch of dead resources reducing aar size by ~17%
- fixed corner radius of card back
v1.2.1
added setCardNumber(String cardNumber, boolean focusNextField)
1.2.0
- everything is optional aside from the card number
- fix some focus issues
- Done button in keyboard
1.1.0
- CardType now contains image drawable ids for front and back of card
- The credit card placeholder hint can now be specified via xml
- Setting focus change listener now delegates to all internal fields.
- Background of widget is now configurable
1.0.2
- don't request focus by default. keyboard pops no longer pops up all in your business.
- new methods to request focus on any field
1.0.1
- Flip the card image back to the front after CVV field loses focus
- Expose CardType on CreditCard object
First release
Merge pull request #2 from zumper/master Modernizing a bit