diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index d1883ef..d043c19 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -42,4 +42,22 @@ 8000 10000 + + + + @string/disabled + @string/heads_up_snooze_1min + @string/heads_up_snooze_5min + @string/heads_up_snooze_10min + @string/heads_up_snooze_15min + @string/heads_up_snooze_20min + + + 0 + 60000 + 300000 + 600000 + 900000 + 1200000 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 027a454..c70d374 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -214,4 +214,15 @@ 8 seconds 10 seconds + + Snooze timer + Swiping up on peeking notifications will snooze heads up from that application for 1 minute + Swiping up on peeking notifications will snooze heads up from that application for %d minutes + Snooze timer is disabled + 1 minute + 5 minutes + 10 minutes + 15 minutes + 20 minutes + diff --git a/res/xml/heads_up_settings.xml b/res/xml/heads_up_settings.xml index bfc1602..5864eaf 100644 --- a/res/xml/heads_up_settings.xml +++ b/res/xml/heads_up_settings.xml @@ -29,6 +29,13 @@ android:entryValues="@array/heads_up_time_out_values" android:persistent="false" /> + +