aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* have a direct set/change pass phrase button in key creation/editing, instead ...Thialfihar2010-07-231-19/+20
* added a language setting to change the language directlyThialfihar2010-07-185-2/+71
* fixed two variable namesThialfihar2010-07-181-9/+9
* fixed the made-up word "authentification", also changed the title of that dia...Thialfihar2010-07-181-1/+1
* 1.0.x changes merged into trunkThialfihar2010-07-165-7/+15
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-1633-6930/+6930
* removed unnecessary importsThialfihar2010-07-163-3/+3
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-0915-186/+380
* some playing with content stream decryption and providing the result as conte...Thialfihar2010-07-093-35/+116
* added some info about the speed of compression algorithms, mostly to warn abo...Thialfihar2010-07-053-28/+73
* prevent endless loop on some binary data during stream content determination ...Thialfihar2010-07-011-0/+1
* merge 1.0.x back into trunkThialfihar2010-06-302-5/+5
* much better version reading by directly looking for the APG package, rather t...Thialfihar2010-06-181-12/+7
* removed an outdated TODO commentThialfihar2010-06-171-3/+0
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-177-285/+343
* recent 1.0.x changes into trunkThialfihar2010-06-173-8/+11
* useless imports removedThialfihar2010-06-081-4/+0
* finally read APG version dynamicly, so the version name doesn't have to be ch...Thialfihar2010-06-084-7/+39
* make sure the preselected encryption key can encrypt, otherwise deselect it a...Thialfihar2010-06-071-0/+4
* in the encrypt activity automatically select the signature key as encryption ...Thialfihar2010-06-071-1/+17
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling...Thialfihar2010-06-063-18/+60
* content provider changes, especially querying key rings by emailsThialfihar2010-06-061-26/+82
* 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