Merge remote-tracking branch 'upstream/dev' into feat/patcher_instruction_filters

This commit is contained in:
LisoUseInAIKyrios 2025-09-25 21:03:02 +04:00
commit 41c8fbc10d
49 changed files with 433 additions and 292 deletions

View file

@ -450,7 +450,6 @@ If a Doodle is currently showing in your region and this hide setting is on, the
<string name="revanced_hide_comments_thanks_button_title">Hide Thanks button</string>
<string name="revanced_hide_comments_thanks_button_summary_on">Thanks button is hidden</string>
<string name="revanced_hide_comments_thanks_button_summary_off">Thanks button is shown</string>
<string name="revanced_custom_filter_screen_title">Custom filter</string>
<string name="revanced_custom_filter_screen_summary">Hide components using custom filters</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>
@ -460,7 +459,20 @@ If a Doodle is currently showing in your region and this hide setting is on, the
<!-- 'Component path builder strings' is the technical name for identifying the Litho UI layout items to hide. This is an advanced feature and most users will never use this. -->
<string name="revanced_custom_filter_strings_summary">List of component path builder strings to filter separated by new line</string>
<string name="revanced_custom_filter_toast_invalid_syntax">Invalid custom filter: %s</string>
<string name="revanced_hide_view_count_title">Hide view count</string>
<string name="revanced_hide_view_count_summary_on">View count is hidden in feed and search results</string>
<string name="revanced_hide_view_count_summary_off">View count is shown in feed and search results</string>
<!-- Translations should lanaguge similar to revanced_hide_upload_time_user_dialog_message -->
<string name="revanced_hide_view_count_user_dialog_message">"Limitations:
• Shorts shelves, channel pages, and search results may still show view counts
• This feature does not work with automotive form factor"</string>
<string name="revanced_hide_upload_time_title">Hide upload time</string>
<string name="revanced_hide_upload_time_summary_on">Upload time is hidden in feed and search results</string>
<string name="revanced_hide_upload_time_summary_off">Upload time is shown in feed and search results</string>
<!-- Translations should lanaguge similar to revanced_hide_view_count_user_dialog_message -->
<string name="revanced_hide_upload_time_user_dialog_message">"Limitations:
• Shorts shelves, channel pages, and search results may still show upload times
• This feature does not work with automotive form factor"</string>
<string name="revanced_hide_keyword_content_screen_title">Hide keyword content</string>
<string name="revanced_hide_keyword_content_screen_summary">Hide feed and search videos using keyword filters</string>
<string name="revanced_hide_keyword_content_home_title">Hide Home videos by keywords</string>