aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
...
* support ASTRO and others for the file selectionThialfihar2010-06-014-98/+14
|
* deliver the user id as well for secret key selection, so k9mail can use it ↵Thialfihar2010-06-014-13/+54
| | | | to display the signature key
* working encryption out of k9mailThialfihar2010-06-013-46/+69
|
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-3112-95/+149
|
* minor fixes to make key retrieval more stableThialfihar2010-05-302-2/+18
|
* fixed a method nameThialfihar2010-05-291-3/+3
|
* adjust version numberThialfihar2010-05-281-1/+1
|
* trivialThialfihar2010-05-281-10/+7
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-2818-709/+53
| | | | database stuff
* some coding practice and potential bug fixesThialfihar2010-05-271-2/+8
|
* some coding practice and potential bug fixesThialfihar2010-05-274-9/+40
|
* added revocation and creation/expire time info to key table, use both for ↵Thialfihar2010-05-277-99/+79
| | | | public and secret key selection
* some (hopefully better) database/cursor handling, picking encryption and ↵Thialfihar2010-05-277-343/+234
| | | | signature keys working again, tho it'll have to be tidied up
* use new key database for encryption and decryptionThialfihar2010-05-267-83/+88
|
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-267-137/+439
|
* key lists somewhat wrapped into one, using the new database stuff, Apg ↵Thialfihar2010-05-2613-1319/+773
| | | | 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-256-39/+506
| | | | KeyRing, Key, and UserId tables
* give 0.10.x branch its version infoThialfihar2010-05-211-1/+1
|
* catch EOFException during importThialfihar2010-05-211-30/+35
|
* lifting branch to 0.9.8Thialfihar2010-05-212-7/+1
|
* added changes of 0.9.6 back, will release this as another quickfix due to ↵Thialfihar2010-05-211-0/+6
| | | | the decryption bug
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now ↵Thialfihar2010-05-217-33/+32
| | | | creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying.
* preparing for version 0.9.7Thialfihar2010-05-202-6/+1
|
* added changes of 0.9.5 back and added the import fix, gonna release this on ↵Thialfihar2010-05-201-0/+5
| | | | its own, as it is definitely a bug that affected many
* properly import keys from streams that may contain multiple blocks of ASCII ↵Thialfihar2010-05-201-37/+37
| | | | armour or binary data, also small adjustment in strings
* promoted to next versionThialfihar2010-05-192-5/+1
|
* import file default for keys is empty now, changed import text a little, and ↵Thialfihar2010-05-193-3/+4
| | | | changing the pass phrase during key editing updates the pass phrase cache
* removed unnecessary importsThialfihar2010-05-191-1/+0
|
* actually use the compression settings ;), and give them better default valuesThialfihar2010-05-192-3/+3
|
* updated change logThialfihar2010-05-191-0/+4
|
* catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ↵Thialfihar2010-05-181-0/+13
| | | | feature to send to APG
* keep track of the position the input stream for decryption, makes it ↵Thialfihar2010-05-173-5/+85
| | | | possible to give accurate progress information
* default message/file compression settings added, also a setting for file ↵Thialfihar2010-05-166-17/+147
| | | | decryption to change the default when a file requires it
* give key editing its own pass phrase mechanism, as the new cache won't work ↵Thialfihar2010-05-163-8/+33
| | | | there
* honour the pass phrase cache TTL by running a timer and removing expired ↵Thialfihar2010-05-164-9/+55
| | | | cached pass phrases
* unused imports removedThialfihar2010-05-151-2/+0
|
* added pass phrase cache to preferences, not used yet, but preference and ↵Thialfihar2010-05-157-65/+146
| | | | about menu item now show up in every activity
* password cache introduced, not cleared yet.Thialfihar2010-05-1510-49/+129
|
* remove .pgp for filename guessing for decryptionThialfihar2010-05-141-1/+1
|
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-136-93/+98
|
* a lot of renaming of IDs, following a strict naming scheme again, moved most ↵Thialfihar2010-05-1318-301/+300
| | | | strings into string.xml in preparation for internationalization, APG.java still has to be changed to allow that, as it isn't Context aware in most methods
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-112-5/+1
|
* Log removal and suchThialfihar2010-05-113-9/+0
|
* brought change log up to dateThialfihar2010-05-111-1/+3
|
* small fix to be compatible with Android 1.5Thialfihar2010-05-111-0/+3
|
* use XML layout for pass phrase dialogs as well now, doing away with awkward ↵Thialfihar2010-05-112-37/+18
| | | | manual padding, important for Android 1.5 compatibility
* fix a signature bug, which resulted in wrongly read signatures if there was ↵Thialfihar2010-05-112-15/+30
| | | | only one line
* merged DecryptMessageActivity and DecryptFileActivity into one ↵Thialfihar2010-05-116-638/+607
| | | | DecryptActivity as well
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-096-907/+792
|
* minorThialfihar2010-05-091-1/+1
|