android icon indicating copy to clipboard operation
android copied to clipboard

added 5 digit card PIN support

Open 0x4f53 opened this issue 1 year ago • 0 comments

:recycle: Current situation

5 digit ATM PINs are not supported. ATMs in some countries use 4, 5 and 6 digit PINs. Example: https://support.weswap.com/hc/en-gb/articles/4409801993361-The-ATM-is-asking-for-a-5-or-6-digits-PIN-what-do-I-do-

:bulb: Proposed solution

Add support for it.

📷 Screenshots

Overkill

📚 Release Notes

  • Added support for 5 digit ATM PIN in EditText
  • Added 4 to 5 digit ATM PIN validation to AddCard.kt

📝 Testing

  • Try adding a 5 digit PIN
  • Notice that you can.

0x4f53 avatar Feb 08 '23 05:02 0x4f53