open-keychain / open-keychain

OpenKeychain is an OpenPGP implementation for Android.
https://www.openkeychain.org
GNU General Public License v3.0
2.22k stars 481 forks source link

Always show YubiKey card view #1252

Closed dschuermann closed 6 years ago

dschuermann commented 9 years ago

The YubiKey card view should be always visible for keys bound to YubiKeys

Valodim commented 9 years ago

This is not so simple actually. The Yubikey serial is stored in the s2k dummy data of the secret key, but it is not available from the content provider at this point, and neither do we store other information from the yubikey such as owner name. This reduces available information for a yubikey card to pretty much only its presence, not what is usually shown.

Valodim commented 6 years ago

with the key status card, this is no longer necessary