mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-17 09:43:19 +00:00
Add support for notification priority preference
Fixes #6315 // FREEBIE
This commit is contained in:
@@ -291,4 +291,16 @@
|
||||
<item>30</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_notification_priority_entries">
|
||||
<item>@string/arrays__default</item>
|
||||
<item>@string/arrays__high</item>
|
||||
<item>@string/arrays__max</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_notification_priority_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
@@ -1080,6 +1080,10 @@
|
||||
<string name="arrays__large">Large</string>
|
||||
<string name="arrays__extra_large">Extra large</string>
|
||||
|
||||
<string name="arrays__default">Default</string>
|
||||
<string name="arrays__high">High</string>
|
||||
<string name="arrays__max">Max</string>
|
||||
|
||||
<!-- plurals.xml -->
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="one">%d hour</item>
|
||||
@@ -1205,7 +1209,8 @@
|
||||
<string name="preferences_chats__display_invitation_prompts_for_contacts_without_signal">Display invitation prompts for contacts without Signal</string>
|
||||
<string name="preferences_chats__message_text_size">Message font size</string>
|
||||
<string name="preferences_events__contact_joined_signal">Contact joined Signal</string>
|
||||
|
||||
<string name="preferences_notifications__priority">Priority</string>
|
||||
|
||||
<!-- **************************************** -->
|
||||
<!-- menus -->
|
||||
<!-- **************************************** -->
|
||||
|
Reference in New Issue
Block a user