open-keychain/src/org/thialfihar/android/apg
2010-05-11 16:33:34 +00:00
..
provider 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
ui/widget choose the NEAREST prime for ElGamal, rather than the next lowest 2010-04-24 17:52:13 +00:00
utils initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
Apg.java fix a signature bug, which resulted in wrongly read signatures if there was only one line 2010-05-11 15:11:24 +00:00
AskForSecretKeyPassPhrase.java 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
BaseActivity.java 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
Constants.java add preferences, use them where applicable 2010-04-28 23:35:11 +00:00
DecryptActivity.java fix a signature bug, which resulted in wrongly read signatures if there was only one line 2010-05-11 15:11:24 +00:00
EditKeyActivity.java 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
EncryptActivity.java new EncryptActivity to handle message and file encryption all in one 2010-05-09 19:51:21 +00:00
FileDialog.java set svn:ignore for bin directory and .project/.classpath 2010-04-19 13:56:43 +00:00
Id.java merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well 2010-05-11 14:07:15 +00:00
MailListActivity.java merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well 2010-05-11 14:07:15 +00:00
MainActivity.java merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well 2010-05-11 14:07:15 +00:00
PreferencesActivity.java removed some useless imports 2010-04-29 01:18:42 +00:00
Primes.java choose the NEAREST prime for ElGamal, rather than the next lowest 2010-04-24 17:52:13 +00:00
ProgressDialogUpdater.java initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
PublicKeyListActivity.java removed some useless imports 2010-04-29 12:45:11 +00:00
SecretKeyListActivity.java removed some useless imports 2010-04-29 12:45:11 +00:00
SelectPublicKeyListActivity.java clean up for release, AsciiArmour was a Button instead of CheckBox... fixed 2010-04-24 02:16:45 +00:00
SelectPublicKeyListAdapter.java 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 2010-04-19 02:12:13 +00:00
SelectSecretKeyListActivity.java clean up for release, AsciiArmour was a Button instead of CheckBox... fixed 2010-04-24 02:16:45 +00:00