Skip to content

Commit

Permalink
reverse version history so new stuff is on top
Browse files Browse the repository at this point in the history
  • Loading branch information
dbachelder committed Apr 21, 2015
1 parent 2c57305 commit 73cabbf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,16 @@ In code:

# Version History

###4/2/2013
- Initial Commit

###5/11/2013
- Updated Demo added screenshots
###4/21/2015
- Don't focus credit card by default. Add mechanism for clients to focus any field if desired.

###4/7/2015
- Made zip code optional (app:include_zip="false")
- added callback when data entry is complete and card is valid
- optionally specify helper text color in XML attrs
###4/20/2015
- Flip the card image back to the front after CVV field loses focus
- Expose CardType on CreditCard object
- Transferred repo ownership

###4/8/2015
- Always return CreditCard object when requested even when invalid
###4/19/2015
- Don't scroll when scrolling is already happening

###4/18/2015
- Made helper optional (app:include_helper="false")
Expand All @@ -128,15 +125,18 @@ In code:
- Last 4 of card now tappable to enter edit mode
- updated image assets

###4/19/2015
- Don't scroll when scrolling is already happening
###4/8/2015
- Always return CreditCard object when requested even when invalid

###4/20/2015
- Flip the card image back to the front after CVV field loses focus
- Expose CardType on CreditCard object
- Transferred repo ownership
###4/7/2015
- Made zip code optional (app:include_zip="false")
- added callback when data entry is complete and card is valid
- optionally specify helper text color in XML attrs

###4/21/2015
- Don't focus credit card by default. Add mechanism for clients to focus any field if desired.
###5/11/2013
- Updated Demo added screenshots

###4/2/2013
- Initial Commit

[1]: https://raw.github.com/dbachelder/CreditCardEntry/master/demo.gif "Demo GIF"

0 comments on commit 73cabbf

Please sign in to comment.