Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 2, 2025

This pull request will Merge branch dev to main.

anddea and others added 30 commits November 2, 2025 12:51
…etting to defer horizontal swipe gestures to prevent conflict with pinch-to-zoom

The single-finger horizontal swipe gesture for speed and seek was triggering immediately upon scrolling. This created a race condition where a user attempting to perform a multi-touch pinch-to-zoom would inadvertently trigger a horizontal swipe before the second finger was registered.

This change introduces a short time-based delay before a horizontal swipe is confirmed. If a second pointer is detected during this delay, the pending swipe is canceled, allowing the native pinch-to-zoom gesture to proceed without interference.
# [3.15.0-dev.1](v3.14.0...v3.15.0-dev.1) (2025-11-02)

### Features

* Align with RVX [[v5.13.1-dev.2](https://github.com/inotia00/revanced-patches/releases/tag/v5.13.1-dev.2)] ([b73819f](b73819f))
* **YouTube - Swipe controls:** Add `Speed and seek gestures delay` setting to defer horizontal swipe gestures to prevent conflict with pinch-to-zoom ([8dfd715](8dfd715))
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.9 to 25.0.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.2.9...v25.0.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@3a9db7e...5f858e3)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ff1e136)
# [3.15.0-dev.4](v3.15.0-dev.3...v3.15.0-dev.4) (2025-12-09)

### Features

* Align with RVX [[v5.14.1-dev.2](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.2)] ([2790767](2790767))
* **YouTube - Custom branding icon:** Add `Xisr Winter` icon ([#1300](#1300)) ([2fb13f0](2fb13f0))
… `Speed and seek gestures delay`

This setting now applies to all swipes, vertical and horizontal, and adds a necessary adjustable delay to correctly detect multitouch gestures such as pinch-to-zoom, preventing accidental actions related to brightness, volume, speed, and seeking.
# [3.15.0-dev.5](v3.15.0-dev.4...v3.15.0-dev.5) (2025-12-09)

### Features

* **YouTube - Swipe controls:** Add `Swipe gestures delay` instead of `Speed and seek gestures delay` ([90dcc64](90dcc64))
…ng for delay

Previously, the delay logic unconditionally intercepted swipe events, which prevented natural scrolling (e.g., in the description panel, comments) even when the touch was outside valid swipe zones. This change ensures the touch is within the correct zone for the detected direction before applying the delay.
# [3.15.0-dev.6](v3.15.0-dev.5...v3.15.0-dev.6) (2025-12-11)

### Bug Fixes

* **YouTube - Swipe controls:** Validate swipe zones before intercepting for delay ([46480ca](46480ca))
* **YouTube:** External downloader was not selectable ([6752d2a](6752d2a))

### Features

* Align with RVX [[v5.14.1-dev.3](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.3)] ([d1f40ad](d1f40ad))
* **Reddit:** Add `Translations` patch ([d0ab25e](d0ab25e))
semantic-release-bot and others added 2 commits December 28, 2025 18:28
# [3.15.0-dev.8](v3.15.0-dev.7...v3.15.0-dev.8) (2025-12-28)

### Bug Fixes

* **YouTube Music:** Fix crashes on Android 5-6 ([#1321](#1321)) ([d13adb5](d13adb5))

### Features

* Align with RVX [[v5.14.1-dev.8](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.8)] ([e97a77d](e97a77d))
* **YouTube - Custom branding icon:** Add `Xisr Aurora`, `Xisr Evergreen` & `Xisr White` icons ([#1320](#1320)) ([f945cb7](f945cb7))
@anddea anddea marked this pull request as ready for review January 1, 2026 18:58
@anddea anddea merged commit f261d3b into main Jan 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants