open-keychain/src/org/thialfihar/android/apg
2010-12-25 14:12:12 +00:00
..
provider set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
ui/widget use the key server preference to fill a Spinner in the key server query activity, allowing to query each server, also moved some previously static labels into strings.xml 2010-08-17 23:05:41 +00:00
utils set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
Apg.java added an Intent and functionality to generate detached signatures 2010-12-25 14:00:25 +00:00
AskForSecretKeyPassPhrase.java catch null pointer exceptions when the private key cannot be extracted, also prevent such keys from getting imported, so the error message should never be encountered anyway 2010-09-10 20:36:38 +00:00
BaseActivity.java testing thread-pausing in verifyText() 2010-09-12 19:06:26 +00:00
CachedPassPhrase.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
Constants.java testing thread-pausing in verifyText() 2010-09-12 19:06:26 +00:00
DataDestination.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
DataSource.java DataSource: consider content URI sources "binary" also 2010-12-25 14:12:12 +00:00
DecryptActivity.java start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if MESSAGE_DATA is used rather than MESSAGE_TEXT 2010-09-26 17:46:13 +00:00
EditKeyActivity.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
EncryptActivity.java added an Intent and functionality to generate detached signatures 2010-12-25 14:00:25 +00:00
FileDialog.java added an optional checkbox to the file dialog, can be used for instance to optionally delete files after importing them, and is used for that, also rearranged the option menu items for the main activity a little 2010-07-26 21:57:28 +00:00
GeneralActivity.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
HkpKeyServer.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
Id.java testing thread-pausing in verifyText() 2010-09-12 19:06:26 +00:00
InputData.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
KeyListActivity.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
KeyServer.java gave HKP server proper error handling, going through all IPs of a pool until a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly 2010-08-17 14:51:39 +00:00
KeyServerPreferenceActivity.java added a key server preference, allowing multiple key servers to be added 2010-08-17 21:49:34 +00:00
KeyServerQueryActivity.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
MailListActivity.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
MainActivity.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
PausableThread.java moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key 2010-09-11 23:21:53 +00:00
PositionAwareInputStream.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
Preferences.java added a key server preference, allowing multiple key servers to be added 2010-08-17 21:49:34 +00:00
PreferencesActivity.java moved IntegerListPreference to apg.ui.widget 2010-08-17 22:03:56 +00:00
Primes.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
ProgressDialogUpdater.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
PublicKeyListActivity.java integrated key server look-up into decrypt Activity, allowing to touch an unkown signature to import the key 2010-08-18 12:26:13 +00:00
SecretKeyListActivity.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
SelectPublicKeyListActivity.java 1.0.x changes merged into trunk 2010-07-16 20:18:43 +00:00
SelectPublicKeyListAdapter.java added initial support for HKP key servers, allowing searching and key import 2010-08-17 01:02:39 +00:00
SelectSecretKeyListActivity.java 1.0.x changes merged into trunk 2010-07-16 20:18:43 +00:00
SelectSecretKeyListAdapter.java added initial support for HKP key servers, allowing searching and key import 2010-08-17 01:02:39 +00:00
Service.java set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00