aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-03-31 11:06:09 +0200
committerChristian Schneppe <christian@pix-art.de>2019-03-31 11:06:09 +0200
commit721bbf47774f452ec8a87a56f1042b555022efba (patch)
treef91980cce03bd61bd51c209d5119a82e163de64a /src/main/res/values
parentbde39e88511ca1ffd542ab587ab507382b8c77ae (diff)
add activity to define some important privacy settings on first start
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/bools.xml5
-rw-r--r--src/main/res/values/defaults.xml4
-rw-r--r--src/main/res/values/strings.xml7
3 files changed, 10 insertions, 6 deletions
diff --git a/src/main/res/values/bools.xml b/src/main/res/values/bools.xml
deleted file mode 100644
index f5d0a43b6..000000000
--- a/src/main/res/values/bools.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <bool name="prefer_xmpp_avatar">true</bool>
- <bool name="show_links_inside">true</bool>
-</resources> \ No newline at end of file
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index e8e0c9206..dc4f7ead3 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -113,6 +113,10 @@
<bool name="quick_share_attachment_choice">true</bool>
<bool name="screen_security">false</bool>
<bool name="play_gif_inside">false</bool>
+ <bool name="prefer_xmpp_avatar">true</bool>
+ <bool name="show_links_inside">true</bool>
+ <bool name="show_maps_inside">true</bool>
+ <bool name="use_internal_updater">true</bool>
<string-array name="domains">
<item>pix-art.de</item>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d4dd1c5cf..00f199a0f 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -110,7 +110,7 @@
<string name="pref_sound">Ringtone</string>
<string name="pref_sound_summary">Play sound when a new message arrives</string>
<string name="pref_send_crash">Send crash reports</string>
- <string name="pref_send_crash_summary">By sending in stack traces you are helping the ongoing development of Pix-Art Messenger</string>
+ <string name="pref_send_crash_summary">By sending stack traces you are helping the ongoing development of Pix-Art Messenger</string>
<string name="pref_confirm_messages">Confirm Messages</string>
<string name="pref_confirm_messages_summary">Let your contacts know when you have received and read their messages</string>
<string name="pref_ui_options">UI</string>
@@ -890,4 +890,9 @@
<string name="mgmt_account_password_forgotten">Password forgotten</string>
<string name="password_forgotten_title">Password forgotten</string>
<string name="password_forgotten_text">You have forgotten your account password? We will now try to open the support website of your provider.</string>
+ <string name="set_settings_intro">Here you can set some important privacy settings to your needs. All the settings can also be modified later.</string>
+ <string name="pref_show_mappreview_inside_summary">Show map previews directly inside the chat view</string>
+ <string name="pref_show_mappreview_inside">Show previews of locations in chat</string>
+ <string name="pref_use_internal_updater_summary">Let the messenger look for new app updates once a day</string>
+ <string name="pref_use_internal_updater">look for updates</string>
</resources>