feat(YouTube/Description components): add Hide Contents section setting https://github.com/inotia00/ReVanced_Extended/issues/2262

This commit is contained in:
inotia00 2024-07-26 19:51:26 +09:00
parent a48ddae324
commit 8734269314
2 changed files with 4 additions and 0 deletions

View File

@ -969,6 +969,9 @@ Side effect: Cairo theme is also applied to notification dots."</string>
<string name="revanced_hide_chapters_section_title">Hide Chapters section</string> <string name="revanced_hide_chapters_section_title">Hide Chapters section</string>
<string name="revanced_hide_chapters_section_summary_on">Chapters section is hidden.</string> <string name="revanced_hide_chapters_section_summary_on">Chapters section is hidden.</string>
<string name="revanced_hide_chapters_section_summary_off">Chapters section is shown.</string> <string name="revanced_hide_chapters_section_summary_off">Chapters section is shown.</string>
<string name="revanced_hide_contents_section_title">Hide Contents section</string>
<string name="revanced_hide_contents_section_summary_on">How this content was made section is hidden.</string>
<string name="revanced_hide_contents_section_summary_off">How this content was made section is shown.</string>
<string name="revanced_hide_info_cards_section_title">Hide Info cards section</string> <string name="revanced_hide_info_cards_section_title">Hide Info cards section</string>
<string name="revanced_hide_info_cards_section_summary_on">Info cards section is hidden.</string> <string name="revanced_hide_info_cards_section_summary_on">Info cards section is hidden.</string>
<string name="revanced_hide_info_cards_section_summary_off">Info cards section is shown.</string> <string name="revanced_hide_info_cards_section_summary_off">Info cards section is shown.</string>

View File

@ -419,6 +419,7 @@
<!-- SETTINGS: DESCRIPTION_COMPONENTS <!-- SETTINGS: DESCRIPTION_COMPONENTS
<SwitchPreference android:title="@string/revanced_hide_attributes_section_title" android:key="revanced_hide_attributes_section" android:summaryOn="@string/revanced_hide_attributes_section_summary_on" android:summaryOff="@string/revanced_hide_attributes_section_summary_off" /> <SwitchPreference android:title="@string/revanced_hide_attributes_section_title" android:key="revanced_hide_attributes_section" android:summaryOn="@string/revanced_hide_attributes_section_summary_on" android:summaryOff="@string/revanced_hide_attributes_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_chapters_section_title" android:key="revanced_hide_chapters_section" android:summaryOn="@string/revanced_hide_chapters_section_summary_on" android:summaryOff="@string/revanced_hide_chapters_section_summary_off" /> <SwitchPreference android:title="@string/revanced_hide_chapters_section_title" android:key="revanced_hide_chapters_section" android:summaryOn="@string/revanced_hide_chapters_section_summary_on" android:summaryOff="@string/revanced_hide_chapters_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_contents_section_title" android:key="revanced_hide_contents_section" android:summaryOn="@string/revanced_hide_contents_section_summary_on" android:summaryOff="@string/revanced_hide_contents_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_info_cards_section_title" android:key="revanced_hide_info_cards_section" 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_info_cards_section_title" android:key="revanced_hide_info_cards_section" 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_key_concepts_section_title" android:key="revanced_hide_key_concepts_section" android:summaryOn="@string/revanced_hide_key_concepts_section_summary_on" android:summaryOff="@string/revanced_hide_key_concepts_section_summary_off" /> <SwitchPreference android:title="@string/revanced_hide_key_concepts_section_title" android:key="revanced_hide_key_concepts_section" android:summaryOn="@string/revanced_hide_key_concepts_section_summary_on" android:summaryOff="@string/revanced_hide_key_concepts_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_podcast_section_title" android:key="revanced_hide_podcast_section" android:summaryOn="@string/revanced_hide_podcast_section_summary_on" android:summaryOff="@string/revanced_hide_podcast_section_summary_off" /> <SwitchPreference android:title="@string/revanced_hide_podcast_section_title" android:key="revanced_hide_podcast_section" android:summaryOn="@string/revanced_hide_podcast_section_summary_on" android:summaryOff="@string/revanced_hide_podcast_section_summary_off" />