Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 8 | -1320/+0 |
| | |||||
* | Allow to pass large blobs and a new content provider to simplify this | Markus Doits | 2011-11-04 | 2 | -0/+192 |
| | | | | | | | | | | | | | | | | | | | | | | | Since AIDL is not for passing large data, a blob can be passed to APG by a Uri. This Uri is opened as a file by APG and read/written to. Note the file is overwritten by APG, so make sure it is a copy if you want to keep the original. With the ApgServiceBlobProvider, Apg has an own ContentProvider that can be used like mentioned above. For now the data is stored in the dir where APG stores other files and NOT DELETED after en/decryption. This is tbd. It can only be accessed by an application with the permission "org.thialfihar.android.apg.permission.STORE_BLOBS". ApgCon has been updated accordingly and can handle blobs with `setBlob` and `getBlobResult`. That is a really easy way to en/decrypt large data. Note that encrypting by blob should only be used for large files (1MB+). On all other cases, the data should be passed as as String through the AIDl-Interface, so no temporary file must be created. See ApgCon for a complete example of how to connect to the AIDL and use it. Or use it in your own project! | ||||
* | 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 | 4 | -696/+696 |
| | |||||
* | some playing with content stream decryption and providing the result as ↵ | Thialfihar | 2010-07-09 | 1 | -0/+18 |
| | | | | content stream | ||||
* | content provider changes, especially querying key rings by emails | Thialfihar | 2010-06-06 | 1 | -26/+82 |
| | |||||
* | added search feature for key management and select Activities | Thialfihar | 2010-06-05 | 1 | -22/+18 |
| | |||||
* | trivial | Thialfihar | 2010-06-02 | 1 | -5/+1 |
| | |||||
* | added content provider again and read permission to grab key details | Thialfihar | 2010-06-02 | 2 | -52/+367 |
| | |||||
* | 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 | 11 | -657/+15 |
| | | | | 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 | 3 | -2/+37 |
| | | | | 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 | 5 | -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 ↵ | Thialfihar | 2010-05-25 | 5 | -39/+501 |
| | | | | KeyRing, Key, and UserId tables | ||||
* | 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ↵ | Thialfihar | 2010-04-14 | 1 | -8/+1 |
| | | | | filling the main layout, made a bunch of private classes static | ||||
* | initial commit of v0.8.0 | Thialfihar | 2010-04-06 | 7 | -0/+680 |