aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-06-25 19:12:06 +0200
committerChristian Schneppe <christian@pix-art.de>2017-06-25 19:12:06 +0200
commit6f632359349f22f0c642adef6b76b0d139629a18 (patch)
treeae10a39081a99e209870809dfb6807e9cc7a3972 /src/main/res/values
parent8d8b6779c9f42db3755299faf3b2cf0cb3520285 (diff)
Added preference to control Heads-up Notifications
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/defaults.xml1
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 2b3d62f25..8cee33d5f 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -4,4 +4,5 @@
<bool name="portrait_only">true</bool>
<bool name="enter_is_send">false</bool>
<bool name="notifications_from_strangers">false</bool>
+ <bool name="headsup_notifications">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 344f7bf18..0cdf39614 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -775,4 +775,6 @@
<string name="account_status_regis_web">Server requires registration on website</string>
<string name="application_found_to_open_website">No application found to open website</string>
<string name="open_website">Open website</string>
+ <string name="pref_headsup_notifications">Heads-up Notifications</string>
+ <string name="pref_headsup_notifications_summary">Show Heads-up Notifications</string>
</resources>