NiLuJe
b5d3305876
A few e-Ink flash rate QoL tweaks ( #6528 )
...
* Add an option to *always* flash on chapter boundaries
* Optionally, in flash on chapter boundaries mode, also flash on the *second* page of a chapter.
(There's often a large river at the top of the page on a chapter's first page)
* In CRe, request a flashing update when there is significant image content on the page.
* Register all refresh rate related options in Dispatcher, making them available in Gestures & Profiles.
2020-08-21 14:33:08 +02:00
yparitcher
6671d984ed
SetNightMode event & Night Mode refresh rate ( #6386 )
...
If the user has not set a separate refresh rate for night mode
the default one will be used, as was the previous behavior
Closes : #5019
Closes : #6094
2020-07-17 08:54:21 +02:00
NiLuJe
1f994f8ede
Floor dimension computations (mul/div). ( #6264 )
...
* floor most every dimension computations involving MUL or DIV
Should avoid passing nonsensical floating point coordinates/dimensions
to the UI code.
* Update base
* https://github.com/koreader/koreader-base/pull/1113
* https://github.com/koreader/koreader-base/pull/1114
* https://github.com/koreader/koreader-base/pull/1115
* Bump android-luajit-launcher
https://github.com/koreader/android-luajit-launcher/pull/230
https://github.com/koreader/android-luajit-launcher/pull/231
2020-06-13 01:56:36 +02:00
Robert
d9018faa5a
[UX] Option to never full refresh ( #5227 )
...
Closes #5190 .
2019-08-20 15:36:06 +02:00
Martín Fernández
717184f1d6
move e-ink related settings to a submenu ( #4246 )
2018-10-10 21:34:47 +02:00
Robert
6abc1262dd
Screen refresh between chapters ( #3989 )
2018-05-30 00:28:47 +02:00
Hans-Werner Hilse
2f9386cd69
move refresh menu table out of UIManager
...
no need to clutter a core file of the whole UI concept with definitions
of UI elements
2014-11-30 00:15:17 +00:00