From b95bdbe791a8b7609b46ec5b9c089b2dc2461314 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 26 Feb 2018 19:38:19 +0100 Subject: implement multi accounts via expert settings --- src/main/res/layout/password.xml | 12 ++++++++++-- src/main/res/menu/change_presence.xml | 5 ----- src/main/res/menu/verify_otr.xml | 5 ----- src/main/res/values/defaults.xml | 1 + src/main/res/values/strings.xml | 2 ++ src/main/res/xml/preferences.xml | 5 +++++ 6 files changed, 18 insertions(+), 12 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/layout/password.xml b/src/main/res/layout/password.xml index db8d82505..2037f3787 100644 --- a/src/main/res/layout/password.xml +++ b/src/main/res/layout/password.xml @@ -5,9 +5,17 @@ android:layout_height="match_parent"> + android:inputType="textPassword" /> + + \ No newline at end of file diff --git a/src/main/res/menu/change_presence.xml b/src/main/res/menu/change_presence.xml index 1a320d59e..34af0a679 100644 --- a/src/main/res/menu/change_presence.xml +++ b/src/main/res/menu/change_presence.xml @@ -4,11 +4,6 @@ android:title="@string/account_details" android:showAsAction="always" android:icon="@drawable/ic_account_box_white_24dp" /> - - true true true + false diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 4d3cd5162..16fe709ee 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -761,4 +761,6 @@ Snooze Protected Apps To keep receiving notifications, even when the screen is turned off, you need to add Pix-Art Messenger to the list of protected apps. + Enable multiple accounts + You want to use multiple accounts, so you have to set a password for daily backups. diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 109d61239..0343d1171 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -269,6 +269,11 @@ android:targetClass="com.huawei.systemmanager.optimize.process.ProtectActivity" android:targetPackage="com.huawei.systemmanager" /> +