summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMartin Hibdon <mhibdon@google.com>2013-12-04 14:25:59 -0800
committerMartin Hibdon <mhibdon@google.com>2013-12-06 17:39:23 -0800
commit874d25ff7073731a08c09b4528add58b720c4f6a (patch)
tree5aa2a93d04f28e8faadac41c217d7a9a3e6dd99c /res/values
parent5632d4449be1a58e5a8b63ba87e2138b0c7c7c06 (diff)
downloadandroid_packages_apps_Email-874d25ff7073731a08c09b4528add58b720c4f6a.tar.gz
android_packages_apps_Email-874d25ff7073731a08c09b4528add58b720c4f6a.tar.bz2
android_packages_apps_Email-874d25ff7073731a08c09b4528add58b720c4f6a.zip
Add temporary code to do oauth authentication
This just adds an oauth button to the accountSetupBasics screen, which will launch a webview and go to the google authentication page. Change-Id: I09d5182fa6081fb94b40e7910b71afbbee70387e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e7ee441f4..e3d4cfb47 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -190,6 +190,8 @@
<!-- Title of screen when setting up new email account [CHAR LIMIT=45] -->
<string name="account_setup_basics_title">Account setup</string>
+ <!-- Do Not Translate. Title of screen when trying to get oauth authentication -->
+ <string name="oauth_authentication_title" translatable="false">OAuth authentication</string>
<!-- Headline of screen when setting up new email account (large text over divider)
[CHAR LIMIT=none] -->
<string name="account_setup_basics_headline">Email account</string>
@@ -202,6 +204,10 @@
<string name="account_setup_basics_password_label">Password</string>
<!-- Button name on "Set up email" screen [CHAR LIMIT=20] -->
<string name="account_setup_basics_manual_setup_action">Manual setup</string>
+ <!-- Do not translate. Button name on "Set up email" screen [CHAR LIMIT=20] TODO: This is a temporary workaround
+ to allow initiating the OAuth setup flow before we have the real design working. This string
+ should be removed. -->
+ <string name="account_setup_basics_oauth_setup_action" translatable="false">OAuth</string>
<!-- Toast when we can't build a URI from the given email & password -->
<!-- Note, the error message in the toast is purposefully vague, because I *don't* know
exactly what's wrong. -->