open-keychain/src/org/thialfihar/android/apg
Thialfihar 4f25edbe97 added a context menu item to update public keys via key server, adding a key id look up Intent for the key server query
Update issue 9
Status: Fixed
Added public key update via key server. Considering this issue fixed now. More key server features will be added, but general support is added.
2010-08-18 00:23:28 +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 a context menu item to update public keys via key server, adding a key id look up Intent for the key server query 2010-08-18 00:23:28 +00:00
AskForSecretKeyPassPhrase.java fixed the made-up word "authentification", also changed the title of that dialog to "Pass Phrase", dialog message then only contains the key details or "Symmetric encryption." 2010-07-18 06:54:39 +00:00
BaseActivity.java added initial support for HKP key servers, allowing searching and key import 2010-08-17 01:02:39 +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 added a key server preference, allowing multiple key servers to be added 2010-08-17 21:49:34 +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 properly URI-decode file:// URIs, so the files can be found 2010-08-17 12:50:42 +00:00
DecryptActivity.java properly URI-decode file:// URIs, so the files can be found 2010-08-17 12:50:42 +00:00
EditKeyActivity.java added initial support for HKP key servers, allowing searching and key import 2010-08-17 01:02:39 +00:00
EncryptActivity.java properly URI-decode file:// URIs, so the files can be found 2010-08-17 12:50:42 +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 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
Id.java added a context menu item to update public keys via key server, adding a key id look up Intent for the key server query 2010-08-18 00:23:28 +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 added a context menu item to update public keys via key server, adding a key id look up Intent for the key server query 2010-08-18 00:23:28 +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 added a context menu item to update public keys via key server, adding a key id look up Intent for the key server query 2010-08-18 00:23:28 +00:00
MailListActivity.java added a language setting to change the language directly 2010-07-18 07:19:57 +00:00
MainActivity.java added initial support for HKP key servers, allowing searching and key import 2010-08-17 01:02:39 +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 added a context menu item to update public keys via key server, adding a key id look up Intent for the key server query 2010-08-18 00:23:28 +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