From b6052c82cb8463ee465226949953a7187f4096e4 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Wed, 29 Nov 2017 21:50:33 +0100 Subject: add ability to use system emojis instead of integrated ones via expert settings --- src/main/res/values/defaults.xml | 1 + src/main/res/values/strings.xml | 2 ++ src/main/res/xml/preferences.xml | 5 +++++ 3 files changed, 8 insertions(+) (limited to 'src/main/res') diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 15a25054a..208c43e63 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -102,5 +102,6 @@ false true true + true diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e8f72f3ca..6b3f41556 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -744,4 +744,6 @@ This chat is unencrypted, for security reasons you should activate message encryption by using the lock icon. The preferable encryption is OMEMO. Warn if chat is unencrypted If message encryption is available, you should use it. If you don\'t use message encryption, show a warning message inside the chat. + Use integrated emojis + Use the integrated emoji library instead of using your devices ones. Changes will be available after reopening the app. diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 70ce4e76c..82d9ea00f 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -267,6 +267,11 @@ android:key="show_dynamic_tags" android:summary="@string/pref_show_dynamic_tags_summary" android:title="@string/pref_show_dynamic_tags" /> +