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
Hans-Werner Hilse 45cf927ee8 Fix double-check of task list
Since commit 12a76fee33, we had a potential
bug on the event mechanism:

It introduced (besides the checkTasks method itself) a second run of the
checkTasks() method. In the second run, however, scheduled events were
not taken into consideration in how long to wait for input events
afterwards.

So when the after the first run of checkTasks() there were new scheduled
tasks added to the task queue, they were not properly scheduled and
and depended on an already existing scheduled event or an input event
to trigger.

This might have led to unexpected order of execution (though the order
is not guaranteed by the task scheduling anyway!) or to events triggering
not at all until the next input event.
10 years ago
..
data Refactoring hardware abstraction 10 years ago
elements add option to turn off e-ink optimization 10 years ago
message fix run out of memory when receiving large files from Calibre 10 years ago
widget Make ScrollTextWidget updates regional 10 years ago
downloadmgr.lua fix #1034 by refactoring path chooser to a download manager 10 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua Refactoring hardware abstraction 10 years ago
geometry.lua fix #1011 10 years ago
gesturerange.lua range field in gesturerange can be function now 10 years ago
language.lua Minor English improvements. 10 years ago
networkmgr.lua Minor English improvements. 10 years ago
opdsparser.lua add OPDS support 10 years ago
otamanager.lua fix #1154 10 years ago
rendertext.lua Refactoring hardware abstraction 10 years ago
screen.lua Refactoring hardware abstraction 10 years ago
screensaver.lua fix(screensaver): lastfile will be nil for fresh installation 10 years ago
timeval.lua fix typo 10 years ago
translator.lua don't require ssl.https since it cannot yet be built for win32 10 years ago
uimanager.lua Fix double-check of task list 10 years ago
wikipedia.lua don't require ssl.https since it cannot yet be built for win32 10 years ago