aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/provider/Database.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-605/+0
|
* Switch to spongycastleMarkus Doits2011-11-031-10/+10
| | | | | | | https://github.com/rtyley/spongycastle It replaces bouncycastle2. Looks like a cleaner and better integration. A precompiled .jar ist in the "lib/"-dir.
* 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 ↵Thialfihar2010-06-011-9/+9
| | | | to display the signature key
* trivialThialfihar2010-05-281-10/+7
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-281-6/+6
| | | | database stuff
* 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 ↵Thialfihar2010-05-271-1/+26
| | | | public and secret key selection
* some (hopefully better) database/cursor handling, picking encryption and ↵Thialfihar2010-05-271-154/+41
| | | | signature keys working again, tho it'll have to be tidied up
* 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 ↵Thialfihar2010-05-261-5/+28
| | | | 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/+389
KeyRing, Key, and UserId tables