Skip to content

Commit 97a7deb

Browse files
authored
feat: Enable horizontal seek gesture summary (#2224)
1 parent 4de399d commit 97a7deb

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
1010
- `Fixed` - for any bug fixes.
1111
- `Other` - for technical stuff.
1212

13+
## Unreleased
14+
15+
### Added
16+
17+
- Added a description for the horizontal seek gesture setting ([@kenkoro](https://github.com/kenkoro)) ([#2224](https://github.com/aniyomiorg/aniyomi/pull/2224))
18+
1319
## [v0.18.1.2] - 2025-10-28
1420
### Fixed
1521

16-
- Fix Hosters feature detection (again) ([@hollowshiroyuki](https://github.com/hollowshiroyuki)) ([#2195](https://github.com/aniyomiorg/aniyomi/pull/2216))
22+
- Fix Hosters feature detection (again) ([@hollowshiroyuki](https://github.com/hollowshiroyuki)) ([#2216](https://github.com/aniyomiorg/aniyomi/pull/2216))
1723

1824
## [v0.18.1.1] - 2025-10-26
1925
### Fixed

app/src/main/java/eu/kanade/presentation/more/settings/screen/player/PlayerSettingsGesturesScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ object PlayerSettingsGesturesScreen : SearchableSettings {
9797
Preference.PreferenceItem.SwitchPreference(
9898
preference = enableHorizontalSeekGesture,
9999
title = stringResource(AYMR.strings.enable_horizontal_seek_gesture),
100+
subtitle = stringResource(AYMR.strings.enable_horizontal_seek_gesture_summary),
100101
),
101102
Preference.PreferenceItem.SwitchPreference(
102103
preference = showSeekbar,

i18n-aniyomi/src/commonMain/moko-resources/base/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<string name="pref_controls_swap_vol_brightness">Swap volume and brightness slider</string>
112112
<string name="pref_category_player_seeking">Seeking</string>
113113
<string name="enable_horizontal_seek_gesture">Enable Horizontal Seek Gesture</string>
114+
<string name="enable_horizontal_seek_gesture_summary">Swipe left or right to rewind or fast-forward</string>
114115
<string name="pref_show_seekbar">Show seekbar when seeking</string>
115116
<string name="pref_default_intro_length">Default skip intro length</string>
116117
<string name="pref_intro_length">Skip intro length</string>

0 commit comments

Comments
 (0)