CreditCardEntry icon indicating copy to clipboard operation
CreditCardEntry copied to clipboard

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface

Results 21 CreditCardEntry issues
Sort by recently updated
recently updated
newest added

I am facing this weird issue in which my UI goes under-screen when focused. I am using it inside a horizontal `ScrollView`. ![WhatsApp Image 2020-05-15 at 9 49 31 AM](https://user-images.githubusercontent.com/1584324/82011177-c6ebfc00-9691-11ea-8c3c-d11379d38f9e.jpeg)...

ERROR: Failed to resolve: com.github.dbachelder:CreditCardEntry:1.4.7

To reproduce: Type in credit card number -> component scrolls and focuses into expiration date. Expected: I can type expiration date and component keeps its "state" and doesn't scroll away...

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html Failed to resolve: `...

Project contains `234234` which causes build to fail on Android Studio 3.0 with > Error: invalid color

![screenshot_2016-01-14-10-32-14](https://cloud.githubusercontent.com/assets/6537057/12328641/3afcef64-baaa-11e5-907d-3b54ab72570d.png) Using a Galaxy Note 5. I entered "424242424242...." and then it scrolls over, but it ends up glitched as shown

the credit card validation works fantastic .. BUT i want to separate CC card number, CVV and expiry month in 3 different edit text. How to do this? Any suggestion...

I am making the view visible at one condition, at that time I want the soft keypad open without touching the editbox. How to make this.

Currently the strings for this project are available in English only. It would be nice to have support for other languages as well.

In my code I need to enable/disable 'save card' button dynamically. Case: I can disable 'save card' button by default, and then enable it when card became valid (from callback)....