implementing login against myexperiment
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/1c32531f Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/1c32531f Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/1c32531f Branch: refs/heads/master Commit: 1c32531f08c781c85f14139e0473db29083bf3dd Parents: 6bb42da Author: larrytech7 <larrya...@gmail.com> Authored: Mon Jul 20 18:31:29 2015 +0100 Committer: larrytech7 <larrya...@gmail.com> Committed: Mon Jul 20 18:31:29 2015 +0100 ---------------------------------------------------------------------- app/src/main/res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/1c32531f/app/src/main/res/values/strings.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index baee94b..2a7e14f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -84,7 +84,7 @@ limitations under the License. <string name="fetchrun">Fetching run components </string> <string name="keeplogin">Remain Logged-in</string> - <string name="emailerr">Email must not be empty</string> + <string name="emailerr">Username must not be empty</string> <string name="passworderr">Password must not be empty</string> <string name="about">Mobile Application for managing Taverna workflows on the fly.<br/> View, run and download workflows at a convenience on your android mobile<br/> @@ -93,6 +93,8 @@ limitations under the License. <string name="playerconfig_summary">Username used to login to Taverna player portal</string> <string name="playeruser">Username/email</string> <string name="playerpass">Password</string> + <string name="servererr">Server error. Please try again later</string> + <string name="auth_err">Invalid login credentials</string> <string name="myexperimenttitle">Configure MyExperiment Account</string> <string name="myexperimentsummary">Username used to login to MyExperiment</string> <string name="title_activity_run_result">Workflow Run Result</string>