Commit Graph

4633 Commits (1683023f2c78bdca9af1e655d37aa4eac9ae6e62)
 

Author SHA1 Message Date
chrox ebdd374c93 Add 'input page number' function in filemanager
by holding on the page info label at the buttom of the filemanager
10 years ago
chrox bb164c1deb Load our own shared libraries if possible
This should fix #1482.
10 years ago
Qingping Hou ded6b89f4c Merge pull request #1473 from chrox/swipe_go_back
Add option to disable swipe to go back and various other fixes
10 years ago
chrox 33614a3a24 Fix #1457 10 years ago
chrox 263309d0f3 Add option to disable swipe to go back
and add a menu entry "Go back".
This should fix #1443.
10 years ago
chrox 46fc335b36 Add GCC version requirement 10 years ago
HW 9e1178a86a Merge pull request #1471 from chrox/minibar_goto
Popup goto dialog only when holding on visible status bar and various fixes
10 years ago
chrox 625b184b8e Fix travis build 10 years ago
chrox 92b9a568f2 Reflect that multiple PocketBook devices are supported 10 years ago
chrox 6f4bbe3b1d Statically link libstdc++ for all shared libraries
This should fix #1469 and #480.
10 years ago
chrox c2924abac4 Fix OCR fails on native djvu pages
The page_width and page_height were always 600 and 800 before this patch
rendering the OCR engine confused.

This should fix #1379.
10 years ago
chrox 68e1b6ea19 Fix docToWindowRect fail for the last word of a line
when floating punctuation is off.

This should fix #1206 and #1369.
10 years ago
chrox e7e3f6d96c update koreader-base 10 years ago
chrox cfffb44c9d Fix no hardware key bindings on Android 10 years ago
chrox 0788709f26 Popup goto dialog only when holding on visible status bar 10 years ago
Qingping Hou 34423f8419 Merge pull request #1468 from chrox/fix_kobo_crash
Fix kobo crash
10 years ago
chrox 946f527bb5 Remember scroll mode in flipping mode
This is a follow-up workaround on #1439.
10 years ago
chrox b33b1c3f4f Fix crash on some Kobo firmware
This should fix #1466.
10 years ago
Qingping Hou 34377cde49 Merge pull request #1465 from chrox/fix_kindle_kosync
Fix freeze when registering for KOSync on Kindle
10 years ago
chrox 2f2611af42 fix Travis test 10 years ago
chrox e416a58cd7 add missing refactoring of json parser for calibre plugin 10 years ago
chrox 8836225cec fix freeze when register for KOSync on Kindle 10 years ago
chrox 82393f0ed3 fix loading frontend/JSON.lua for json.lua on Kindle
The VFAT file system of `/mnt/us` is case insensitive so that
require("json") from Spore which intends to load luajson module in
rock directory actually will load `frontend/JSON.lua`, the two JSON
parser libraries have slightly different APIs.

This patch remove the pure Lua JSON library in favor of `luajson` which
uses LPeg pattern marching backend for better performance.
10 years ago
HW db32125486 Merge pull request #1464 from chrox/fix_1462
fix #1462
10 years ago
chrox ff3a42e503 typo fix of #1462 10 years ago
Qingping Hou e9dd60c02e Merge pull request #1461 from chrox/disable_android_turbo
disable Turbo on Android
10 years ago
chrox d3bb0d159a disable Turbo on Android to save precious mcode
This is a workaround to fix #1456.
10 years ago
chrox a38d851a15 mcode force allocation on Android is now optional
Anyone who encounters random freeze of koreader for Android
is encouraged to enable this by adding a file at
"/sdcard/koreader/patch.lua" with the content of:
```
require("jit.opt").start("sizemcode=256","maxmcode=256")
for i=1,100 do end  -- Force allocation of one large segment
```
The sizemcode and maxmcode could be adjusted from 196 to 512 to
make koreader best fit on your Android device.
10 years ago
Huang Xin 5bb3b0ef89 Merge pull request #1460 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger bcd37e83a2 Added Gitter badge 10 years ago
Qingping Hou f48a952c4d Merge pull request #1455 from chrox/dynamic_configpanel
Dynamic config panel
10 years ago
chrox 72012e97e1 disable reflow options when reflow is not ON
This should also fix #1061.
10 years ago
chrox dac9c85c3b fix show sync dialog on same page for PDF 10 years ago
HW a4166dc3f1 Merge pull request #1454 from chrox/sync_progress
fix libssl loading in turbo
10 years ago
chrox 9b9f1ceb0d fix libssl loading in turbo 10 years ago
HW dba74a3584 Merge pull request #1453 from chrox/sync_progress
hot fix #1452
10 years ago
chrox 86af497d2d hot fix #1452 10 years ago
Qingping Hou 2aebba97f2 Merge pull request #1448 from chrox/sync_progress
add progress sync plugin and various fixes
10 years ago
chrox 90a5e09bdc disable highlight in dict window if it's highlighted already
This should fix #1418.
10 years ago
chrox 2ad21dcaa2 only strip punctuations when highlight to search
This should fix #1419.
10 years ago
chrox 83cad1c61c larger page margin as a workaround to fix #1422 10 years ago
chrox f92da6c14c fix #1432 10 years ago
chrox daeefff741 fix #1433 10 years ago
chrox 69e6b6b9cb hold on directory in filemanager can set the it as HOME directory
and this "HOME" directory will override the command line option passed to
koreader.

This patch implements #1434.
10 years ago
chrox 3224eb1797 fix inproper variable name for pages left 10 years ago
chrox 992e769aaf support goto relative page number
We can input relative page number now in the reader goto dialog.
Goto "+4" will page forward 4 pages and goto "-4" will page
backward 4 pages.

This implements #1437.
10 years ago
chrox ea76d91ed4 save zoom mode in flipping mode
This is a workaround to fix #1439.
10 years ago
chrox 35abf4bfaf move minibar configurations to reader menu
and fix #1446 by adding progress percentage in minibar.
10 years ago
chrox cf124eb72f refresh menu instead of closing if menu item is a check option 10 years ago
chrox c7d4df806a fix loading shared library on Android
This should fix #1447 and maybe also #1416.
10 years ago