2014-11-04 15:19:48 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2017-04-18 19:20:14 +02:00
|
|
|
<PreferenceCategory android:title="@string/preferences_notifications__messages">
|
2014-12-11 19:36:46 -08:00
|
|
|
|
2017-04-14 20:39:38 -07:00
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:key="pref_key_enable_notifications"
|
|
|
|
android:title="@string/preferences__notifications"
|
|
|
|
android:defaultValue="true" />
|
2014-12-11 19:36:46 -08:00
|
|
|
|
2017-12-01 12:55:24 -08:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.SignalPreference
|
2017-04-21 22:50:49 -07:00
|
|
|
android:dependency="pref_key_enable_notifications"
|
|
|
|
android:key="pref_key_ringtone"
|
|
|
|
android:title="@string/preferences__sound"
|
2017-12-01 12:55:24 -08:00
|
|
|
android:persistent="false"
|
2017-04-21 22:50:49 -07:00
|
|
|
android:defaultValue="content://settings/system/notification_sound" />
|
2014-11-04 15:19:48 +01:00
|
|
|
|
2017-04-14 20:39:38 -07:00
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:dependency="pref_key_enable_notifications"
|
|
|
|
android:key="pref_key_vibrate"
|
|
|
|
android:defaultValue="true"
|
2017-04-21 22:50:49 -07:00
|
|
|
android:title="@string/preferences__vibrate"/>
|
2014-11-04 15:19:48 +01:00
|
|
|
|
2017-09-21 10:03:05 -07:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.LEDColorListPreference
|
2017-04-14 20:39:38 -07:00
|
|
|
android:key="pref_led_color"
|
|
|
|
android:defaultValue="blue"
|
|
|
|
android:title="@string/preferences__led_color"
|
2015-07-31 15:05:24 -07:00
|
|
|
android:dependency="pref_key_enable_notifications"
|
2017-04-14 20:39:38 -07:00
|
|
|
android:entries="@array/pref_led_color_entries"
|
|
|
|
android:entryValues="@array/pref_led_color_values" />
|
|
|
|
|
2017-09-21 10:03:05 -07:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.SignalListPreference
|
2017-04-14 20:39:38 -07:00
|
|
|
android:key="pref_led_blink"
|
|
|
|
android:defaultValue="500,2000"
|
|
|
|
android:title="@string/preferences__pref_led_blink_title"
|
|
|
|
android:dependency="pref_led_color"
|
|
|
|
android:entries="@array/pref_led_blink_pattern_entries"
|
|
|
|
android:entryValues="@array/pref_led_blink_pattern_values" />
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:key="pref_key_inthread_notifications"
|
2017-04-21 22:50:49 -07:00
|
|
|
android:title="@string/preferences_notifications__in_chat_sounds"
|
2017-04-14 20:39:38 -07:00
|
|
|
android:dependency="pref_key_enable_notifications"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
2017-09-21 10:03:05 -07:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.SignalListPreference
|
2017-04-14 20:39:38 -07:00
|
|
|
android:key="pref_repeat_alerts"
|
|
|
|
android:defaultValue="0"
|
|
|
|
android:title="@string/preferences__repeat_alerts"
|
|
|
|
android:dependency="pref_key_enable_notifications"
|
|
|
|
android:entries="@array/pref_repeat_alerts_entries"
|
|
|
|
android:entryValues="@array/pref_repeat_alerts_values" />
|
|
|
|
|
2017-09-21 10:03:05 -07:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.SignalListPreference
|
2017-04-21 22:50:49 -07:00
|
|
|
android:key="pref_notification_privacy"
|
|
|
|
android:title="@string/preferences_notifications__show"
|
|
|
|
android:dependency="pref_key_enable_notifications"
|
|
|
|
android:defaultValue="all"
|
|
|
|
android:entries="@array/pref_notification_privacy_entries"
|
|
|
|
android:entryValues="@array/pref_notification_privacy_values"/>
|
2017-04-21 23:04:54 -07:00
|
|
|
|
2017-09-21 10:03:05 -07:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.SignalListPreference
|
2017-04-21 23:04:54 -07:00
|
|
|
android:key="pref_notification_priority"
|
|
|
|
android:title="@string/preferences_notifications__priority"
|
|
|
|
android:dependency="pref_key_enable_notifications"
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:entries="@array/pref_notification_priority_entries"
|
|
|
|
android:entryValues="@array/pref_notification_priority_values"/>
|
2017-04-14 20:39:38 -07:00
|
|
|
</PreferenceCategory>
|
2015-07-31 15:05:24 -07:00
|
|
|
|
2017-04-14 20:39:38 -07:00
|
|
|
<PreferenceCategory android:layout="@layout/preference_divider"/>
|
2015-07-31 15:05:24 -07:00
|
|
|
|
2018-02-16 11:10:35 -08:00
|
|
|
<PreferenceCategory android:title="@string/preferences_notifications__calls">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:key="pref_call_notifications"
|
|
|
|
android:title="@string/preferences__notifications"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.SignalPreference
|
|
|
|
android:dependency="pref_call_notifications"
|
|
|
|
android:key="pref_call_ringtone"
|
|
|
|
android:title="@string/preferences_notifications__ringtone"
|
|
|
|
android:persistent="false"
|
|
|
|
android:defaultValue="content://settings/system/ringtone" />
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:dependency="pref_call_notifications"
|
|
|
|
android:key="pref_call_vibrate"
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:title="@string/preferences__vibrate"/>
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory android:layout="@layout/preference_divider"/>
|
|
|
|
|
2017-04-14 20:39:38 -07:00
|
|
|
<PreferenceCategory android:title="@string/preferences_notifications__events">
|
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:key="pref_enable_new_contacts_notifications"
|
2017-04-17 02:04:41 +02:00
|
|
|
android:title="@string/preferences_events__contact_joined_signal"
|
2017-04-14 20:39:38 -07:00
|
|
|
android:defaultValue="true" />
|
|
|
|
</PreferenceCategory>
|
2015-12-19 13:07:44 +01:00
|
|
|
|
2014-11-04 15:19:48 +01:00
|
|
|
</PreferenceScreen>
|