feat(YouTube - Swipe controls): Swipe controls UI improvements (#4422)

This commit is contained in:
MarcaD
2025-02-18 09:07:28 +02:00
committed by GitHub
parent 2b34096af6
commit 198e4d2a23
16 changed files with 545 additions and 140 deletions

View File

@ -489,11 +489,15 @@ This feature is only available for older devices"</string>
</patch>
<patch id="interaction.swipecontrols.swipeControlsResourcePatch">
<string name="revanced_swipe_brightness_title">Enable brightness gesture</string>
<string name="revanced_swipe_brightness_summary_on">Brightness swipe is enabled</string>
<string name="revanced_swipe_brightness_summary_off">Brightness swipe is disabled</string>
<string name="revanced_swipe_brightness_summary_on">"Fullscreen brightness swipe is enabled
Adjust brightness by swiping vertically on the left side of the screen"</string>
<string name="revanced_swipe_brightness_summary_off">Fullscreen brightness swipe is disabled</string>
<string name="revanced_swipe_volume_title">Enable volume gesture</string>
<string name="revanced_swipe_volume_summary_on">Volume swipe is enabled</string>
<string name="revanced_swipe_volume_summary_off">Volume swipe is disabled</string>
<string name="revanced_swipe_volume_summary_on">"Fullscreen volume swipe is enabled
Adjust volume by swiping vertically on the right side of the screen"</string>
<string name="revanced_swipe_volume_summary_off">Fullscreen volume swipe is disabled</string>
<string name="revanced_swipe_press_to_engage_title">Enable press-to-swipe gesture</string>
<string name="revanced_swipe_press_to_engage_summary_on">Press-to-swipe is enabled</string>
<string name="revanced_swipe_press_to_engage_summary_off">Press-to-swipe is disabled</string>
@ -506,16 +510,19 @@ This feature is only available for older devices"</string>
<string name="revanced_swipe_lowest_value_enable_auto_brightness_title">Enable auto-brightness gesture</string>
<string name="revanced_swipe_lowest_value_enable_auto_brightness_summary_on">Swiping down to the lowest value of the brightness gesture enable auto-brightness</string>
<string name="revanced_swipe_lowest_value_enable_auto_brightness_summary_off">Swiping down to the lowest value does not enable auto-brightness</string>
<string name="revanced_swipe_lowest_value_enable_auto_brightness_overlay_text">Auto</string>
<string name="revanced_swipe_overlay_timeout_title">Swipe overlay timeout</string>
<string name="revanced_swipe_overlay_timeout_summary">The amount of milliseconds the overlay is visible</string>
<string name="revanced_swipe_text_overlay_size_title">Swipe overlay text size</string>
<string name="revanced_swipe_text_overlay_size_summary">The text size for swipe overlay</string>
<string name="revanced_swipe_overlay_background_opacity_title">Swipe overlay background opacity</string>
<string name="revanced_swipe_overlay_background_opacity_summary">Opacity value between 0-100</string>
<string name="revanced_swipe_overlay_background_opacity_invalid_toast">Swipe opacity must be between 0-100</string>
<string name="revanced_swipe_threshold_title">Swipe magnitude threshold</string>
<string name="revanced_swipe_threshold_summary">The amount of threshold for swipe to occur</string>
<string name="revanced_swipe_show_circular_overlay_title">Show circular overlay</string>
<string name="revanced_swipe_show_circular_overlay_summary_on">Circular overlay is shown</string>
<string name="revanced_swipe_show_circular_overlay_summary_off">Horizontal overlay is shown</string>
<string name="revanced_swipe_overlay_minimal_style_title">Enable minimal style</string>
<string name="revanced_swipe_overlay_minimal_style_summary_on">Minimal overlay style is enabled</string>
<string name="revanced_swipe_overlay_minimal_style_summary_off">Minimal overlay style is disabled</string>
<string name="revanced_swipe_change_video_title">Enable swipe to change videos</string>
<string name="revanced_swipe_change_video_summary_on">Swiping in fullscreen mode will change to the next/previous video</string>
<string name="revanced_swipe_change_video_summary_off">Swiping in fullscreen mode will not change to the next/previous video</string>