refactor: split Hide community posts into Hide community posts in home feed and Hide community posts in subscriptions feed

This commit is contained in:
inotia00 2023-02-25 23:51:26 +09:00
parent 100a570759
commit f566aab629
2 changed files with 8 additions and 4 deletions

View File

@ -95,9 +95,12 @@ Is it ready to submit?"</string>
<string name="revanced_adremover_chapter_teaser_summary_off">Chapter teasers are shown</string>
<string name="revanced_adremover_chapter_teaser_summary_on">Chapter teasers are hidden</string>
<string name="revanced_adremover_chapter_teaser_title">Hide chapter teaser under videos</string>
<string name="revanced_adremover_community_posts_summary_off">Community posts are shown</string>
<string name="revanced_adremover_community_posts_summary_on">Community posts are hidden</string>
<string name="revanced_adremover_community_posts_title">Hide community posts</string>
<string name="revanced_adremover_community_posts_subscriptions_summary_off">Community posts in subscriptions feed are shown</string>
<string name="revanced_adremover_community_posts_subscriptions_summary_on">Community posts in subscriptions feed are hidden</string>
<string name="revanced_adremover_community_posts_subscriptions_title">Hide community posts in subscriptions feed</string>
<string name="revanced_adremover_community_posts_home_summary_off">Community posts in home feed are shown</string>
<string name="revanced_adremover_community_posts_home_summary_on">Community posts in home feed are hidden</string>
<string name="revanced_adremover_community_posts_home_title">Hide community posts in home feed</string>
<string name="revanced_adremover_custom_filter_summary">Filter components by their name separated by a comma</string>
<string name="revanced_adremover_custom_filter_title">Custom filter</string>
<string name="revanced_adremover_general_ads_summary_off">General ads are shown</string>

View File

@ -123,7 +123,8 @@
<!-- SETTINGS: HIDE_GENERAL_LAYOUT_ADS
<SwitchPreference android:title="@string/revanced_adremover_merchandise_title" android:key="revanced_adremover_merchandise" android:defaultValue="true" android:summaryOn="@string/revanced_adremover_merchandise_summary_on" android:summaryOff="@string/revanced_adremover_merchandise_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_browse_store_button_title" android:key="revanced_adremover_browse_store_button" android:defaultValue="true" android:summaryOn="@string/revanced_adremover_browse_store_button_summary_on" android:summaryOff="@string/revanced_adremover_browse_store_button_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_community_posts_title" android:key="revanced_adremover_community_posts" android:defaultValue="false" android:summaryOn="@string/revanced_adremover_community_posts_summary_on" android:summaryOff="@string/revanced_adremover_community_posts_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_community_posts_home_title" android:key="revanced_adremover_community_posts_home" android:defaultValue="true" android:summaryOn="@string/revanced_adremover_community_posts_home_summary_on" android:summaryOff="@string/revanced_adremover_community_posts_home_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_community_posts_subscriptions_title" android:key="revanced_adremover_community_posts_subscriptions" android:defaultValue="false" android:summaryOn="@string/revanced_adremover_community_posts_subscriptions_summary_on" android:summaryOff="@string/revanced_adremover_community_posts_subscriptions_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_movie_shelf_title" android:key="revanced_adremover_movie_shelf" android:defaultValue="false" android:summaryOn="@string/revanced_adremover_movie_shelf_summary_on" android:summaryOff="@string/revanced_adremover_movie_shelf_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_in_feed_survey_title" android:key="revanced_adremover_feed_survey" android:defaultValue="true" android:summaryOn="@string/revanced_adremover_in_feed_survey_summary_on" android:summaryOff="@string/revanced_adremover_in_feed_survey_summary_off" />
<SwitchPreference android:title="@string/revanced_adremover_image_shelf_title" android:key="revanced_adremover_image_shelf" android:defaultValue="true" android:summaryOn="@string/revanced_adremover_image_shelf_summary_on" android:summaryOff="@string/revanced_adremover_image_shelf_summary_off" />