braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 128 forks source link

Input Masking #36

Closed sdcoffey closed 6 years ago

sdcoffey commented 6 years ago

Enables input masking for:

Card numbers are masked as "••••" + last four digits after focus changes. Cvv edit texts are masked as a standard password.

cc: @skunkworks

sdcoffey commented 6 years ago

Thanks for the quick review, @quinnjn, take another glance and let us know whatcha think!

sdcoffey commented 6 years ago

I'm back! And I've updated this PR. Thanks for letting us continue to bug you for reviews, @lkorth