feat(YouTube/Description components): Hide game sections, Hide music sections, Hide place sections settings have been integrated into Hide suggestions sections settings

This commit is contained in:
inotia00 2024-05-02 03:37:17 +09:00
parent 16ba530024
commit 9d6e4c862d
2 changed files with 8 additions and 16 deletions

View File

@ -829,27 +829,21 @@ Please download %2$s from the website."</string>
<string name="revanced_preference_screen_video_description_title">Video description</string>
<string name="revanced_preference_screen_video_description_summary">Hide or show video description components.</string>
<string name="revanced_hide_chapters_title">Hide chapters</string>
<string name="revanced_hide_chapters_summary_on">Chapters are hidden.</string>
<string name="revanced_hide_chapters_summary_off">Chapters are shown.</string>
<string name="revanced_hide_game_section_title">Hide game sections</string>
<string name="revanced_hide_game_section_summary_on">Game sections are hidden.</string>
<string name="revanced_hide_game_section_summary_off">Game sections are shown.</string>
<string name="revanced_hide_chapters_section_title">Hide chapters sections</string>
<string name="revanced_hide_chapters_section_summary_on">Chapters sections are hidden.</string>
<string name="revanced_hide_chapters_section_summary_off">Chapters sections are shown.</string>
<string name="revanced_hide_info_cards_section_title">Hide info cards sections</string>
<string name="revanced_hide_info_cards_section_summary_on">Info cards sections are hidden.</string>
<string name="revanced_hide_info_cards_section_summary_off">Info cards sections are shown.</string>
<string name="revanced_hide_music_section_title">Hide music sections</string>
<string name="revanced_hide_music_section_summary_on">Music sections are hidden.</string>
<string name="revanced_hide_music_section_summary_off">Music sections are shown.</string>
<string name="revanced_hide_place_section_title">Hide place sections</string>
<string name="revanced_hide_place_section_summary_on">Place sections are hidden.</string>
<string name="revanced_hide_place_section_summary_off">Place sections are shown.</string>
<string name="revanced_hide_podcast_section_title">Hide podcast sections</string>
<string name="revanced_hide_podcast_section_summary_on">Podcast sections are hidden.</string>
<string name="revanced_hide_podcast_section_summary_off">Podcast sections are shown.</string>
<string name="revanced_hide_shopping_links_title">Hide shopping links</string>
<string name="revanced_hide_shopping_links_summary_on">Shopping links are hidden.</string>
<string name="revanced_hide_shopping_links_summary_off">Shopping links are shown.</string>
<string name="revanced_hide_suggestions_section_title">Hide suggestions sections</string>
<string name="revanced_hide_suggestions_section_summary_on">Game sections, music sections and place sections are hidden.</string>
<string name="revanced_hide_suggestions_section_summary_off">Game sections, music sections and place sections are shown.</string>
<string name="revanced_hide_transcript_section_title">Hide transcript sections</string>
<string name="revanced_hide_transcript_section_summary_on">Transcript sections are hidden.</string>
<string name="revanced_hide_transcript_section_summary_off">Transcript sections are shown.</string>

View File

@ -358,13 +358,11 @@
<!-- SETTINGS: DESCRIPTION_COMPONENTS
<PreferenceScreen android:title="@string/revanced_preference_screen_video_description_title" android:key="revanced_preference_screen_video_description" android:summary="@string/revanced_preference_screen_video_description_summary">
<SwitchPreference android:title="@string/revanced_hide_chapters_title" android:key="revanced_hide_chapters" android:defaultValue="false" android:summaryOn="@string/revanced_hide_chapters_summary_on" android:summaryOff="@string/revanced_hide_chapters_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_game_section_title" android:key="revanced_hide_game_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_game_section_summary_on" android:summaryOff="@string/revanced_hide_game_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_chapters_section_title" android:key="revanced_hide_chapters_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_chapters_section_summary_on" android:summaryOff="@string/revanced_hide_chapters_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_info_cards_section_title" android:key="revanced_hide_info_cards_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_info_cards_section_summary_on" android:summaryOff="@string/revanced_hide_info_cards_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_music_section_title" android:key="revanced_hide_music_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_music_section_summary_on" android:summaryOff="@string/revanced_hide_music_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_place_section_title" android:key="revanced_hide_place_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_place_section_summary_on" android:summaryOff="@string/revanced_hide_place_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_podcast_section_title" android:key="revanced_hide_podcast_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_podcast_section_summary_on" android:summaryOff="@string/revanced_hide_podcast_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_shopping_links_title" android:key="revanced_hide_shopping_links" android:defaultValue="true" android:summaryOn="@string/revanced_hide_shopping_links_summary_on" android:summaryOff="@string/revanced_hide_shopping_links_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_suggestions_section_title" android:key="revanced_hide_suggestions_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_suggestions_section_summary_on" android:summaryOff="@string/revanced_hide_suggestions_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_transcript_section_title" android:key="revanced_hide_transcript_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_transcript_section_summary_on" android:summaryOff="@string/revanced_hide_transcript_section_summary_off" />SETTINGS: DESCRIPTION_COMPONENTS -->
<!-- SETTINGS: DESCRIPTION_INTERACTION