Commit Graph

4483 Commits (9bd2d428340004cfb6fcdc1bc900b02bd0c8ff1d)
 

Author SHA1 Message Date
chrox 9d041fd5a3 fix FlushSettings event consumed by statistics plugin
so that ReaderUI cannot receive that event and all devices
don't flush settings when going into suspend or background.
9 years ago
Qingping Hou 9ccd1e7794 Merge pull request #1693 from chrox/fix_mcode_allocation
fix mcode allocation failure on Android
9 years ago
chrox f3dbf9ce2e move mmap workaround to android-luajit-launcher 9 years ago
chrox 3df4832265 fix mcode allocation failure on Android
This workaround makes a reservation of mmap slots that are hopefully
near the address of `mcode_alloc_at`. Then it unmaps those slots and
lets luajit allocate a large slot for mcode.
9 years ago
Qingping Hou 5dc899f5d2 Merge pull request #1684 from chrox/fix_kobo_touch_probe
fix kobo touch probe
9 years ago
Huang Xin a600e61fe2 Merge pull request #1686 from frankyifei/2015-10-22
exclude those broken kindle system fonts
9 years ago
Yifei(Frank) ZHU c955e71c84 Merge pull request #2 from chrox/frankyifei-2015-10-22
code refactoring: use hash table index instead of loop
9 years ago
chrox 55ba1450d4 code refactoring: use hash table index instead of loop 9 years ago
Huang Xin 98bf9f21fd Merge pull request #1687 from NiLuJe/master
Play with the Kobo suspend script...
9 years ago
frankyifei 86d6d46770 add isKindle check 9 years ago
NiLuJe f9925a8c82 Play with the Kobo suspend script...
Because apparently it's not behaving as it should? IDK...
9 years ago
frankyifei 1f14a9e80d try to exclude those broken system fonts
these fonts can not be used by freetype and will cause hang up
9 years ago
chrox 42d139ce07 enlarge maximum cache size to reflect hardware development in the last 4 years
Actually I'm not sure if the hardware manufacturers double their RAM in
the last 4 years. Moore's law? Are you kidding me?
This should close #1672.
9 years ago
chrox fb073c4d63 fix kobo touch probe
The KOBO_TOUCH_MIRRORED is only used when init input device,
after the initialization setting it will have no effect on the
event adjust hook.
9 years ago
Qingping Hou 46aed752c7 Merge pull request #1680 from erosennin/opds-title
OPDS: fix parsing entry titles on ManyBooks (and possible other sites)
9 years ago
Qingping Hou 8cff0f3ba9 Merge pull request #1679 from erosennin/opds-author
OPDS: include author's name into the file name
9 years ago
Andrey Golovizin 63e0605080 OPDS: fix entry titles on ManyBooks 9 years ago
Andrey Golovizin dbac03e5f4 OPDS: include author's name into the file name 9 years ago
Frans de Jonge 91eba533ba Merge pull request #1678 from chrox/lookup_in_dict
hold to lookup word in dict window
9 years ago
chrox 2216ddd796 hold to lookup word in dict window
This should close #1541.
9 years ago
Qingping Hou b6298d78d9 Merge pull request #1676 from chrox/kobo_touch_probe
fix #1608 by adding touch coordinates detection
9 years ago
chrox a284ca147f l10n for modules in utils 9 years ago
chrox 5cbbac6b43 fix typo 9 years ago
chrox 9654e9ce6c fix #1608 with touch coordinates detection
Some kobo touch devices have X Y coordinates in touch events swapped.
This patch provides a GUI to probe if the device needs to swap the XY.
The Kobo Touch users will be directed to tap on the upper right corner
of the screen and the probe will check if the X value is smaller than
the Y value in the tap event.
9 years ago
chrox a043d8873b use grayscale instead of RGB color space for icons 9 years ago
Huang Xin cc230f0300 Merge pull request #1674 from NiLuJe/master
Minor fixes
9 years ago
NiLuJe 29f14491e1 Forgot this bit in a previous commit. 9 years ago
NiLuJe bfb2ee703a Force poll the battery when showing the menu.
Making sure to always show up to date info.

Also fix the battery polling cache invalidation logic to actually
work?
Should make it behave properly on devices where we handle resuming
ourselves.
9 years ago
NiLuJe 5979f9f855 Better and more complete status bar handling.
When runnning from KUAL on FW >= 5.6.5
9 years ago
NiLuJe 55fa3db6a1 Minor tweak to handle FW 5.6.5 better...
When launching KOReader with the framework up from KUAL...
Our gentle hide/unhide method doesn't work anymore, which leads to
various issues, the most obvious being not getting a refresh to the
default UI on exit...
9 years ago
Qingping Hou de1336d04b Merge pull request #1671 from NiLuJe/master
Update base
9 years ago
NiLuJe 67f884ce15 Really unbreak base. 9 years ago
NiLuJe 92c86bcb32 Unbreak base 9 years ago
NiLuJe 2e92f6eced Update base 9 years ago
Qingping Hou d93f8a743b Merge pull request #1667 from chrox/fixes_for_stable_release
add support for password protected zip/cbz 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 970f9a7801 verbose coverage test 9 years ago
chrox 429eeed372 verbose unit test log so that we have a clue when there is segfault 9 years ago
chrox 1e4ac8c3b5 fix pthread invoke on Android 9 years ago
chrox eeafa55abd update koreader-base 9 years ago
chrox 5bab00ff9b add apparmor.openstore file for openstore submission 9 years ago
chrox 10895d30c9 update README file for build instructions 9 years ago
chrox 8b85cbf157 add support for password protected zip/cbz documents 9 years ago
Frans de Jonge ada7de404e Merge pull request #1662 from chrox/fixes_for_stable_release
Fixes for stable release
9 years ago
chrox ba50308fbb fix #1345 and fix #1589 by scale font size by dpi
if users custom screen dpi in the "Screen" menu
it will stay with the same font size when the screen dpi is set to 'auto'.
9 years ago
chrox 1f094657dc fix #1529 by rounding off the scaled dimension 9 years ago
chrox f73f8916c0 fix #1569 use fit to page zoom cover image even in reflow mode 9 years ago
chrox 96dc338812 fix #1570 to disable swipe to go back by default 9 years ago
chrox f2d38336c1 fix #1642 GFW block in China may also cause Network unavailable error 9 years ago