Releases: dbachelder/CreditCardEntry
Releases · dbachelder/CreditCardEntry
1.4.9
1.4.7
Changed how the ZipCodeText is validating zip codes so it will work with other countries.
1.4.6
fix for isCreditCardValid()
returning true
when it is not
1.4.5
fix bug where isValidCard would be called many times
allow for using colors from theme
1.4.4
don't drop keystrokes after backspace into previous field
1.4.3
- focus change behavior can now keep up with very fast typing
- several minor performance tweaks
1.4.2
- fix typo in hint for exp date
- fix for dates not being able to exceed 2034
- fix for current month being invalid
1.4.1
fixed a rare NPE
1.4.0
fix for order of operations when invalidating card and calling delegate methods
Be able to change input field's text, hint and cursor color
v1.3.0
use an animator to do the scroll
don't call complete callback twice
add setters for other CC fields
correctly manage state such that more than one form on a screen can handle state change
Added clearForm()