aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/provider/Database.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-605/+0
* Switch to spongycastleMarkus Doits2011-11-031-10/+10
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-605/+605
* added content provider again and read permission to grab key detailsThialfihar2010-06-021-52/+52
* deliver the user id as well for secret key selection, so k9mail can use it to...Thialfihar2010-06-011-9/+9
* trivialThialfihar2010-05-281-10/+7
* fully removed old DataProvider for now, manage queries, clean up old database...Thialfihar2010-05-281-6/+6
* some coding practice and potential bug fixesThialfihar2010-05-271-2/+8
* some coding practice and potential bug fixesThialfihar2010-05-271-8/+29
* added revocation and creation/expire time info to key table, use both for pub...Thialfihar2010-05-271-1/+26
* some (hopefully better) database/cursor handling, picking encryption and sign...Thialfihar2010-05-271-154/+41
* use new key database for encryption and decryptionThialfihar2010-05-261-0/+1
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-261-46/+302
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-5/+28
* first steps towards better low-level key management, database upgrade to use ...Thialfihar2010-05-251-0/+389