From 7cca7b1ffa416a354c08e1cb6b5776ae55fc19ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 25 Jul 2013 16:25:20 +0200 Subject: Redifine Service callbacks --- .../res/layout/crypto_consumer_list_activity.xml | 12 +++ .../layout/crypto_consumer_register_activity.xml | 102 +++++++++++++++++++++ .../res/layout/crypto_consumers_activity.xml | 12 --- OpenPGP-Keychain/res/layout/decrypt.xml | 1 - .../layout/register_crypto_consumer_activity.xml | 25 ----- .../remote_api/CryptoConsumersActivity.java | 2 +- .../keychain/remote_api/CryptoService.java | 6 +- .../remote_api/IServiceActivityCallback.aidl | 8 +- .../keychain/remote_api/ServiceActivity.java | 50 +++++++--- 9 files changed, 159 insertions(+), 59 deletions(-) create mode 100644 OpenPGP-Keychain/res/layout/crypto_consumer_list_activity.xml create mode 100644 OpenPGP-Keychain/res/layout/crypto_consumer_register_activity.xml delete mode 100644 OpenPGP-Keychain/res/layout/crypto_consumers_activity.xml delete mode 100644 OpenPGP-Keychain/res/layout/register_crypto_consumer_activity.xml diff --git a/OpenPGP-Keychain/res/layout/crypto_consumer_list_activity.xml b/OpenPGP-Keychain/res/layout/crypto_consumer_list_activity.xml new file mode 100644 index 000000000..b314173eb --- /dev/null +++ b/OpenPGP-Keychain/res/layout/crypto_consumer_list_activity.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/OpenPGP-Keychain/res/layout/crypto_consumer_register_activity.xml b/OpenPGP-Keychain/res/layout/crypto_consumer_register_activity.xml new file mode 100644 index 000000000..3af373956 --- /dev/null +++ b/OpenPGP-Keychain/res/layout/crypto_consumer_register_activity.xml @@ -0,0 +1,102 @@ + + + + + + + +