Frans de Jonge
ab1132e885
[UX] Gesture manager: re-order actions, add Skim option ( #4654 )
...
Also move multiswipes_enabled setting reading into init(),
to avoid it taking effect only after next restart.
2019-02-24 15:12:01 +01:00
Frans de Jonge
91b83c5176
[UX] Gesture manager: delete custom gestures and update menu ( #4652 )
...
Include a safety check to prevent rerecording an existing gesture.
Also extend the default set of gestures to include all of them, and add east south west north for refresh. (I've always thought small diagonal swipe to be rather awkward to trigger.)
See https://github.com/koreader/koreader/pull/4644#issuecomment-466743715 and https://github.com/koreader/koreader/issues/4651 regarding the menu update.
2019-02-24 12:29:49 +01:00
Frans de Jonge
92174815a8
[fix] ReaderGesture: don't crash without custom gestures ( #4645 )
...
Silly oversight in https://github.com/koreader/koreader/pull/4644 .
Also remove unused util because apparently CircleCI didn't run on the other PR when it should've.
2019-02-22 21:31:22 +01:00
Frans de Jonge
2e255a1abd
[feat, UX] Add multiswipe recorder ( #4644 )
2019-02-22 20:59:32 +01:00
Frans de Jonge
6246d44068
[fix] Gesture manager: actually register multiswipe ( #4643 )
...
Accidentally broken in https://github.com/koreader/koreader/pull/4623
Also see https://github.com/koreader/koreader/pull/4640#issuecomment-466443328
2019-02-22 16:56:22 +01:00
Frans de Jonge
9a92792551
[feat, UX] Gesture manager: add option - open previous document ( #4641 )
...
Fixes #4333 .
2019-02-22 16:29:19 +01:00
Frans de Jonge
a2c47b35de
[UX] Gesture manager: add paged zoom gestures ( #4610 )
...
References #4333 .
2019-02-20 13:45:14 +01:00
Frans de Jonge
13d4ead330
[fix] Gesture manager: check multiswipe defaults ( #4623 )
...
Pointed out by @poire-z
Also add default previous location action for left, right.
2019-02-20 09:34:44 +01:00
Frans de Jonge
635927269d
[feat] ReaderGesture: add multiswipe support ( #4607 )
...
This basic initial implementation offers an introductory message
on the first multiswipe with the option to disable, as well as
a few example multiswipes.
Custom multiswipes can be added to `settings/multiswipes.lua`.
2019-02-17 21:38:02 +01:00
Frans de Jonge
1623acc007
[UX] ReaderGesture: add option - toggle rotation
2019-02-16 22:13:19 +01:00
Frans de Jonge
e4b4680b04
[UX] ReaderGesture: add option - show history
2019-02-16 22:13:19 +01:00
Frans de Jonge
45b87307b4
[UX] ReaderGesture: add option - suspend action
2019-02-16 22:13:19 +01:00
Frans de Jonge
333f8658bb
[UX] ReaderGesture: add back to previous location as an option ( #4600 )
...
See https://github.com/koreader/koreader/issues/4333#issuecomment-464361133
2019-02-16 18:20:30 +01:00
NiLuJe
5eb4fc5c2d
[UX] Add Prev/Next page actions to GestureManager ( #4570 )
...
c.f., https://www.mobileread.com/forums/showthread.php?t=315023
2019-02-09 16:28:22 +01:00
NiLuJe
d113cb9475
A few Kobo input tweaks ( #4450 )
...
* Fix the Touch input probe on Trilogy devices that depend on the touch_probe_ev_epoch_time quirk (fix #630 )
* Expose a "Pageturn button inversion" feature in the Navigation menu (for all devices with keys) (fix #4446 )
* Allow ignoring the accelerometer on the Forma (Screen > Ignore accelerometer rotation events; also available from the Gesture Manager) (fix #4451 )
* Fix SleepCover handling on the Forma (fix #4457 )
* Make isWifiOn a tiny bit more accurate (check the actual WiFi module instead of sdio_wifi_pwr)
* Move all flash related Screen options to the eInk submenu
2019-01-08 02:59:47 +01:00
Frans de Jonge
b5911076bc
[fix, lang] Bottom left/right adjective order ( #4301 )
...
Also put left first, which seems more logical.
2018-11-02 10:35:41 +01:00
Robert
b9baa10d22
Minor changes of gesture manager ( #4257 )
2018-10-05 20:20:00 +02:00
Robert
949c856447
Gesture manager - fix refresh switch to night mode ( #4252 )
2018-10-01 20:24:10 +02:00
Robert
046a47ff98
Gesture manager - fix ( #4251 )
...
* remove comment from buildMenu
* updateFooter in full refresh
2018-10-01 13:00:12 +02:00
Robert
dc5a479b66
Gesture manager (initial) ( #4240 )
...
Manager supports separate gestures for the file manager and the reader. Gestures from the manager have a higher priority than built-in gestures.
Settings available in Gear -> Device -> Gesture manager
2018-09-29 23:15:57 +02:00