senecaso
debb90409a
-implementation of "--send-key"
...
-implementation of "--sign-key"
-partial implementation of exchanging/verifying keys via QR Code
2011-10-17 10:07:37 +09:00
Thialfihar
996a1dbe1c
integrated key server look-up into decrypt Activity, allowing to touch an unkown signature to import the key
...
Update issue 39
added:
<string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
2010-08-18 12:26:13 +00:00
Thialfihar
c57c36b3a5
use the key server preference to fill a Spinner in the key server query activity, allowing to query each server, also moved some previously static labels into strings.xml
...
Update issue 9
Key server preferences are now used in key server query activity.
2010-08-17 23:05:41 +00:00
Thialfihar
446f4b493d
added a key server preference, allowing multiple key servers to be added
...
Update issue 9
Key server preference added.
2010-08-17 21:49:34 +00:00
Thialfihar
6e9146c91a
added initial support for HKP key servers, allowing searching and key import
...
Update issue 9
Can search a key server now, touch a result to import the key. Still needs better error handling and some Intents to import keys based on key ID. Also still need key server preferences.
2010-08-17 01:02:39 +00:00
Thialfihar
281535cfcc
changed the account adding a bit, hopefully working with Froyo, at least preventing a crash
...
Update issue 39
added:
<string name="error_accountReadingNotAllowed">no permission to read the account</string>
2010-08-05 11:25:44 +00:00
Thialfihar
368f0a122f
added an optional checkbox to the file dialog, can be used for instance to optionally delete files after importing them, and is used for that, also rearranged the option menu items for the main activity a little
...
Update issue 39
Added a new string:
<string name="label_deleteAfterImport">Delete After Import</string>
2010-07-26 21:57:28 +00:00
Thialfihar
2407f3b989
have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
2010-07-23 12:57:02 +00:00
Thialfihar
f5efd73d33
set svn:eol-style to LF for all code/resource files
2010-07-16 20:13:12 +00:00
Thialfihar
16cea885e2
merge 1.0.x back into trunk
2010-06-30 19:59:33 +00:00
Thialfihar
1bad192a91
using proper PreferenceActivity now, tho the underlying storage of the values remained almost the same, some changes how the preferences are accessed and how the cache service is started
2010-06-17 13:23:07 +00:00
Thialfihar
84d00abea1
added search feature for key management and select Activities
2010-06-05 21:47:16 +00:00
Thialfihar
a089dbbb73
introduced a general application to handle certain Intents, only to hand them to other APG Activities after looking at the content of the passed data
2010-06-05 17:54:40 +00:00
Thialfihar
72b899fa79
by default show the undecrypted block without line wrapping, just feels less messy, switch after decryption
2010-06-02 10:20:41 +00:00
Thialfihar
570b7a6d8e
added revocation and creation/expire time info to key table, use both for public and secret key selection
2010-05-27 20:09:26 +00:00
Thialfihar
edd9a22882
some (hopefully better) database/cursor handling, picking encryption and signature keys working again, tho it'll have to be tidied up
2010-05-27 01:40:50 +00:00
Thialfihar
5fb8cb4d5e
use new key database for encryption and decryption
2010-05-26 23:40:12 +00:00
Thialfihar
eb636fce47
default message/file compression settings added, also a setting for file decryption to change the default when a file requires it
2010-05-16 14:20:17 +00:00
Thialfihar
2c5a80a16f
added pass phrase cache to preferences, not used yet, but preference and about menu item now show up in every activity
2010-05-15 16:09:49 +00:00
Thialfihar
b527ae8b6d
a lot of renaming of IDs, following a strict naming scheme again, moved most 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
2010-05-13 20:41:32 +00:00
Thialfihar
09ad7df83d
use XML layout for pass phrase dialogs as well now, doing away with awkward manual padding, important for Android 1.5 compatibility
2010-05-11 16:33:34 +00:00
Thialfihar
e36e8f1dea
merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well
2010-05-11 14:07:15 +00:00
Thialfihar
a115776e09
removal of old layouts
2010-05-09 19:56:00 +00:00
Thialfihar
5e73b696d1
new EncryptActivity to handle message and file encryption all in one
2010-05-09 19:51:21 +00:00
Thialfihar
73888622f4
added a button to encrypt to clipboard, change log and about window got their own layout now with proper linkification
2010-05-09 13:29:30 +00:00
Thialfihar
3008f2c51f
added an option to delete files after encryption or decryption, also no longer delete the output file if either fails
2010-05-04 15:56:55 +00:00
Thialfihar
88fc659ff6
put return values into the Id class as well, changed encrypt file layout to use symmetric OR asymmetric again, layout and string adjustments
2010-04-29 01:11:26 +00:00
Thialfihar
e83a5311ae
add preferences, use them where applicable
2010-04-28 23:35:11 +00:00
Thialfihar
86192e39d9
file encrypt layout entirely rewritten, should be much more userfriendly and work on more devices, changed message encrypt layout to match
2010-04-26 17:41:06 +00:00
Thialfihar
fbd8f61aab
swapped the buttons in main activity, reasoning that message encryption/decryption is more likely than file encryption, so they are at the bottom
2010-04-24 01:17:25 +00:00
Thialfihar
0e14dcb290
layout adjustments, force portrait layout for EncryptFileActivity for now, (En|De)cryptFileActivity can now handle symmetric algorithms
2010-04-23 17:00:52 +00:00
Thialfihar
ab6c884bdf
steps towards symmetric file encryption
2010-04-23 00:01:59 +00:00
Thialfihar
78193007b2
added file decryption, rewrote the various "Choice" derivations to us the Id structure as well
2010-04-22 15:30:19 +00:00
Thialfihar
d5c5a2c43b
major restructuring, moving dialog, message, menu, option menu, task, type IDs into Id in a similar structure as the generated R, also introducing a BaseActivity class that almost all activities derive from, which generates some common dialogs, handles the progress update, thread management, and thread communication
...
also adding first draft of encrypt file activity, not very functional yet
2010-04-19 02:12:13 +00:00
Thialfihar
09741b0286
use OI File Manager intents to handle open/save file selection
2010-04-17 23:36:47 +00:00
Thialfihar
c212f28c44
rewrote sign-only code, also finally recognize sign-only emails in the list and allow opening them for verification
2010-04-15 16:37:32 +00:00
Thialfihar
acd71a45c0
minor layout fixes, replace non breakable spaces if found in an encrypted armored message, as they break the decryption, the HTML representation of GMail introduces them for empty lines ending in a normal space, also adjusted the PGP_MESSAGE regex to allow for spaces after the -----, which seems to be added by some implementations
2010-04-15 14:37:46 +00:00
Thialfihar
b8009d6d43
0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not filling the main layout, made a bunch of private classes static
2010-04-14 14:08:24 +00:00
Thialfihar
42f1720bb3
initial commit of v0.8.0
2010-04-06 19:54:51 +00:00