From 84a11bb1620d2b9080992427c847b58007f2304a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 9 May 2013 17:29:38 +0200 Subject: Log in and Log out options are shown only if allow registration is true. Allow registration is present in provider.json. Provider.json is downloaded from both preseeded and custom providers. Authentication success or fail is notified correctly to the user. --- res/menu/client_dashboard.xml | 3 ++- res/values/strings.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index fffd4e23..a8eaf795 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -7,6 +7,7 @@ android:title="@string/menu_settings"/> - + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index eac73bc7..03de1ee8 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -269,6 +269,7 @@ Enter your password Log in Log In + Log Out Trust completely \ No newline at end of file -- cgit v1.2.3