feat(YouTube Music/Enable custom filter): add support for custom filtering of byte buffers

This commit is contained in:
inotia00 2024-03-20 01:24:19 +09:00
parent 6cce4b44f3
commit ce53a04fa0

View File

@ -25,6 +25,8 @@
<string name="revanced_custom_filter_strings_summary">Configure which components to filter, separated by new lines.</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>
<string name="revanced_custom_filter_strings_warning">Invalid custom filter. Filter reset to default.</string>
<string name="revanced_custom_filter_toast_invalid_characters" formatted="false">Invalid custom filter (must be ASCII only): %s.</string>
<string name="revanced_custom_filter_toast_invalid_syntax" formatted="false">Invalid custom filter: %s.</string>
<string name="revanced_custom_filter_summary">Enables the custom filter to hide layout components.</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Speeds reset to default.</string>