Qingping Hou
1605409c60
rename runtimectl to document/canvascontext
2019-03-03 13:10:45 +01:00
Qingping Hou
adb5d5a52c
use screen for UI color control
2019-03-03 13:10:45 +01:00
Qingping Hou
4d8da96177
fix test
2019-03-03 13:10:45 +01:00
Qingping Hou
e29c2275ef
add check command to kodev
2019-03-03 13:10:45 +01:00
Qingping Hou
855c8c2569
add dummy device & rename runtimectl:setDevice to runtimectl:init
2019-03-03 13:10:45 +01:00
Qingping Hou
8513778990
decouple device from koptinterface
2019-03-03 13:10:45 +01:00
Qingping Hou
b1f94f9afa
decouple device from credocument
2019-03-03 13:10:45 +01:00
Qingping Hou
d749591984
decouple device from pdfdocument, font & bgr checking
2019-03-03 13:10:45 +01:00
Qingping Hou
9e57e56f95
decouple UI definitions from document modules
2019-03-03 13:10:45 +01:00
Qingping Hou
02eca23649
decouple device from document modules
2019-03-03 13:10:45 +01:00
Frans de Jonge
2ba480b41d
[UX] Gesture manager: add action - file search ( #4720 )
...
Also makes it callable from the reader.
Fixes #4717 .
2019-03-03 12:43:09 +01:00
NiLuJe
bb3f49a566
[feat, Kobo] On Kobo, drop fb to 8bpp on startup ( #4637 )
...
* The Great 8bpp Experiment
Swap to 8bpp on Kobo, because we're 'effing grayscale, for pete's sake!
* Always swap to 8bpp, no matter the launch method.
Because it turned out that, even when restarting Nickel, we had to
restore the expected bitdepth ourselves, because pickel/Nickel didn't do
the job completely.
(I'm going to guess the grayscale flag wasn't getting flipped properly).
* Dither every non-transparent icon to the eInk palette
* Make sure hasBGRFrameBuffer is only enabled when the Kobo fb actually is
@ 32bpp...
* Re-process badly grayscaled icons
* And re-grayscale that one w/ gamma correction so the squares show up
better.
* Allow the fbdepth switch to be disabled (in Developer settings).
Also, allow setting debug mode that way.
Also, forcibly disable verbose logging when disabling debug.
* Update setting name to piggyback on the existing check in reader.lua
* Update icons postprocessing info
2019-03-03 12:31:55 +01:00
Martín Fernández
be407d1059
[Android] Disable ota updates on fdroid builds
2019-03-03 11:47:52 +01:00
Martín Fernández
ae0861eda8
[Android] Set flavor at build time
2019-03-03 11:47:52 +01:00
Frans de Jonge
42346d8197
[Android] Bump luajit-launcher for build flavors ( #4719 )
...
See https://github.com/koreader/android-luajit-launcher/pull/126
2019-03-03 11:05:22 +01:00
poire-z
3059ad8bce
Fix "fonts test HTML document" styles ( #4718 )
...
Needed some update after we made htm.css obsolete and
use epub.css instead.
2019-03-03 09:16:27 +01:00
Frans de Jonge
c1b4085b93
[UX] Add cropping: none mapped to page width zoom ( #4696 )
...
Fixes #1923 .
2019-03-03 08:57:20 +01:00
poire-z
93422d05f4
[UX] Gesture manager: add action - clear location history ( #4716 )
...
Also show notification when previous_location can't go
back because the location stack is empty.
2019-03-02 22:55:09 +01:00
Frans de Jonge
5b30ea1920
[fix, UX] Common menu & info menu: switch to dofile ( #4713 )
...
Require is kept in memory, including the modifications made to it by MenuSorter. This can cause trouble when switching between the FileManager and Reader.
Fixes #4703 .
2019-03-02 21:45:12 +01:00
Frans de Jonge
e96ac7e7dc
[UX] Gesture manager: add action - fulltext search ( #4715 )
...
Fixes #4687 .
2019-03-02 21:36:30 +01:00
Frans de Jonge
c9de46d656
[UX] Gesture manager: add action - follow nearest link ( #4714 )
...
Start your gesture on the link to follow it.
Defaults to southeast, northeast.
References https://github.com/koreader/koreader/issues/4687
See https://github.com/koreader/koreader/issues/4687#issuecomment-468827385
2019-03-02 21:23:40 +01:00
tob1az
b910f27201
bump base: PocketBook resume freeze fix ( #4712 )
2019-03-02 18:45:55 +01:00
poire-z
279ffbab43
Fix slow keyboard when double tap not disabled ( #4711 )
...
[fix, UX] Fix slow keyboard when double tap not disabled
When double tap is not disabled (only ensured in ReaderRolling),
repeated key hits were slowed down by it. This ensures
Input widgets that temporarily overrides it to be disabled
are satisfied.
2019-03-02 16:50:07 +01:00
Frans de Jonge
614cbb509d
[fix] ReaderFooter: Don't hide progressbar if it's the only ticked option ( #4648 )
...
Fixes #3914 .
Cf. #3056 .
2019-03-02 15:06:26 +01:00
Frans de Jonge
e4319ddaea
[feat, UX] Gesture manager: add support for diagonal swipes ( #4710 )
...
NB The north east and north west arrows are swapped, see https://github.com/koreader/koreader/issues/4707
2019-03-02 14:38:40 +01:00
Frans de Jonge
57ce8dc574
[UX] Gesture manager: add action - show dictionary/Wikipedia ( #4699 )
...
References #4687 .
2019-03-02 13:29:10 +01:00
Frans de Jonge
ab53d798e5
[UX] GestureDetector: add diagonal multiswipes ( #4704 )
...
Multiswipes consisting of mixed straight and diagonal strokes are not dependable and too easy to mess up, but making them mutually exclusive seems to work out quite well.
2019-03-02 13:22:44 +01:00
poire-z
779909343c
[UX] ButtonProgressWidget: thin grey buttons instead of black ( #4700 )
...
May help with ghosting when closing bottom dialog,
and fit better with the other grey toggles.
2019-03-02 12:24:15 +01:00
Frans de Jonge
9fb7801974
[fix] ConfigMenu cre margins hold action ( #4702 )
...
See https://github.com/koreader/koreader/pull/4691#issuecomment-468905263
2019-03-02 12:14:36 +01:00
poire-z
503e1a815c
bump base: crengine crash fix, cre footnote popup tweaks ( #4701 )
...
Includes:
- Bump libjpeg-turbo to 2.0.2
- bump crengine: fix crash on CSS "border-width: inherit"
- cre: tweak footnote popup detection
2019-03-02 00:16:27 +01:00
Frans de Jonge
d8845f8589
[fix] GestureDetector: only initiate multiswipe with clear N/S/E/W direction ( #4698 )
...
Accidentally lost while refacturing. See <https://github.com/koreader/koreader/pull/4640#issuecomment-468788986 >.
2019-03-01 21:47:45 +01:00
Frans de Jonge
cfd7fcb357
[CI] Add .codecov.yml ( #4695 )
...
This should hopefully make it stop saying commits "fail" for not reaching 70 % coverage.
2019-03-01 17:29:04 +01:00
Frans de Jonge
3aa5ebb1df
[fix] Gesture manager: most defaults should be reader-only
2019-03-01 17:01:08 +01:00
Frans de Jonge
8a1c0f6bd4
[UX] Gesture manager: add default previous/next chapter gesture
...
* Up, down, up for previous.
* Dow, up, down for next.
2019-03-01 17:01:08 +01:00
Frans de Jonge
ba4bf7243d
[chore] Deprecate TapForward/TapBackward ( #4689 )
...
Also fix previous page action in gesture manager.
2019-03-01 16:05:03 +01:00
Frans de Jonge
87b6217696
[fix, spec] readerrolling_spec: rename onDoubleTapForward/Backward to GotoNextChapter/PrevChapter ( #4693 )
...
See https://github.com/koreader/koreader/pull/4692#issuecomment-468689490
2019-03-01 15:56:05 +01:00
Frans de Jonge
89fe3e3051
[spec] Fix defaults_spec
...
Updated for https://github.com/koreader/koreader/pull/4691
Also the assert.is_same() argument order was wrong.
The first argument is expected, the second the real-life result.
Otherwise the error message in case of failure is misleading.
2019-03-01 15:26:25 +01:00
Frans de Jonge
1d1dc74290
[UX] creoptions: add more margin values
...
Fixes #4684 .
2019-03-01 15:26:25 +01:00
poire-z
1e4469fec2
[UX] Gesture manager: add actions - prev/next chapter ( #4692 )
...
Also adds rudimentary support for these in ReaderPaging.
2019-03-01 14:54:38 +01:00
Frans de Jonge
1475acdae7
[UX] Gesture manager: add action - go to ( #4690 )
...
Cf. <https://github.com/koreader/koreader/issues/4687 >.
2019-03-01 12:59:39 +01:00
Frans de Jonge
332fa642e3
[UX] Gesture manager: add action - toggle reflow ( #4688 )
...
Cf. https://github.com/koreader/koreader/issues/4687
2019-03-01 10:38:29 +01:00
Martín Fernández
97c6c1244f
add support for likebook mimas e-ink updates ( #4686 )
2019-03-01 08:36:10 +01:00
Frans de Jonge
4547b2d65f
[fix] GestureDetector: add PAN_DELAYED_INTERVAL ( #4666 )
...
When multiswipes are enabled, this fixes the long-standing complaint that swiping to open the menu could unintentionally trigger some light panning. With the introduction of multiswipes, this problem has become more noticeable.
2019-02-28 23:49:23 +01:00
Frans de Jonge
96823df503
[UX] Navigation settings for all devices ( #4680 )
...
Before multiswipes and the gesture manager this was impractical on touch-only devices, but no more!
Also includes some minor textual clarifications on some of the settings.
2019-02-28 22:38:24 +01:00
Frans de Jonge
060902534d
[fix] Gesture manager: more logical position for file browser ( #4679 )
...
See https://github.com/koreader/koreader/pull/4678#issuecomment-468378040
2019-02-28 20:50:43 +01:00
Frans de Jonge
db0467c9f0
[UX] Introduce Taps & Gestures menu ( #4677 )
...
This more logically groups together various settings related to taps and gestures.
Cf. <https://github.com/koreader/koreader/pull/4655#issuecomment-466808273 >.
2019-02-28 20:42:00 +01:00
Frans de Jonge
32d813dc92
[UX] Gesture manager: add action - go to file browser ( #4678 )
...
Fixes #4676 .
2019-02-28 19:07:33 +01:00
Frans de Jonge
a1f7f25eaf
[chore, UX] Migrate Screen menu to MenuSorter & put Screensaver under Screen ( #4675 )
...
Doing more of this is the general purpose of MenuSorter, after all.
This is making some space for a new `Taps and gestures` menu, see <https://github.com/koreader/koreader/pull/4655#issuecomment-466808273 >.
2019-02-28 18:32:11 +01:00
Frans de Jonge
cd3ca88316
[spec] Even more TimeVal coverage ( #4674 )
2019-02-28 17:31:39 +01:00
Frans de Jonge
75501d5f83
[fix] ReaderGesture: enable/disable multiswipes without restarting ( #4673 )
2019-02-28 16:27:09 +01:00