aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-26 22:37:40 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-26 22:37:40 +0100
commitfb5825bd8696a8a8b651c18000c5c73e0b265254 (patch)
tree18b74bf60391af1fa1bf7631e35b74f77606ea56 /src/main/res/values
parentd827482d9085b5e560c5fd6d4287cc3ea9b6fbb7 (diff)
make avatars from contacts configurable
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/bools.xml4
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/values/bools.xml b/src/main/res/values/bools.xml
new file mode 100644
index 000000000..4807728ca
--- /dev/null
+++ b/src/main/res/values/bools.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <bool name="prefer_xmpp_avatar">true</bool>
+</resources> \ No newline at end of file
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 5f3d159e7..188fc764c 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -868,4 +868,6 @@
<string name="restore_warning">Do not use the restore backup feature in an attempt to clone (run simultaneously) an installation. Restoring a backup is only meant for migrations or in case you have lost the original device.</string>
<string name="unable_to_restore_backup">Unable to restore backup.</string>
<string name="unable_to_decrypt_backup">Unable to decrypt backup. Is the password correct?</string>
+ <string name="pref_prefer_xmpp_avatar_summary">Prefer the users XMPP avatar instead of the one from your address book</string>
+ <string name="pref_prefer_xmpp_avatar">Prefer XMPP avatar</string>
</resources>