2014-01-23 20:04:05 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
2014-09-08 16:11:48 -04:00
|
|
|
|
|
|
|
<PreferenceCategory android:title="@string/pref_general" >
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
2014-02-23 15:33:37 -05:00
|
|
|
android:key="grant_new_contacts"
|
2014-05-13 05:23:11 -04:00
|
|
|
android:summary="@string/pref_grant_presence_updates_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_grant_presence_updates" />
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:defaultValue="Mobile"
|
2014-03-21 17:14:52 -04:00
|
|
|
android:entries="@array/resources"
|
|
|
|
android:entryValues="@array/resources"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:key="resource"
|
|
|
|
android:summary="@string/pref_xmpp_resource_summary"
|
|
|
|
android:title="@string/pref_xmpp_resource" />
|
|
|
|
<ListPreference
|
|
|
|
android:defaultValue="524288"
|
2014-04-13 12:09:40 -04:00
|
|
|
android:entries="@array/filesizes"
|
|
|
|
android:entryValues="@array/filesizes_values"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:key="auto_accept_file_size"
|
|
|
|
android:summary="@string/pref_accept_files_summary"
|
|
|
|
android:title="@string/pref_accept_files" />
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
2014-06-04 12:44:15 -04:00
|
|
|
android:key="confirm_messages"
|
|
|
|
android:summary="@string/pref_confirm_messages_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_confirm_messages" />
|
2014-01-23 20:04:05 -05:00
|
|
|
</PreferenceCategory>
|
2014-09-08 16:11:48 -04:00
|
|
|
<PreferenceCategory android:title="@string/pref_notification_settings" >
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
2014-01-23 20:04:05 -05:00
|
|
|
android:key="show_notification"
|
2014-05-11 07:55:15 -04:00
|
|
|
android:summary="@string/pref_notifications_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_notifications" />
|
2014-01-23 20:04:05 -05:00
|
|
|
<CheckBoxPreference
|
2014-09-08 16:11:48 -04:00
|
|
|
android:defaultValue="true"
|
2014-01-23 20:04:05 -05:00
|
|
|
android:dependency="show_notification"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:key="vibrate_on_notification"
|
2014-05-11 07:55:15 -04:00
|
|
|
android:summary="@string/pref_vibrate_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_vibrate" />
|
|
|
|
|
|
|
|
<RingtonePreference
|
|
|
|
android:defaultValue="content://settings/system/notification_sound"
|
|
|
|
android:dependency="show_notification"
|
2014-01-23 20:04:05 -05:00
|
|
|
android:key="notification_ringtone"
|
|
|
|
android:ringtoneType="notification"
|
2014-05-11 07:55:15 -04:00
|
|
|
android:summary="@string/pref_sound_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_sound" />
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:dependency="show_notification"
|
2014-02-23 15:33:37 -05:00
|
|
|
android:key="notify_in_conversation_when_highlighted"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:summary="@string/pref_conference_notifications_summary"
|
|
|
|
android:title="@string/pref_conference_notifications" />
|
2014-04-07 17:58:59 -04:00
|
|
|
<CheckBoxPreference
|
2014-09-08 16:11:48 -04:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:dependency="show_notification"
|
2014-04-07 17:58:59 -04:00
|
|
|
android:key="notification_grace_period_after_carbon_received"
|
2014-05-11 07:55:15 -04:00
|
|
|
android:summary="@string/pref_notification_grace_period_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_notification_grace_period" />
|
2014-09-08 07:37:22 -04:00
|
|
|
</PreferenceCategory>
|
2014-09-08 16:11:48 -04:00
|
|
|
<PreferenceCategory android:title="@string/pref_advanced_options" >
|
|
|
|
<PreferenceScreen
|
|
|
|
android:summary="@string/pref_expert_options_summary"
|
|
|
|
android:title="@string/pref_expert_options" >
|
|
|
|
<PreferenceCategory android:title="@string/pref_encryption_settings" >
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="force_encryption"
|
|
|
|
android:summary="@string/pref_force_encryption_summary"
|
|
|
|
android:title="@string/pref_force_encryption" />
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="dont_save_encrypted"
|
|
|
|
android:summary="@string/pref_dont_save_encrypted_summary"
|
|
|
|
android:title="@string/pref_dont_save_encrypted" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
2014-03-27 11:09:23 -04:00
|
|
|
android:key="never_send"
|
2014-05-11 07:55:15 -04:00
|
|
|
android:summary="@string/pref_never_send_crash_summary"
|
2014-09-08 16:11:48 -04:00
|
|
|
android:title="@string/pref_never_send_crash" />
|
2014-03-27 11:09:23 -04:00
|
|
|
</PreferenceCategory>
|
2014-09-08 16:11:48 -04:00
|
|
|
|
|
|
|
</PreferenceScreen>
|