mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-01 23:24:28 +02:00
moved Enable always swipe gesture
to Experimental Flags
This commit is contained in:
parent
00c4dd02a6
commit
faf8a63760
@ -458,6 +458,10 @@ If you enable this setting, the following features are available:
|
||||
|
||||
If you enable this setting, following issue may occurs:
|
||||
- When playing a video in the playlist, the issue may not be fixed"</string>
|
||||
<string name="revanced_reboot_warning_swipe">"Enable always swipe gesture regardless of player controller visibility.
|
||||
|
||||
If you enable this setting, the following features are not available:
|
||||
- Seekbar tapping are sometimes buggy"</string>
|
||||
<string name="revanced_reboot_warning_tablet">"Tricks the dpi to change some layouts to tablet layouts.
|
||||
|
||||
If you enable this setting, the following features are not available:
|
||||
|
@ -63,13 +63,14 @@
|
||||
<SwitchPreference android:title="@string/revanced_enable_swipe_auto_brightness_title" android:key="revanced_enable_swipe_auto_brightness" android:defaultValue="false" android:summaryOn="@string/revanced_enable_swipe_auto_brightness_summary_on" android:summaryOff="@string/revanced_enable_swipe_auto_brightness_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_enable_swipe_brightness_title" android:key="revanced_enable_swipe_brightness" android:defaultValue="true" android:summaryOn="@string/revanced_enable_swipe_brightness_summary_on" android:summaryOff="@string/revanced_enable_swipe_brightness_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_enable_swipe_volume_title" android:key="revanced_enable_swipe_volume" android:defaultValue="true" android:summaryOn="@string/revanced_enable_swipe_volume_summary_on" android:summaryOff="@string/revanced_enable_swipe_volume_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_enable_always_swipe_title" android:key="revanced_enable_always_swipe" android:defaultValue="true" android:summaryOn="@string/revanced_enable_always_swipe_summary_on" android:summaryOff="@string/revanced_enable_always_swipe_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_enable_press_to_swipe_title" android:key="revanced_enable_press_to_swipe" android:defaultValue="false" android:summaryOn="@string/revanced_enable_press_to_swipe_summary_on" android:summaryOff="@string/revanced_enable_press_to_swipe_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_enable_swipe_haptic_feedback_title" android:key="revanced_enable_swipe_haptic_feedback" android:defaultValue="true" android:summaryOn="@string/revanced_enable_swipe_haptic_feedback_summary_on" android:summaryOff="@string/revanced_enable_swipe_haptic_feedback_summary_off" />
|
||||
<EditTextPreference android:title="@string/revanced_swipe_overlay_timeout_title" android:key="revanced_swipe_overlay_timeout" android:summary="@string/revanced_swipe_overlay_timeout_summary" android:defaultValue="500" android:inputType="number" />
|
||||
<EditTextPreference android:title="@string/revanced_swipe_overlay_text_size_title" android:key="revanced_swipe_overlay_text_size" android:summary="@string/revanced_swipe_overlay_text_size_summary" android:defaultValue="27" android:inputType="number" />
|
||||
<EditTextPreference android:title="@string/revanced_swipe_overlay_background_alpha_title" android:key="revanced_swipe_overlay_background_alpha" android:summary="@string/revanced_swipe_overlay_background_alpha_summary" android:defaultValue="127" android:inputType="number" />
|
||||
<EditTextPreference android:title="@string/revanced_swipe_magnitude_threshold_title" android:key="revanced_swipe_magnitude_threshold" android:summary="@string/revanced_swipe_magnitude_threshold_summary" android:defaultValue="0" android:inputType="number" />SETTINGS: SWIPE_CONTROLS -->
|
||||
<EditTextPreference android:title="@string/revanced_swipe_magnitude_threshold_title" android:key="revanced_swipe_magnitude_threshold" android:summary="@string/revanced_swipe_magnitude_threshold_summary" android:defaultValue="0" android:inputType="number" />
|
||||
<Preference android:title=" " android:selectable="false" android:key="revanced_experimental_flag" android:summary="@string/revanced_experimental_flag" />
|
||||
<SwitchPreference android:title="@string/revanced_enable_always_swipe_title" android:key="revanced_enable_always_swipe" android:defaultValue="false" android:summaryOn="@string/revanced_enable_always_swipe_summary_on" android:summaryOff="@string/revanced_enable_always_swipe_summary_off" />SETTINGS: SWIPE_CONTROLS -->
|
||||
|
||||
<!-- PREFERENCE: SWIPE_SETTINGS
|
||||
</PreferenceScreen>PREFERENCE: SWIPE_SETTINGS -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user