2018-02-20 05:45:12 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 20:24:02 +02:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-08 17:33:35 -06:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-02-20 05:45:12 -08:00
|
|
|
android:key="general_preferences"
|
|
|
|
android:title="@string/settings_category_debug_title">
|
|
|
|
|
2020-08-27 16:55:57 -04:00
|
|
|
<SwitchPreferenceCompat
|
2018-02-20 05:45:12 -08:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/allow_heap_dumping_key"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:summary="@string/enable_leak_canary_summary"
|
2020-09-19 18:01:51 +02:00
|
|
|
android:title="@string/leakcanary"
|
2021-08-21 14:21:55 +02:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 20:24:02 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2018-02-20 05:45:12 -08:00
|
|
|
|
2020-10-07 12:56:22 +02:00
|
|
|
<Preference
|
|
|
|
android:key="@string/show_memory_leaks_key"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:title="@string/show_memory_leaks"
|
2021-08-21 18:49:12 +02:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 20:24:02 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2020-10-07 12:56:22 +02:00
|
|
|
|
2020-08-27 16:55:57 -04:00
|
|
|
<SwitchPreferenceCompat
|
2018-02-21 10:42:54 -08:00
|
|
|
android:defaultValue="false"
|
2018-02-20 22:35:25 -08:00
|
|
|
android:key="@string/allow_disposed_exceptions_key"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:summary="@string/enable_disposed_exceptions_summary"
|
2018-02-20 22:35:25 -08:00
|
|
|
android:title="@string/enable_disposed_exceptions_title"
|
2021-08-21 14:21:55 +02:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 20:24:02 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2019-10-28 01:20:06 -03:00
|
|
|
|
2020-08-27 16:55:57 -04:00
|
|
|
<SwitchPreferenceCompat
|
2019-10-28 01:20:06 -03:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_original_time_ago_key"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:summary="@string/show_original_time_ago_summary"
|
2019-10-28 01:20:06 -03:00
|
|
|
android:title="@string/show_original_time_ago_title"
|
2021-08-21 14:21:55 +02:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 20:24:02 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2021-02-22 21:59:04 +01:00
|
|
|
|
2021-05-14 12:05:52 +02:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/disable_media_tunneling_key"
|
|
|
|
android:summary="@string/disable_media_tunneling_summary"
|
|
|
|
android:title="@string/disable_media_tunneling_title"
|
2021-08-21 14:21:55 +02:00
|
|
|
app:singleLineTitle="false"
|
2021-05-14 12:05:52 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2021-03-27 14:59:24 +01:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_image_indicators_key"
|
|
|
|
android:summary="@string/show_image_indicators_summary"
|
|
|
|
android:title="@string/show_image_indicators_title"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2021-12-02 14:56:45 +01:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_crash_the_player_key"
|
|
|
|
android:summary="@string/show_crash_the_player_summary"
|
|
|
|
android:title="@string/show_crash_the_player_title"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2021-02-22 21:59:04 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/crash_the_app_key"
|
|
|
|
android:title="@string/crash_the_app"
|
2021-08-21 18:49:12 +02:00
|
|
|
app:singleLineTitle="false"
|
2021-02-22 21:59:04 +01:00
|
|
|
app:iconSpaceReserved="false" />
|
2021-09-21 21:01:10 +02:00
|
|
|
|
2021-12-02 14:56:45 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/show_error_snackbar_key"
|
|
|
|
android:title="@string/show_error_snackbar"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="@string/create_error_notification_key"
|
|
|
|
android:title="@string/create_error_notification"
|
|
|
|
app:singleLineTitle="false"
|
2021-09-21 21:01:10 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2018-02-20 05:45:12 -08:00
|
|
|
</PreferenceScreen>
|