Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -605/+0 |
| | |||||
* | Switch to spongycastle | Markus Doits | 2011-11-03 | 1 | -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 files | Thialfihar | 2010-07-16 | 1 | -605/+605 |
| | |||||
* | added content provider again and read permission to grab key details | Thialfihar | 2010-06-02 | 1 | -52/+52 |
| | |||||
* | deliver the user id as well for secret key selection, so k9mail can use it ↵ | Thialfihar | 2010-06-01 | 1 | -9/+9 |
| | | | | to display the signature key | ||||
* | trivial | Thialfihar | 2010-05-28 | 1 | -10/+7 |
| | |||||
* | fully removed old DataProvider for now, manage queries, clean up old ↵ | Thialfihar | 2010-05-28 | 1 | -6/+6 |
| | | | | database stuff | ||||
* | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 1 | -2/+8 |
| | |||||
* | some coding practice and potential bug fixes | Thialfihar | 2010-05-27 | 1 | -8/+29 |
| | |||||
* | added revocation and creation/expire time info to key table, use both for ↵ | Thialfihar | 2010-05-27 | 1 | -1/+26 |
| | | | | public and secret key selection | ||||
* | some (hopefully better) database/cursor handling, picking encryption and ↵ | Thialfihar | 2010-05-27 | 1 | -154/+41 |
| | | | | signature keys working again, tho it'll have to be tidied up | ||||
* | use new key database for encryption and decryption | Thialfihar | 2010-05-26 | 1 | -0/+1 |
| | |||||
* | import/export/delete/save keyrings working with new database stuff | Thialfihar | 2010-05-26 | 1 | -46/+302 |
| | |||||
* | key lists somewhat wrapped into one, using the new database stuff, Apg ↵ | Thialfihar | 2010-05-26 | 1 | -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 ↵ | Thialfihar | 2010-05-25 | 1 | -0/+389 |
KeyRing, Key, and UserId tables |