f55d4d55a5
start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESSAGE_DATA is used rather than MESSAGE_TEXT
Thialfihar2010-09-26 17:46:13 +00:00
9c251b6809
Added italian translations for the new keys
Rick Deckard2010-09-13 10:53:48 +00:00
22adc769bc
removed the accidentally created directory
Thialfihar2010-09-12 19:07:53 +00:00
3052ae80d5
testing thread-pausing in verifyText()
Thialfihar2010-09-12 19:06:26 +00:00
b91f9397d9
moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
Thialfihar2010-09-11 23:21:53 +00:00
bc50ca0093
catch null pointer exceptions when the private key cannot be extracted, also prevent such keys from getting imported, so the error message should never be encountered anyway
Thialfihar2010-09-10 20:36:38 +00:00
bcde95e18d
enabled app2sd, changed build target to API level 8 (2.2) for this
Thialfihar2010-08-18 13:27:54 +00:00
996a1dbe1c
integrated key server look-up into decrypt Activity, allowing to touch an unkown signature to import the key
Thialfihar2010-08-18 12:26:13 +00:00
08305b4963
explicitly set a timeout for connecting and reading for a key server query
Thialfihar2010-08-18 00:53:18 +00:00
18de5178f8
starting new versioning for beta builds, only show changelog on release builds
Thialfihar2010-08-18 00:42:45 +00:00
4f25edbe97
added a context menu item to update public keys via key server, adding a key id look up Intent for the key server query
Thialfihar2010-08-18 00:23:28 +00:00
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
Thialfihar2010-08-17 23:05:41 +00:00
fc0ae774cd
moved IntegerListPreference to apg.ui.widget
Thialfihar2010-08-17 22:03:56 +00:00
446f4b493d
added a key server preference, allowing multiple key servers to be added
Thialfihar2010-08-17 21:49:34 +00:00
e4dd80005c
gave HKP server proper error handling, going through all IPs of a pool until a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly
Thialfihar2010-08-17 14:51:39 +00:00
96162b6608
properly URI-decode file:// URIs, so the files can be found
Thialfihar2010-08-17 12:50:42 +00:00
6e9146c91a
added initial support for HKP key servers, allowing searching and key import
Thialfihar2010-08-17 01:02:39 +00:00
cc27142786
some changes to Slovenian translation.
tripetdevet2010-07-29 19:09:24 +00:00
b13eb7dbf3
added a "force V3 signature" setting similar to the GPG version, hopefully making APG useful for some special cases where that is needed
Thialfihar2010-07-27 22:41:50 +00:00
20f7755b2c
small change to Slovenian translation.
tripetdevet2010-07-27 21:13:48 +00:00
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
Thialfihar2010-07-26 21:57:28 +00:00
c1d9bbc644
some more translations to Slovenian language.
tripetdevet2010-07-25 13:20:28 +00:00
64aaa721f1
mored translations to Slovenian language added.
tripetdevet2010-07-25 12:58:30 +00:00
46fb6fc613
change the text of encrypt buttons according to selected signature or keys, making sign-only less confusing
Thialfihar2010-07-24 18:54:40 +00:00
f65888046e
added a little getting started dialog for first-time use, explaining some basics and recommending other apps
Thialfihar2010-07-24 16:30:38 +00:00
b650b30a11
added secure file deletion, overwriting the file with random data before actual deletion
Thialfihar2010-07-24 14:24:42 +00:00
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
Thialfihar2010-07-23 12:57:02 +00:00
92059d6d3b
fixed the made-up word "authentification", also changed the title of that dialog to "Pass Phrase", dialog message then only contains the key details or "Symmetric encryption."
Thialfihar2010-07-18 06:54:39 +00:00
2c47734f0f
trying to add support for various source and destination modes for encryption and decryption (String, byte[], filename, content stream), also more Intent options added
Thialfihar2010-07-09 20:55:17 +00:00