aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* should have been in the last commitThialfihar2010-06-061-0/+4
* the select public key list now uses the selection for the ordering, putting a...Thialfihar2010-06-062-16/+23
* some Activity Intent filter cleanup, pass messages via Strings rather than By...Thialfihar2010-06-062-8/+7
* working encryption/decryption of text and files after GeneralActivity hands i...Thialfihar2010-06-066-35/+80
* added search to option menu and make it pop up when keys on the physical keyb...Thialfihar2010-06-057-4/+36
* added search feature for key management and select ActivitiesThialfihar2010-06-058-65/+346
* introduced a general application to handle certain Intents, only to hand them...Thialfihar2010-06-052-0/+148
* make sure the Intent passed to Service.onStart() is not null, not sure why it...Thialfihar2010-06-041-1/+3
* fix the inbox list for GMail accountThialfihar2010-06-041-1/+1
* lifted 1.0.x to new versionThialfihar2010-06-031-1/+1
* make sure previously cache settings of "until quit" are changed to the new de...Thialfihar2010-06-031-2/+9
* added a service to handle the caching, this'll ensure the cache works while n...Thialfihar2010-06-034-32/+99
* changes adjusted once moreThialfihar2010-06-031-1/+1
* changes adjustedThialfihar2010-06-021-3/+3
* added changes for 1.0.0Thialfihar2010-06-021-0/+6
* some small bugfixesThialfihar2010-06-022-5/+5
* trivialThialfihar2010-06-022-6/+1
* force message encrypt/decrypt view if the activities are called via *_AND_RET...Thialfihar2010-06-022-3/+33
* added content provider again and read permission to grab key detailsThialfihar2010-06-023-53/+367
* betterly store the information that the intent demands an immediate return, c...Thialfihar2010-06-022-19/+22
* by default show the undecrypted block without line wrapping, just feels less ...Thialfihar2010-06-021-2/+4
* 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 to...Thialfihar2010-06-014-13/+54
* 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 database...Thialfihar2010-05-2818-709/+53
* 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 pub...Thialfihar2010-05-277-99/+79
* some (hopefully better) database/cursor handling, picking encryption and sign...Thialfihar2010-05-277-343/+234
* 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 cleane...Thialfihar2010-05-2613-1319/+773
* first steps towards better low-level key management, database upgrade to use ...Thialfihar2010-05-256-39/+506
* 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 the...Thialfihar2010-05-211-0/+6
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-217-33/+32
* 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 i...Thialfihar2010-05-201-0/+5
* properly import keys from streams that may contain multiple blocks of ASCII ...Thialfihar2010-05-201-37/+37
* 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
* removed unnecessary importsThialfihar2010-05-191-1/+0
* actually use the compression settings ;), and give them better default valuesThialfihar2010-05-192-3/+3