2014-01-24 01:04:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<PreferenceCategory
|
2014-03-21 21:14:52 +00:00
|
|
|
android:title="General">
|
2014-02-23 20:33:37 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="grant_new_contacts"
|
2014-05-13 09:23:11 +00:00
|
|
|
android:title="@string/pref_grant_presence_updates"
|
|
|
|
android:summary="@string/pref_grant_presence_updates_summary"
|
2014-02-23 20:33:37 +00:00
|
|
|
android:defaultValue="true"
|
|
|
|
/>
|
2014-03-21 21:14:52 +00:00
|
|
|
<ListPreference
|
|
|
|
android:key="resource"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_xmpp_resource"
|
|
|
|
android:summary="@string/pref_xmpp_resource_summary"
|
2014-03-21 21:14:52 +00:00
|
|
|
android:entries="@array/resources"
|
|
|
|
android:entryValues="@array/resources"
|
|
|
|
android:defaultValue="Mobile"/>
|
2014-04-13 16:09:40 +00:00
|
|
|
<ListPreference
|
|
|
|
android:key="auto_accept_file_size"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_accept_files"
|
|
|
|
android:summary="@string/pref_accept_files_summary"
|
2014-04-13 16:09:40 +00:00
|
|
|
android:entries="@array/filesizes"
|
|
|
|
android:entryValues="@array/filesizes_values"
|
|
|
|
android:defaultValue="524288"/>
|
2014-06-03 13:48:51 +00:00
|
|
|
<ListPreference
|
|
|
|
android:key="auto_acknowledge_messages"
|
|
|
|
android:title="@string/pref_auto_acknowledge_messages"
|
|
|
|
android:summary="@string/pref_auto_acknowledge_messages_summary"
|
|
|
|
android:entries="@array/message_acks"
|
|
|
|
android:entryValues="@array/message_acks_values"
|
|
|
|
android:defaultValue="2"
|
|
|
|
/>
|
2014-01-24 01:04:05 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_notification_settings">
|
2014-01-24 01:04:05 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="show_notification"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_notifications"
|
|
|
|
android:summary="@string/pref_notifications_summary"
|
2014-03-08 03:18:42 +00:00
|
|
|
android:defaultValue="true"
|
2014-01-24 01:04:05 +00:00
|
|
|
/>
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="vibrate_on_notification"
|
|
|
|
android:dependency="show_notification"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_vibrate"
|
|
|
|
android:summary="@string/pref_vibrate_summary"
|
2014-03-12 13:55:23 +00:00
|
|
|
android:defaultValue="true"/>
|
2014-01-24 01:04:05 +00:00
|
|
|
<RingtonePreference
|
|
|
|
android:key="notification_ringtone"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_sound"
|
2014-01-24 01:04:05 +00:00
|
|
|
android:ringtoneType="notification"
|
|
|
|
android:dependency="show_notification"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:summary="@string/pref_sound_summary"
|
2014-03-08 03:18:42 +00:00
|
|
|
android:defaultValue="content://settings/system/notification_sound"/>
|
2014-02-23 20:33:37 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="notify_in_conversation_when_highlighted"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_conference_notifications"
|
|
|
|
android:summary="@string/pref_conference_notifications_summary"/>
|
2014-04-07 21:58:59 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="notification_grace_period_after_carbon_received"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_notification_grace_period"
|
|
|
|
android:summary="@string/pref_notification_grace_period_summary"
|
2014-04-07 21:58:59 +00:00
|
|
|
android:defaultValue="true"/>
|
2014-01-24 01:04:05 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_ui_options">
|
2014-02-10 14:24:34 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="show_phone_selfcontact_picture"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_use_phone_self_picture"
|
2014-06-01 21:45:20 +00:00
|
|
|
android:summary="@string/pref_use_phone_self_picture_summary"
|
2014-02-10 14:24:34 +00:00
|
|
|
android:defaultValue="true"/>
|
2014-03-14 21:40:56 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="use_subject_in_muc"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_conference_name"
|
|
|
|
android:summary="@string/pref_conference_name_summary"
|
2014-03-14 21:40:56 +00:00
|
|
|
android:defaultValue="true"/>
|
2014-01-24 01:04:05 +00:00
|
|
|
</PreferenceCategory>
|
2014-03-27 15:09:23 +00:00
|
|
|
<PreferenceCategory
|
2014-05-16 20:35:58 +00:00
|
|
|
android:title="@string/pref_advanced_options">
|
2014-03-27 15:09:23 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="never_send"
|
2014-05-11 11:55:15 +00:00
|
|
|
android:title="@string/pref_never_send_crash"
|
|
|
|
android:summary="@string/pref_never_send_crash_summary"
|
2014-03-27 15:09:23 +00:00
|
|
|
android:defaultValue="false"/>
|
|
|
|
</PreferenceCategory>
|
2014-01-24 01:04:05 +00:00
|
|
|
</PreferenceScreen>
|