Commit Graph

4132 Commits (bb164c1deb87a7e0ac411e52eef293b915c6e978)
 

Author SHA1 Message Date
chrox d1ed475b18 fix different libssl libraries used in luasec and turbo may cause segfault
now we don't use system libssl and libcrypto at all.
9 years ago
chrox def60ff828 update koreader-base to ship libssl and libcrypto on all platforms 9 years ago
chrox ae9f99744d flush setting before showing screensaver 9 years ago
chrox 064992e3c1 localizations for messages from server 9 years ago
chrox 2a373e5f5b keep plugin naming consistent 9 years ago
chrox 25c7687c7d fix koplugin on Android 9 years ago
chrox 9701a49a8c fix luarock native build for pocketbook 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
HW 56159480f2 Merge pull request #1444 from chrox/revert_busted
revert busted to v1.10.0 to avoid segmentation fault in testing
9 years ago
chrox 0191dc6530 revert busted to v1.10.0 to avoid segmentation fault in testing 9 years ago
Qingping Hou 31d4b4674f Merge pull request #1442 from chrox/async_http
add async http client
9 years ago
Huang Xin b4574a7359 fix crash on kindle 9 years ago
chrox 1e7e401715 fix luarocks install 9 years ago
chrox f62028c3ca use svg badges 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
Qingping Hou 9de7e903e2 Merge pull request #1441 from chrox/master
fix cannot login Evernote
9 years ago
chrox 04324b26bf fix cannot login Evernote 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
chrox efe8e65dd9 refactoring search path 9 years ago
HW ac77808ea5 Merge pull request #1425 from chrox/master
fix #1416
9 years ago
chrox 3cc722e368 fix #1416 9 years ago
Huang Xin b56c01c382 Merge pull request #1423 from Markismus/master
Update networkmgr.lua
9 years ago
Markismus 6e95673d80 Update koreader.sh
Forgot the export PLATFORM
9 years ago
Markismus 40202fbc6b Update koreader.sh
The commands in networkmgr.lua rely on an assigned value of PLATFORM. As discussed in #1423 this is only the case for child processes of rcS. This seems to be a fine place to check the value of PLATFORM.
9 years ago
Markismus a32c3b3879 Update networkmgr.lua
Corrected a typo.
9 years ago
Qingping Hou 169aef7879 Merge pull request #1424 from chrox/fix_android_build
update koreader-base to fix android build
9 years ago
chrox 75d58cbca0 update koreader-base to fix android build 9 years ago
Markismus 1c516603b1 Merge pull request #4 from Markismus/Markismus-patch-#939
Update networkmgr.lua
9 years ago
Markismus 5dd2fe0fae Update networkmgr.lua
Change from the commands from `wifi.sh` to those from `wifi_enable_dhcp.sh` from Tshering's Start Menu. See  Issue #939. Should resolve hanging of Kobo Aura H2O.
9 years ago
Qingping Hou 58d4c4c975 Merge pull request #1421 from chrox/fix_old_pocketbook
fix no match libglib, libssl and libcrypto in some old pocketbook firmware
9 years ago
chrox 327624e4fa fix no match libglib, libssl and libcrypto in some old pocketbook firmware 9 years ago
HW 49c8ec2efd Merge pull request #1414 from chrox/master
update K2pdfopt and MuPDF to latest versions
9 years ago
chrox 030e4b4d59 update K2pdfopt and MuPDF to latest versions 9 years ago
Qingping Hou 76efdf7ee9 Merge pull request #1413 from chrox/fix_toc_node_expand
don't expand toc node when it's parent node is collapsed
9 years ago
chrox 3a0960d391 goto current toc entry automatically when open TOC window 9 years ago
chrox 5b76805911 disable follow link by default because it may cause trouble in reflowing mode 9 years ago
chrox 1894e71b07 don't expand toc node when it's parent node is collapsed 9 years ago
Huang Xin 5545474d4e Merge pull request #1412 from lgeek/master
Fix charging detection for Kobo devices
9 years ago
Cosmin Gorgovan 41045dab99 Fix charging detection for Kobo devices
I've tested this on a N905C. I assume this implementation never
worked (since charge_now is supposed to show state of charge), but
it would be useful to get a confirmation.
9 years ago
HW 8fd44b0c18 Merge pull request #1411 from chrox/kindle_voyage_button
add page-button support for Kindle Voyage
9 years ago
chrox 906c91f0ad add page-button support for Kindle Voyage 9 years ago
Qingping Hou 82eb1682e9 Merge pull request #1408 from chrox/fix_evernote_login
various fixes
9 years ago
chrox 17f1498156 fix successively set landscape rotate the screen 9 years ago
chrox 5d79158602 fix cannot save document if exit directly after highlighting in PDF 9 years ago