Select*KeyFragment rewrites

- moved all specific Public/Secret logic from the Adapter class into
  inner subclasses in the Fragments
- more versatile status display ("revoked", "expired", "can certify"...)
- applied view holder pattern
- query logic, including subqueries, moved into provider classes

Closes #375
This commit is contained in:
Vincent Breitmoser
2014-04-10 18:40:32 +02:00
parent ce6a4041fd
commit 593d6ad3f7
7 changed files with 211 additions and 137 deletions

View File

@@ -523,5 +523,7 @@
<string name="label_revocation">Revocation Reason</string>
<string name="label_verify_status">Verification Status</string>
<string name="label_cert_type">Type</string>
<string name="can_certify">can certify</string>
<string name="can_certify_not">cannot certify</string>
</resources>