open-keychain/src/org/thialfihar/android/apg
2010-05-19 14:12:13 +00:00
..
provider
ui/widget password cache introduced, not cleared yet. 2010-05-15 15:19:56 +00:00
utils
Apg.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
AskForSecretKeyPassPhrase.java password cache introduced, not cleared yet. 2010-05-15 15:19:56 +00:00
BaseActivity.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
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 give key editing its own pass phrase mechanism, as the new cache won't work there 2010-05-16 13:35:16 +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 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
SecretKeyListActivity.java give key editing its own pass phrase mechanism, as the new cache won't work there 2010-05-16 13:35:16 +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