2022-04-27 15:20:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-09-26 17:08:00 +02:00
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2022-10-25 11:16:26 +02:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="true"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_REMEMBER_POSITION"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:title="@string/remember_position" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_EXPAND_CW"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/expand_cw" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_EXPAND_MEDIA"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/expand_image" />
|
2022-10-29 19:03:31 +02:00
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:defaultValue="default"
|
|
|
|
app:entries="@array/SET_LIVE_TRANSLATE_VALUES"
|
|
|
|
app:entryValues="@array/SET_LIVE_TRANSLATE_ENTRIES"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_LIVE_TRANSLATE"
|
|
|
|
app:summary="@string/set_live_translate"
|
|
|
|
app:title="@string/set_live_translate_title"
|
|
|
|
app:useSimpleSummaryProvider="true" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="true"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_NOTIF_VALIDATION"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_share_validation" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-11-30 17:07:23 +01:00
|
|
|
android:defaultValue="true"
|
2022-05-06 07:39:22 +02:00
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_DISPLAY_BOOKMARK"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-05-06 07:39:22 +02:00
|
|
|
app:title="@string/set_display_bookmark_indication" />
|
2022-10-26 16:48:57 +02:00
|
|
|
|
2022-12-12 12:18:19 +01:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_DISPLAY_TRANSLATE"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:title="@string/set_display_translate_indication" />
|
|
|
|
|
2022-10-26 16:48:57 +02:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="true"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_AGGREGATE_NOTIFICATION"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:summary="@string/aggregate_notifications_summary"
|
|
|
|
app:title="@string/aggregate_notifications" />
|
|
|
|
|
2022-11-07 09:16:06 +01:00
|
|
|
<androidx.preference.SeekBarPreference
|
|
|
|
android:defaultValue="5"
|
|
|
|
android:max="20"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_MAX_INDENTATION"
|
|
|
|
app:showSeekBarValue="true"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:title="@string/max_indentation_thread" />
|
|
|
|
|
2022-10-26 16:48:57 +02:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="true"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_DISPLAY_MEDIA_NOTIFICATION"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:summary="@string/display_media_notification_summary"
|
|
|
|
app:title="@string/display_media_notification" />
|
|
|
|
|
2022-10-05 16:05:53 +02:00
|
|
|
<ListPreference
|
|
|
|
app:defaultValue="ALWAYS"
|
|
|
|
app:dialogTitle="@string/load_media_type_title"
|
|
|
|
app:entries="@array/set_load_media_type_value"
|
|
|
|
app:entryValues="@array/SET_LOAD_MEDIA_TYPE_VALUE"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_LOAD_MEDIA_TYPE"
|
|
|
|
app:title="@string/load_media_type_title"
|
|
|
|
app:useSimpleSummaryProvider="true" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_NOTIF_VALIDATION_FAV"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_share_validation_fav" />
|
2022-09-13 17:40:23 +02:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
app:key="@string/SET_DISPLAY_COUNTER_FAV_BOOST"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:title="@string/set_display_counter" />
|
2022-04-27 15:20:42 +02:00
|
|
|
<SeekBarPreference
|
|
|
|
android:defaultValue="0"
|
|
|
|
android:max="20"
|
2022-09-26 17:08:00 +02:00
|
|
|
android:summary="@string/set_truncate_toot"
|
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_TRUNCATE_TOOTS_SIZE"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:showSeekBarValue="true"
|
2022-05-08 17:36:40 +02:00
|
|
|
app:title="@string/truncate_long_toots" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-07-20 10:10:59 +02:00
|
|
|
app:key="@string/SET_LONG_PRESS_STORE_MEDIA"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_long_press_media" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
android:summary="@string/set_fit_preview_indication"
|
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_FULL_PREVIEW"
|
2022-05-24 09:25:28 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_fit_preview" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_DISABLE_GIF"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_disable_gif" />
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_DISABLE_ANIMATED_EMOJI"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_disable_animated_emoji" />
|
|
|
|
|
2022-05-22 19:18:12 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-04-27 15:20:42 +02:00
|
|
|
android:defaultValue="false"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_DISPLAY_CARD"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:singleLineTitle="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_display_card" />
|
|
|
|
|
|
|
|
<androidx.preference.SeekBarPreference
|
|
|
|
android:defaultValue="40"
|
|
|
|
android:max="80"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_STATUSES_PER_CALL"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:showSeekBarValue="true"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_toots_page" />
|
|
|
|
|
|
|
|
<androidx.preference.SeekBarPreference
|
|
|
|
android:defaultValue="40"
|
|
|
|
android:max="80"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_ACCOUNTS_PER_CALL"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:showSeekBarValue="true"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_accounts_page" />
|
|
|
|
|
|
|
|
<androidx.preference.SeekBarPreference
|
|
|
|
android:defaultValue="30"
|
|
|
|
android:max="30"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:iconSpaceReserved="false"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:key="@string/SET_NOTIFICATIONS_PER_CALL"
|
2022-09-26 17:08:00 +02:00
|
|
|
app:showSeekBarValue="true"
|
2022-04-27 15:20:42 +02:00
|
|
|
app:title="@string/set_notifications_page" />
|
|
|
|
</androidx.preference.PreferenceScreen>
|