2022-05-16 15:41:22 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-06-07 17:12:07 +05:30
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-05-16 15:41:22 +05:30
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
2022-05-24 01:10:24 +05:30
|
|
|
android:summaryOff="@string/disabled"
|
2022-06-19 13:32:08 +05:30
|
|
|
android:summaryOn="@string/enabled"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:defaultValue="true"
|
|
|
|
app:key="sb_enabled_key"
|
|
|
|
app:title="@string/sponsorblock" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:summaryOff="@string/disabled"
|
2022-06-19 13:32:08 +05:30
|
|
|
android:summaryOn="@string/enabled"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:defaultValue="true"
|
|
|
|
app:key="sb_notifications_key"
|
|
|
|
app:title="@string/sponsorblock_notifications" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-09-17 22:17:46 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:summary="@string/sb_skip_manual_summary"
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="sb_skip_manually_key"
|
|
|
|
app:title="@string/sb_skip_manual" />
|
|
|
|
|
2022-10-29 00:57:04 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:summary="@string/sb_markers_summary"
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="sb_show_markers"
|
|
|
|
app:title="@string/sb_markers" />
|
|
|
|
|
2022-05-16 15:41:22 +05:30
|
|
|
<PreferenceCategory app:title="@string/category_segments">
|
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<SwitchPreferenceCompat
|
2022-06-27 22:47:52 +05:30
|
|
|
app:defaultValue="true"
|
2022-06-03 22:19:48 +05:30
|
|
|
app:key="sponsors_category_key"
|
2022-06-19 13:32:08 +05:30
|
|
|
app:summary="@string/category_sponsor_description"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:title="@string/category_sponsor" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="selfpromo_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_selfpromo_description"
|
|
|
|
app:title="@string/category_selfpromo" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="interaction_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_interaction_description"
|
|
|
|
app:title="@string/category_interaction" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="intro_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_intro_description"
|
|
|
|
app:title="@string/category_intro" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="outro_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_outro_description"
|
|
|
|
app:title="@string/category_outro" />
|
2022-05-16 15:41:22 +05:30
|
|
|
|
2022-06-14 17:20:02 +05:30
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="filler_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_filler_description"
|
|
|
|
app:title="@string/category_filler" />
|
2022-06-14 17:20:02 +05:30
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="music_offtopic_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_music_offtopic_description"
|
|
|
|
app:title="@string/category_music_offtopic" />
|
2022-06-14 17:20:02 +05:30
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:key="preview_category_key"
|
2022-06-27 22:47:52 +05:30
|
|
|
app:summary="@string/category_preview_description"
|
|
|
|
app:title="@string/category_preview" />
|
2022-06-14 17:20:02 +05:30
|
|
|
|
2022-05-16 15:41:22 +05:30
|
|
|
</PreferenceCategory>
|
2022-05-23 00:07:09 +05:30
|
|
|
|
2022-06-07 17:12:07 +05:30
|
|
|
</PreferenceScreen>
|