You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui
chrox 9ab005a1d3 fix unit test of readerlink and readerpaging
and have more confidence with the unit testing framework.

Now `make testfront` won't retry on failure and testing files are
ordered in each run so that it's possible to reproduce testing failure.

And this patch also fix flush settings not working before suspend issue:
at some point the `FlushSettings` event is sent to `UIManager` instead
of `ReaderUI`, but `UIManager` only delegated events to active widgets
and `ReaderUI` is actually not an active widgets thus will miss the event.

This patch also add a verbose debug mode with "-v" as a switch to turn
on this mode. With verbose mode on, event handling will be logged.
8 years ago
..
data fix some luacheck warnings 8 years ago
elements Add a network info page (#2187) 8 years ago
message more luacheck fixes 8 years ago
network Add a network info page (#2187) 8 years ago
widget fix unit test of readerlink and readerpaging 8 years ago
downloadmgr.lua minor: various luacheck fixes 8 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua minor: various luacheck fixes 8 years ago
geometry.lua minor: various luacheck fixes 8 years ago
gesturerange.lua multi-touch: add tests for gesturerange moudle 8 years ago
language.lua chore: fix some of the luacheck errors 9 years ago
opdsparser.lua minor: various luacheck fixes 8 years ago
otamanager.lua feat: add network management UI for kobo 8 years ago
rendertext.lua disable jit on some modules on android 8 years ago
screensaver.lua screensaver(fix): add back menu toggle to support screensaver folder 8 years ago
timeval.lua minor: various luacheck fixes 8 years ago
translator.lua minor: various luacheck fixes 8 years ago
uimanager.lua fix unit test of readerlink and readerpaging 8 years ago
wikipedia.lua minor: various luacheck fixes 8 years ago