From d14ae81fe92494a67994d703e1175ef4264adddb Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Sat, 8 Jun 2013 21:58:00 -0600 Subject: Refactor ConfigurationWizard for better task handling, completion, and return information --- res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 03de1ee..ed32f61 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -271,5 +271,7 @@ Log In Log Out Trust completely + Error parsing provider\'s responses! + Success! \ No newline at end of file -- cgit v1.2.3 From 626b32fba7b6b45bead3b79fb7e7aa6cddc5c535 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Sat, 8 Jun 2013 22:07:39 -0600 Subject: Add ProgressDialog to ConfigurationWizard while downloading from provider --- res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index ed32f61..0efa941 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -271,6 +271,10 @@ Log In Log Out Trust completely + Configuring LEAP provider + Downloading provider configuration + Downloading service definitions + Downloading authentication certificates Error parsing provider\'s responses! Success! -- cgit v1.2.3 From 769344327d5cb16adbdc04db224ff6902b4a4771 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Sat, 8 Jun 2013 22:27:25 -0600 Subject: Better config/partial config handling in Dashboard --- res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 0efa941..4501ac1 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -271,6 +271,10 @@ Log In Log Out Trust completely + Configuration Error + Configure + Exit + There was an error configuring LEAP with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch. Configuring LEAP provider Downloading provider configuration Downloading service definitions -- cgit v1.2.3