aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2014-03-23 21:56:18 +0100
committerThialfihar <thi@thialfihar.org>2014-03-23 21:58:18 +0100
commitc9053b97a880ffcc7e7f8a58b9150fa546f87db0 (patch)
tree3787ff0fb585051834322747f1fbae9c1932a733 /OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper
parent4e2e40f40440cf36d8725c89f593503add49409b (diff)
downloadopen-keychain-c9053b97a880ffcc7e7f8a58b9150fa546f87db0.tar.gz
open-keychain-c9053b97a880ffcc7e7f8a58b9150fa546f87db0.tar.bz2
open-keychain-c9053b97a880ffcc7e7f8a58b9150fa546f87db0.zip
Rename old mentionings of APG-named things
Mostly in comments, most importantly: STORE_PATH now ends in /KeychainBlobs instead of /ApgBlobs
Diffstat (limited to 'OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper')
-rw-r--r--OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper/ExportHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper/ExportHelper.java b/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper/ExportHelper.java
index 2bfa796c7..cc240a67b 100644
--- a/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper/ExportHelper.java
+++ b/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/helper/ExportHelper.java
@@ -139,7 +139,7 @@ public class ExportHelper {
intent.putExtra(KeychainIntentService.EXTRA_DATA, data);
- // Message is received after exporting is done in ApgService
+ // Message is received after exporting is done in KeychainIntentService
KeychainIntentServiceHandler exportHandler = new KeychainIntentServiceHandler(mActivity,
mActivity.getString(R.string.progress_exporting),
ProgressDialog.STYLE_HORIZONTAL,
@@ -151,7 +151,7 @@ public class ExportHelper {
}
}) {
public void handleMessage(Message message) {
- // handle messages by standard ApgHandler first
+ // handle messages by standard KeychainIntentServiceHandler first
super.handleMessage(message);
if (message.arg1 == KeychainIntentServiceHandler.MESSAGE_OKAY) {