aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/provider/Keys.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-51/+0
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-281-9/+0
| | | | database stuff
* added revocation and creation/expire time info to key table, use both for ↵Thialfihar2010-05-271-0/+6
| | | | public and secret key selection
* key lists somewhat wrapped into one, using the new database stuff, Apg ↵Thialfihar2010-05-261-0/+9
| | | | cleaned up a bit, preparing to use the database there as well
* first steps towards better low-level key management, database upgrade to use ↵Thialfihar2010-05-251-0/+45
KeyRing, Key, and UserId tables