Commit Graph

68 Commits (9bd2d428340004cfb6fcdc1bc900b02bd0c8ff1d)

Author SHA1 Message Date
chrox 493c887829 fix travis testfront 8 years ago
Qingping Hou 71ef994318 test: add nickle conf spec 8 years ago
Qingping Hou d1ca8bc494 fix(filemanager): delete document with settings 9 years ago
Qingping Hou 722eaed4b2 feat: docsettings:getSidecarDir 9 years ago
Qingping Hou 3b92bdc084 feat: support screenshot in filemanager 9 years ago
Qingping Hou 5aefb41631 fix readerfooter spec 9 years ago
Qingping Hou ab98097e72 add tests for scheduler 9 years ago
Qingping Hou 55234ef899 fix: read stats crashes pdf/djvu documents 9 years ago
chrox 19979fb8f8 postpone loading of httpclient module in unit test 9 years ago
chrox 54f5166254 add koptinterface spec 9 years ago
chrox 429eeed372 verbose unit test log so that we have a clue when there is segfault 9 years ago
Qingping Hou cdd17906f6 refactor: ui/font:getFace 9 years ago
chrox f0dbd5939c fix travis build segfault hopefully 9 years ago
Frans de Jonge 6eca0be44b Spec updates for new font 9 years ago
Qingping Hou a30fe26de0 Merge pull request #1543 from chrox/plugable-turbo
disable turbo lib by default
9 years ago
chrox a59621953d use turbo library in coverage test 9 years ago
chrox c7cac7b333 disable turbo lib by default 9 years ago
chrox 1fcc425eac regression test to safeguard droid sans fallback 9 years ago
chrox a4404cfb10 Add missing urw fonts and fix unit test 9 years ago
chrox d468b05567 Use turbo looper on Android 9 years ago
Qingping Hou 3a55edd0d5 chore: remove test tag 9 years ago
chrox 0058bc8511 Fix readerbookmark unit test 9 years ago
Qingping Hou 186673587e chore: fix some of the luacheck errors 9 years ago
chrox 932df2a2f9 Refactor out string.gsplit to util.gsplit 9 years ago
chrox 2f2611af42 fix Travis test 9 years ago
chrox 3984d5b31d disable debug in unit test 9 years ago
chrox d08e22ec2e add simple sync service as a plugin
The 'KOSync' plugin will synchronize furthest reading progress
across different koreader devices after users registering their
devices.

The synchronizing service is open-sourced as the project
[koreader/koreader-sync-server](https://github.com/koreader/koreader-sync-server).
9 years ago
chrox 9ab6224963 add lua Spore to build REST client 9 years ago
chrox d7faba5b5c request from async http client only accept one callback
and error should be checked in the callback
9 years ago
chrox 0191dc6530 revert busted to v1.10.0 to avoid segmentation fault in testing 9 years ago
chrox 4053b5adac fix unit test with latest busted 9 years ago
chrox e74d1fa557 turn off debug in unit test 9 years ago
chrox 9299b9a5e8 add async http client
it uses non-blocking turbo I/O looper to process http request
so that multiple http request can be handled simultaneously and http request
won't block user input, and most importantly, in Lua's way.
9 years ago
chrox 5c9a9198fb add Document:fastDigest method to calculate document hash without performance overhead 9 years ago
chrox 07ff30f89c add md5:update and md5:sum methods 9 years ago
Qingping Hou f1d44ec809 test: add imagewidget_spec 10 years ago
chrox 4f35834b2e wrap computation intensive functions in hook free env when makeing coverage test
so that Travis CI job won't fail because of timeout.
10 years ago
chrox d6c4465c47 fix coverage test fails on OPDS browser module
for some reason luxl.lua has problem when being set hook for luacov
10 years ago
Frans de Jonge 47d7a48555 OPDS: refactored unit test and fixed a minor bug with undefined image_rel 10 years ago
Frans de Jonge c25254a7ec OPDS: embryonic unit test for OPDS browser
This initial seed specifically tests against what recently broke in Gutenberg and FeedBooks.
10 years ago
chrox fe885be563 refactoring readerbookmark to show both bookmarks and highlights
in the bookmark menu
and use binary search of the sorted bookmarks table whenever is
possible.
10 years ago
chrox 08dff3a158 turn off debug in unit test by default
Uncommnet the `DEBUG:turnOn()` line to turn it on.
10 years ago
chrox 08f0f14ba3 fix dictionary spec 10 years ago
chrox 566586619a add unit tests for readerdictionary and readerhighlight 10 years ago
chrox 033ffb1d0f update readersearch and readertoc specs as crengine is updated 10 years ago
chrox b80dd1f966 add fulltext search for PDF documents 10 years ago
Hans-Werner Hilse 841e8bd9fa add test for md5 implementation 10 years ago
chrox 616ef3ba8e quit uimanager before run uimanager in test 10 years ago
chrox ae1dd3b380 screenshot to PNG files by default 10 years ago
chrox bd0975896d add fulltext search for EPUB documents 10 years ago