Skip to content

Releases: dbachelder/CreditCardEntry

1.2.2

29 Apr 20:15
Compare
Choose a tag to compare
  • removed a bunch of dead resources reducing aar size by ~17%
  • fixed corner radius of card back

v1.2.1

25 Apr 04:15
Compare
Choose a tag to compare

added setCardNumber(String cardNumber, boolean focusNextField)

1.2.0

24 Apr 17:18
Compare
Choose a tag to compare
  • everything is optional aside from the card number
  • fix some focus issues
  • Done button in keyboard

1.1.0

23 Apr 18:31
Compare
Choose a tag to compare
  • 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

21 Apr 19:07
Compare
Choose a tag to compare
  • 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

20 Apr 22:03
Compare
Choose a tag to compare
  • Flip the card image back to the front after CVV field loses focus
  • Expose CardType on CreditCard object

First release

20 Apr 17:21
Compare
Choose a tag to compare
Merge pull request #2 from zumper/master

Modernizing a bit