From f0f919590334ee4ed21caa92bf21f098f66e3c15 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 21 Aug 2017 11:41:07 -0300 Subject: [PATCH] Include title and description for Android AppConfig (#859) * Include title and description for Android AppConfig * Update strings.xml Fix descriptions --- android/app/src/main/res/values/strings.xml | 18 ++++++++++++++++-- .../app/src/main/res/xml/app_restrictions.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 840999c66..c45f3c9fe 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,6 +1,20 @@ - - Mattermost Beta + in-App Pincode + Require users to authenticate as the owner of the phone before using the app. Prompts for fingerprint or passcode when the app first opens and when the app has been in the background for more than 5 minutes. + Blur Application Screen + Blur the app when it’s set to background to protect any confidential on-screen information, it also prevents taking screenshots of the app. + Jailbreak / Root Detection + Disable app launch on Jailbroken or rooted devices. + Copy&Paste Protection + Disable the ability to copy from or paste into any text inputs in the app. + Mattermost Server URL + Set a default Mattermost server URL. + Allow Other Servers + Allow the user to change the above server URL. + Default Username + Set the username or email address to use to authenticate against the Mattermost Server. + EMM Vendor or Company Name + Name of the EMM vendor or company deploying the app. Used in help text when prompting for passcodes so users are aware why the app is being protected. diff --git a/android/app/src/main/res/xml/app_restrictions.xml b/android/app/src/main/res/xml/app_restrictions.xml index 608e8a56d..fda826002 100644 --- a/android/app/src/main/res/xml/app_restrictions.xml +++ b/android/app/src/main/res/xml/app_restrictions.xml @@ -3,34 +3,50 @@