Keyspace-cloud / android

Official Android client for keyspace.cloud. A beautiful and secure password manager.
https://keyspace.cloud
GNU General Public License v3.0
135 stars 9 forks source link

Fix: Removed Expiry Year Limit for Cards #72

Open the-halfbloodprince opened 7 months ago

the-halfbloodprince commented 7 months ago

:recycle: Current situation

Currently, there's a cap for the max expiry year on adding cards. The cap is current year + 5 years. This is unneccessary and incorrect as there are several cards that are being issued with validity longer than 5 years. I encountered it myself and it's also mentioned in #69.

:bulb: Proposed solution

Simply, remove the check while adding the expiry date

📚 Release Notes

Removes the restriction of adding cards with expiry limit only within the next 5 years. Fixes #69