open-keychain/src/org/thialfihar/android/apg
2010-05-19 14:51:58 +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 password cache introduced, not cleared yet. 2010-05-15 15:19:56 +00:00
utils initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
Apg.java actually use the compression settings ;), and give them better default values 2010-05-19 14:38:06 +00:00
AskForSecretKeyPassPhrase.java password cache introduced, not cleared yet. 2010-05-15 15:19:56 +00:00
BaseActivity.java removed unnecessary imports 2010-05-19 14:41:19 +00:00
CachedPassPhrase.java password cache introduced, not cleared yet. 2010-05-15 15:19:56 +00:00
Constants.java 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
DecryptActivity.java catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" feature to send to APG 2010-05-18 15:02:57 +00:00
EditKeyActivity.java 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
EncryptActivity.java 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
FileDialog.java 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
Id.java 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
MailListActivity.java 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
MainActivity.java updated change log 2010-05-19 14:12:13 +00:00
PositionAwareInputStream.java keep track of the position the input stream for decryption, makes it possible to give accurate progress information 2010-05-17 14:19:36 +00:00
PreferencesActivity.java 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
Primes.java choose the NEAREST prime for ElGamal, rather than the next lowest 2010-04-24 17:52:13 +00:00
ProgressDialogUpdater.java replaced error and progress strings in APG.java with resource IDs as well 2010-05-13 22:47:19 +00:00
PublicKeyListActivity.java 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
SecretKeyListActivity.java 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
SelectPublicKeyListActivity.java small fix to be compatible with Android 1.5 2010-05-11 16:35:41 +00:00
SelectPublicKeyListAdapter.java 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
SelectSecretKeyListActivity.java 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