open-keychain/src/org/thialfihar/android/apg
2010-06-08 13:46:21 +00:00
..
provider content provider changes, especially querying key rings by emails 2010-06-06 18:40:51 +00:00
ui/widget use string constants for bundle keys, first Intent for k9mail 2010-05-31 23:15:20 +00:00
utils initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
Apg.java finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest 2010-06-08 13:46:21 +00:00
AskForSecretKeyPassPhrase.java minor fixes to make key retrieval more stable 2010-05-30 16:53:04 +00:00
BaseActivity.java finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest 2010-06-08 13:46:21 +00:00
CachedPassPhrase.java some coding practice and potential bug fixes 2010-05-27 20:27:21 +00:00
Constants.java finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest 2010-06-08 13:46:21 +00:00
DecryptActivity.java some Activity Intent filter cleanup, pass messages via Strings rather than ByteArrays, avoid some encoding issues 2010-06-06 11:42:41 +00:00
EditKeyActivity.java use string constants for bundle keys, first Intent for k9mail 2010-05-31 23:15:20 +00:00
EncryptActivity.java in the encrypt activity automatically select the signature key as encryption key, if it is set, and if the button is pressed 2010-06-07 14:21:28 +00:00
FileDialog.java support ASTRO and others for the file selection 2010-06-01 21:28:30 +00:00
GeneralActivity.java limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling key imports as well 2010-06-06 19:46:49 +00:00
Id.java working encryption/decryption of text and files after GeneralActivity hands it over 2010-06-06 00:35:00 +00:00
KeyListActivity.java limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling key imports as well 2010-06-06 19:46:49 +00:00
MailListActivity.java working encryption/decryption of text and files after GeneralActivity hands it over 2010-06-06 00:35:00 +00:00
MainActivity.java finally read APG version dynamicly, so the version name doesn't have to be changed anywhere but the manifest 2010-06-08 13:46:21 +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 added a service to handle the caching, this'll ensure the cache works while no activity is around, which is better for k9mail integration 2010-06-03 16:17:55 +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 search to option menu and make it pop up when keys on the physical keyboard are pressed 2010-06-05 22:44:47 +00:00
SecretKeyListActivity.java added search to option menu and make it pop up when keys on the physical keyboard are pressed 2010-06-05 22:44:47 +00:00
SelectPublicKeyListActivity.java the select public key list now uses the selection for the ordering, putting already selected keys on top, also correctly maintains the selection over repeated filtering 2010-06-06 15:54:27 +00:00
SelectPublicKeyListAdapter.java make sure the preselected encryption key can encrypt, otherwise deselect it again at display time 2010-06-07 15:25:11 +00:00
SelectSecretKeyListActivity.java added search to option menu and make it pop up when keys on the physical keyboard are pressed 2010-06-05 22:44:47 +00:00
SelectSecretKeyListAdapter.java added search feature for key management and select Activities 2010-06-05 21:47:16 +00:00
Service.java make sure the Intent passed to Service.onStart() is not null, not sure why it would be, but saw such an exception on the market 2010-06-04 21:52:20 +00:00