mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 14:27:34 +00:00
setting to disable notifications for new contacts
also mute these notifications between 23:00 and 09:00 fixes #4572 Closes #4926
This commit is contained in:

committed by
Moxie Marlinspike

parent
d238e2bbc5
commit
ed592950c0
@@ -947,6 +947,8 @@
|
||||
<string name="preferences__inactivity_timeout_interval">Inactivity timeout interval</string>
|
||||
<string name="preferences__notifications">Notifications</string>
|
||||
<string name="preferences__enable_message_notifications">Enable message notifications</string>
|
||||
<string name="preferences__new_contacts_notifications">New contacts notifications</string>
|
||||
<string name="preferences__show_a_notification_for_new_signal_contacts">Show a notification for new Signal contacts</string>
|
||||
<string name="preferences__led_color">LED color</string>
|
||||
<string name="preferences__led_color_unknown">Unknown</string>
|
||||
<string name="preferences__pref_led_blink_title">LED blink pattern</string>
|
||||
|
@@ -57,4 +57,10 @@
|
||||
android:entries="@array/pref_notification_privacy_entries"
|
||||
android:entryValues="@array/pref_notification_privacy_values"/>
|
||||
|
||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||
android:key="pref_enable_new_contacts_notifications"
|
||||
android:title="@string/preferences__new_contacts_notifications"
|
||||
android:summary="@string/preferences__show_a_notification_for_new_signal_contacts"
|
||||
android:defaultValue="true" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user