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/spec/unit
Qingping Hou 9b7aba3fba fix: override readerhighlight hold in readerfooter
Also fix touch zone dependency graph generation code.

ReaderHighlight has now been migrated to use touch zone

Inputcontainer's touch event handling logic changed to only stop
propagation when handler returns `true`. Previously, it stops
propagation when a handler is found. This is needed to support
both readerhighlight_tap and tap_forward touch zones.
7 years ago
..
benchmark.lua fix all the tests 8 years ago
cache_spec.lua fix all the tests 8 years ago
commonrequire.lua fix: override readerhighlight hold in readerfooter 7 years ago
dbg_spec.lua fix unit test of readerlink and readerpaging 8 years ago
defaults_spec.lua chore: rename SetDefaults:SaveSettings 8 years ago
depgraph_spec.lua fix: override readerhighlight hold in readerfooter 7 years ago
device_spec.lua chore: move kobo specific code into kobo/device.lua 8 years ago
docsettings_spec.lua Add readhistory_spec / docsettings_spec 8 years ago
document_spec.lua fix all the tests 8 years ago
eink_optimization_spec.lua test(chore): remove side effects 7 years ago
filemanager_spec.lua filemanager(refactor): use purge method from docsettings 8 years ago
font_spec.lua dbg(add): guard method to toggle assert at based at runtimemode 8 years ago
gesturerange_spec.lua test(chore): remove side effects 7 years ago
httpclient_spec.lua test(chore): remove side effects 7 years ago
imagewidget_spec.lua fix all the tests 8 years ago
koptinterface_spec.lua various test/coverage optimization 8 years ago
kosync_spec.lua test(chore): remove side effects 7 years ago
luasettings_spec.lua Automatically connect WIFI after Kobo has been resumed (#2215) 8 years ago
network_manager_spec.lua unload network manager package to ensure it is initialized correctly. 8 years ago
networksetting_spec.lua kobolight(refactor): move into plugin & only enable for kobo 8 years ago
nickel_conf_spec.lua test(fix): clean up after screenshot test 8 years ago
opds_spec.lua test(chore): remove side effects 7 years ago
random_spec.lua Update KOSyncClient 8 years ago
readerbookmark_spec.lua filemanager(refactor): use purge method from docsettings 8 years ago
readerdictionary_spec.lua fix all the tests 8 years ago
readerfooter_spec.lua footer(refactor): various bug fixes and optimizations 8 years ago
readerhighlight_spec.lua test(fix): update tests for default scroll mode 8 years ago
readerlink_spec.lua footer(refactor): various bug fixes and optimizations 8 years ago
readerpaging_spec.lua readerpaging(fix): handle edge cases where paging pan will crash the reader 8 years ago
readerrolling_spec.lua readerrolling(fix): do not emit PageUpdate event until document is ready 8 years ago
readersearch_spec.lua accommodation of EPUB spec for new crengine 8 years ago
readertoc_spec.lua accommodation of EPUB spec for new crengine 8 years ago
readerui_spec.lua filemanager(refactor): use purge method from docsettings 8 years ago
readerview_spec.lua fix unit test of readerlink and readerpaging 8 years ago
readhistory_spec.lua readerpaging(fix): handle edge cases where paging pan will crash the reader 8 years ago
screenshoter_spec.lua fix broken unit tests on Travis CI 8 years ago
spore_spec.lua test(chore): remove side effects 7 years ago
textboxwidget_spec.lua dictquicklookup(fix): use self.region for matching hold event 8 years ago
touch_probe_spec.lua refactoring utils to tools as discussed in #2197 8 years ago
uimanager_bench.lua add tests for scheduler 9 years ago
uimanager_spec.lua uimanager(fix): handle stack change in close 8 years ago
util_spec.lua evernote: ReadHistory integration and text file output (#2498) 7 years ago
verbose_print.lua verbose unit test log so that we have a clue when there is segfault 9 years ago
widget_inputcontainer_spec.lua fix: override readerhighlight hold in readerfooter 7 years ago
widget_menu_spec.lua progresswidget(fix): ignore nil self.last 8 years ago
widget_progresswidget_spec.lua progressbar(fix): persist progressbar visibility 8 years ago