aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added content provider again and read permission to grab key detailsThialfihar2010-06-025-56/+385
|
* betterly store the information that the intent demands an immediate return, ↵Thialfihar2010-06-022-19/+22
| | | | check action equality without verbose null checks
* by default show the undecrypted block without line wrapping, just feels less ↵Thialfihar2010-06-022-2/+5
| | | | messy, switch after decryption
* org.openintents package not needed anymoreThialfihar2010-06-020-0/+0
|
* (no commit message)tripetdevet2010-06-021-1/+1
|
* string adjustmentThialfihar2010-06-024-4/+4
|
* support ASTRO and others for the file selectionThialfihar2010-06-019-103/+19
|
* 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-014-48/+90
|
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-3113-95/+152
|
* update slovenian translation to 1.0.xtripetdevet2010-05-301-192/+192
|
* some new strings, some droppedThialfihar2010-05-305-4/+10
|
* minor fixes to make key retrieval more stableThialfihar2010-05-302-2/+18
|
* fixed a method nameThialfihar2010-05-291-3/+3
|
* adjust version numberThialfihar2010-05-282-2/+2
|
* changed my mind about version numberingThialfihar2010-05-280-0/+0
|
* renaming stupidly named branchThialfihar2010-05-280-0/+0
|
* trivialThialfihar2010-05-281-10/+7
|
* fully removed old DataProvider for now, manage queries, clean up old ↵Thialfihar2010-05-2819-713/+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-279-127/+79
| | | | public and secret key selection
* some (hopefully better) database/cursor handling, picking encryption and ↵Thialfihar2010-05-278-345/+236
| | | | signature keys working again, tho it'll have to be tidied up
* use new key database for encryption and decryptionThialfihar2010-05-268-85/+90
|
* 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-212-2/+2
|
* branch 0.10.0Thialfihar2010-05-210-0/+0
|
* catch EOFException during importThialfihar2010-05-211-30/+35
|
* lifting branch to 0.9.8Thialfihar2010-05-213-8/+2
|
* 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.
* template for Slovenian string resourcesThialfihar2010-05-201-0/+241
|
* preparing for version 0.9.7Thialfihar2010-05-201-1/+1
|
* 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-205-49/+49
| | | | armour or binary data, also small adjustment in strings
* promoted to next versionThialfihar2010-05-193-6/+2
|
* import file default for keys is empty now, changed import text a little, and ↵Thialfihar2010-05-197-7/+41
| | | | 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-182-0/+19
| | | | 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-169-21/+223
| | | | 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-159-67/+193
| | | | about menu item now show up in every activity