From e3dd09bb37f6727a09a2d5da7c880997555b4d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Sat, 29 Jun 2013 17:54:34 +0200 Subject: New menu option to go back to ConfigurationWizard. It works ok (it simply starts ConfigurationWizard activity for result), but when entering again to Dashboard a NullPointer happens in serviceItemEIP(((ViewStub) findViewById(R.id.eipOverviewStub)).inflate();). It also adds (I forgot to commit before leaving the retry-login branch) ProgressDialogs to login and logout operations. --- res/menu/client_dashboard.xml | 1 + res/values/strings.xml | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'res') diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index a8eaf79..55ad91b 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -7,6 +7,7 @@ android:title="@string/menu_settings"/> + diff --git a/res/values/strings.xml b/res/values/strings.xml index 6f06ab6..83f614f 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,6 +20,7 @@ Source code and issue tracker available at https://github.com/leapcode/leap_android/ This program uses the following components; see the source code for full details on the licenses About + Switch provider About LEAP for Android List of all configured VPNs VPN Profiles @@ -295,6 +296,10 @@ It doesn\'t seem to be a LEAP provider. This is not a trusted LEAP provider. Your password is not well-formed: it should have at least 8 characters. + Authenticating + Authenticating with entered login and password. + Log out + Logging out from this session. Authentication succeeded. Authentication failed. Logged out. -- cgit v1.2.3