open-keychain/src/org/thialfihar/android/apg
2010-05-21 03:04:02 +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 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
utils initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
Apg.java lifting branch to 0.9.8 2010-05-21 03:04:02 +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 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
EditKeyActivity.java 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
EncryptActivity.java 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
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 lifting branch to 0.9.8 2010-05-21 03:04:02 +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 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
SecretKeyListActivity.java 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
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