Skip to content

Releases: dbachelder/CreditCardEntry

1.4.9

06 Sep 17:41
357cb9c
Compare
Choose a tag to compare

Resolving dependency issues

1.4.7

17 Sep 16:16
Compare
Choose a tag to compare

Changed how the ZipCodeText is validating zip codes so it will work with other countries.

1.4.6

17 Sep 16:00
Compare
Choose a tag to compare

fix for isCreditCardValid() returning true when it is not

1.4.5

08 Sep 22:33
Compare
Choose a tag to compare

fix bug where isValidCard would be called many times
allow for using colors from theme

1.4.4

22 Aug 01:12
Compare
Choose a tag to compare

don't drop keystrokes after backspace into previous field

1.4.3

21 Aug 22:35
Compare
Choose a tag to compare
  • focus change behavior can now keep up with very fast typing
  • several minor performance tweaks

1.4.2

19 Aug 06:55
Compare
Choose a tag to compare
  • 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

27 Jul 16:14
Compare
Choose a tag to compare

fixed a rare NPE

1.4.0

15 Jul 17:13
Compare
Choose a tag to compare

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

03 Jun 17:54
Compare
Choose a tag to compare

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()