Thialfihar
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
...
Fixes issue 66
2010-09-10 20:36:38 +00:00
Thialfihar
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."
...
Update issue 39
I tried to change "title_athentication", "passPhraseForSymmetricEncryption", and "passPhraseFor" in all languages. I think the changes are correct, but if you guys could make sure I didn't do anything dumb, then that'd be better. :)
2010-07-18 06:54:39 +00:00
Thialfihar
f5efd73d33
set svn:eol-style to LF for all code/resource files
2010-07-16 20:13:12 +00:00
Thialfihar
d483feb64c
minor fixes to make key retrieval more stable
2010-05-30 16:53:04 +00:00
Thialfihar
5fb8cb4d5e
use new key database for encryption and decryption
2010-05-26 23:40:12 +00:00
Thialfihar
6f28f5ee4e
key lists somewhat wrapped into one, using the new database stuff, Apg cleaned up a bit, preparing to use the database there as well
2010-05-26 00:33:26 +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
89b8ff7862
slight text change
2010-04-23 17:03:05 +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
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