|
1 | 1 | CreditCardEntry
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -# Version History |
5 |
| - |
6 |
| -###4/2/2013 |
7 |
| - - Initial Commit |
8 |
| - |
9 |
| -###5/11/2013 |
10 |
| - - Updated Demo added screenshots |
11 |
| - |
12 |
| -###4/7/2015 |
13 |
| - - Made zip code optional (app:include_zip="false") |
14 |
| - - added callback when data entry is complete and card is valid |
15 |
| - - optionally specify helper text color in XML attrs |
16 |
| - |
17 |
| -###4/8/2015 |
18 |
| - - Always return CreditCard object when requested even when invalid |
19 |
| - |
20 |
| -###4/18/2015 |
21 |
| - - Made helper optional (app:include_helper="false") |
22 |
| - - Fixed a ton of lint warnings |
23 |
| - - Fixed vertical alignment of form fields |
24 |
| - - Fixed over excited animation scroll |
25 |
| - - Last 4 of card now tappable to enter edit mode |
26 |
| - - updated image assets |
27 |
| - |
28 | 4 | # Introduction
|
29 | 5 |
|
30 | 6 | This library provides an elegant form for credit card entry that can be easily added to a activity or fragment. Regex is used to validate credit card types and a Luhn check is performed on the card numbers. This form was inspired by the credit entry UI on Square.
|
31 | 7 |
|
32 |
| -Smooth interface |
33 |
| -Identifies credit card type |
34 |
| -Hides number for privacy |
| 8 | + - Smooth interface |
| 9 | + - Identifies credit card type |
| 10 | + - Hides number for privacy |
| 11 | + - Supports VISA, MasterCard, Discover and AMEX |
35 | 12 |
|
36 | 13 | ![][1]
|
37 | 14 |
|
@@ -103,4 +80,26 @@ Please see below for an example. Delegate calls for valid entry and accessors fo
|
103 | 80 |
|
104 | 81 | [1]: https://raw.github.com/zumper/CreditCardEntry/master/demo.gif "Demo GIF"
|
105 | 82 |
|
| 83 | +# Version History |
| 84 | + |
| 85 | +###4/2/2013 |
| 86 | + - Initial Commit |
| 87 | + |
| 88 | +###5/11/2013 |
| 89 | + - Updated Demo added screenshots |
106 | 90 |
|
| 91 | +###4/7/2015 |
| 92 | + - Made zip code optional (app:include_zip="false") |
| 93 | + - added callback when data entry is complete and card is valid |
| 94 | + - optionally specify helper text color in XML attrs |
| 95 | + |
| 96 | +###4/8/2015 |
| 97 | + - Always return CreditCard object when requested even when invalid |
| 98 | + |
| 99 | +###4/18/2015 |
| 100 | + - Made helper optional (app:include_helper="false") |
| 101 | + - Fixed a ton of lint warnings |
| 102 | + - Fixed vertical alignment of form fields |
| 103 | + - Fixed over excited animation scroll |
| 104 | + - Last 4 of card now tappable to enter edit mode |
| 105 | + - updated image assets |
0 commit comments