aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/provider
Commit message (Collapse)AuthorAgeFilesLines
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-164-696/+696
|
* some playing with content stream decryption and providing the result as ↵Thialfihar2010-07-091-0/+18
| | | | content stream
* content provider changes, especially querying key rings by emailsThialfihar2010-06-061-26/+82
|
* added search feature for key management and select ActivitiesThialfihar2010-06-051-22/+18
|
* trivialThialfihar2010-06-021-5/+1
|
* added content provider again and read permission to grab key detailsThialfihar2010-06-022-52/+367
|
* 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-2811-657/+15
| | | | 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-273-2/+37
| | | | 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-265-7/+58
| | | | 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-255-39/+501
| | | | KeyRing, Key, and UserId tables
* 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ↵Thialfihar2010-04-141-8/+1
| | | | filling the main layout, made a bunch of private classes static
* initial commit of v0.8.0Thialfihar2010-04-067-0/+680