certs: more filters, better initial uid selection, code cosmetics

- add three types of filters for certificate list (ui looks like crap
      there, need to work on that)
    - select uncertified uids by default in CertifyKeyActivity
    - move some code around in KeychainProvider, 's slightly less hacky now
This commit is contained in:
Vincent Breitmoser
2014-03-17 14:10:40 +01:00
parent f192c70179
commit e8ad4317a4
6 changed files with 87 additions and 55 deletions

View File

@@ -480,5 +480,8 @@
<string name="empty_certs">No certificates for this key</string>
<string name="section_uids_to_sign">User IDs to sign</string>
<string name="progress_re_adding_certs">Reapplying certificates</string>
<string name="certs_list_known_secret">Show by known secret keys</string>
<string name="certs_list_known">Show by known public keys</string>
<string name="certs_list_all">Show all certificates</string>
</resources>