aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Expand)AuthorAgeFilesLines
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-181-1/+2
* use the key server preference to fill a Spinner in the key server query activ...Thialfihar2010-08-174-11/+16
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-172-0/+167
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-173-0/+171
* changed the account adding a bit, hopefully working with Froyo, at least prev...Thialfihar2010-08-051-0/+31
* added an optional checkbox to the file dialog, can be used for instance to op...Thialfihar2010-07-261-8/+21
* have a direct set/change pass phrase button in key creation/editing, instead ...Thialfihar2010-07-232-3/+31
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-163-151/+151
* merge 1.0.x back into trunkThialfihar2010-06-304-12/+12
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-175-197/+60
* added search feature for key management and select ActivitiesThialfihar2010-06-054-4/+34
* introduced a general application to handle certain Intents, only to hand them...Thialfihar2010-06-052-4/+48
* by default show the undecrypted block without line wrapping, just feels less ...Thialfihar2010-06-021-0/+1
* added revocation and creation/expire time info to key table, use both for pub...Thialfihar2010-05-272-28/+0
* some (hopefully better) database/cursor handling, picking encryption and sign...Thialfihar2010-05-271-2/+2
* use new key database for encryption and decryptionThialfihar2010-05-261-2/+2
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-162-3/+72
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-151-2/+39
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-1315-80/+79
* use XML layout for pass phrase dialogs as well now, doing away with awkward m...Thialfihar2010-05-111-0/+22
* merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit...Thialfihar2010-05-113-248/+214
* removal of old layoutsThialfihar2010-05-092-448/+0
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-092-2/+361
* added a button to encrypt to clipboard, change log and about window got their...Thialfihar2010-05-092-2/+25
* added an option to delete files after encryption or decryption, also no longe...Thialfihar2010-05-042-3/+53
* put return values into the Id class as well, changed encrypt file layout to u...Thialfihar2010-04-291-71/+93
* add preferences, use them where applicableThialfihar2010-04-282-29/+148
* file encrypt layout entirely rewritten, should be much more userfriendly and ...Thialfihar2010-04-262-174/+224
* swapped the buttons in main activity, reasoning that message encryption/decry...Thialfihar2010-04-241-8/+8
* layout adjustments, force portrait layout for EncryptFileActivity for now, (E...Thialfihar2010-04-231-159/+168
* steps towards symmetric file encryptionThialfihar2010-04-231-5/+77
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-221-0/+122
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-1921-673/+969
* use OI File Manager intents to handle open/save file selectionThialfihar2010-04-171-0/+35
* rewrote sign-only code, also finally recognize sign-only emails in the list a...Thialfihar2010-04-151-1/+1
* minor layout fixes, replace non breakable spaces if found in an encrypted arm...Thialfihar2010-04-151-1/+1
* 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ...Thialfihar2010-04-141-2/+3
* initial commit of v0.8.0Thialfihar2010-04-0618-0/+1225