Thialfihar
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
2010-09-11 23:21:53 +00:00
Thialfihar
12d9bb8dee
moved key editing beta warning into strings.xml
...
Update issue 39
added:
<string name="keyEditingIsBeta">Key editing is still kind of beta.</string>
2010-08-22 10:51:24 +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
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
24a53d548b
use string constants for bundle keys, first Intent for k9mail
2010-05-31 23:15:20 +00:00
Thialfihar
fa99a70a49
import/export/delete/save keyrings working with new database stuff
2010-05-26 15:25:14 +00:00
Thialfihar
2c784554c7
fixed symmetric decrypting, stream didn't support .reset(), I guess, so now creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying.
2010-05-21 02:47:40 +00:00
Thialfihar
f424b7f581
import file default for keys is empty now, changed import text a little, and changing the pass phrase during key editing updates the pass phrase cache
2010-05-19 14:51:58 +00:00
Thialfihar
c7f0041751
give key editing its own pass phrase mechanism, as the new cache won't work there
2010-05-16 13:35:16 +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
363dcb62b8
password cache introduced, not cleared yet.
2010-05-15 15:19:56 +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
77d1bca12f
Log removal and such
2010-05-11 17:37:51 +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
81cdd6b943
ElGamal support added, fix of some minor GUI bugs, added a bunch of safe primes for ElGamal key creation
2010-04-24 17:40:09 +00:00
Thialfihar
e30a531229
bug prevents pass phrase being recognized, making key creation unusable
2010-04-24 16:00:56 +00:00
Thialfihar
26cf672d67
set svn:ignore for bin directory and .project/.classpath
...
asymmetric file encryption working, some more cleanup, introduced an application directory to encrypt to by default
2010-04-19 13:56:43 +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
42f1720bb3
initial commit of v0.8.0
2010-04-06 19:54:51 +00:00