aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/provider/DataProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-381/+0
|
* 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-021-0/+315
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-281-452/+0
| | | | database stuff
* added revocation and creation/expire time info to key table, use both for ↵Thialfihar2010-05-271-1/+5
| | | | public and secret key selection
* key lists somewhat wrapped into one, using the new database stuff, Apg ↵Thialfihar2010-05-261-2/+0
| | | | 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-39/+2
| | | | 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-061-0/+494