chrox
394c9cf948
fix dimen returned by getSize used as dimen in inputcontainer
2015-10-26 23:53:07 +08:00
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.
2015-10-26 22:11:11 +08:00
Qingping Hou
9ccd1e7794
Merge pull request #1693 from chrox/fix_mcode_allocation
...
fix mcode allocation failure on Android
2015-10-25 00:50:30 -07:00
chrox
f3dbf9ce2e
move mmap workaround to android-luajit-launcher
2015-10-25 12:34:20 +08:00
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.
2015-10-24 23:35:21 +08:00
Qingping Hou
5dc899f5d2
Merge pull request #1684 from chrox/fix_kobo_touch_probe
...
fix kobo touch probe
2015-10-22 21:59:37 -07:00
Huang Xin
a600e61fe2
Merge pull request #1686 from frankyifei/2015-10-22
...
exclude those broken kindle system fonts
2015-10-23 08:40:59 +08:00
Yifei(Frank) ZHU
c955e71c84
Merge pull request #2 from chrox/frankyifei-2015-10-22
...
code refactoring: use hash table index instead of loop
2015-10-23 10:25:50 +10:30
chrox
55ba1450d4
code refactoring: use hash table index instead of loop
2015-10-22 23:15:41 +08:00
Huang Xin
98bf9f21fd
Merge pull request #1687 from NiLuJe/master
...
Play with the Kobo suspend script...
2015-10-22 21:20:07 +08:00
frankyifei
86d6d46770
add isKindle check
2015-10-22 23:49:34 +10:30
NiLuJe
f9925a8c82
Play with the Kobo suspend script...
...
Because apparently it's not behaving as it should? IDK...
2015-10-22 14:16:05 +02:00
frankyifei
1f14a9e80d
try to exclude those broken system fonts
...
these fonts can not be used by freetype and will cause hang up
2015-10-22 19:32:21 +10:30
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 .
2015-10-21 23:04:50 +08:00
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.
2015-10-21 22:53:39 +08:00
Qingping Hou
46aed752c7
Merge pull request #1680 from erosennin/opds-title
...
OPDS: fix parsing entry titles on ManyBooks (and possible other sites)
2015-10-18 15:43:55 -07:00
Qingping Hou
8cff0f3ba9
Merge pull request #1679 from erosennin/opds-author
...
OPDS: include author's name into the file name
2015-10-18 15:40:42 -07:00
Andrey Golovizin
63e0605080
OPDS: fix entry titles on ManyBooks
2015-10-18 21:39:29 +02:00
Andrey Golovizin
dbac03e5f4
OPDS: include author's name into the file name
2015-10-18 19:54:54 +02:00
Frans de Jonge
91eba533ba
Merge pull request #1678 from chrox/lookup_in_dict
...
hold to lookup word in dict window
2015-10-18 15:11:48 +02:00
chrox
2216ddd796
hold to lookup word in dict window
...
This should close #1541 .
2015-10-18 20:47:48 +08:00
Qingping Hou
b6298d78d9
Merge pull request #1676 from chrox/kobo_touch_probe
...
fix #1608 by adding touch coordinates detection
2015-10-18 01:07:24 -07:00
chrox
a284ca147f
l10n for modules in utils
2015-10-18 00:34:57 +08:00
chrox
5cbbac6b43
fix typo
2015-10-18 00:30:29 +08:00
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.
2015-10-18 00:25:40 +08:00
chrox
a043d8873b
use grayscale instead of RGB color space for icons
2015-10-18 00:25:33 +08:00
Huang Xin
cc230f0300
Merge pull request #1674 from NiLuJe/master
...
Minor fixes
2015-10-16 09:34:18 +08:00
NiLuJe
29f14491e1
Forgot this bit in a previous commit.
2015-10-16 02:54:07 +02:00
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.
2015-10-16 02:49:39 +02:00
NiLuJe
5979f9f855
Better and more complete status bar handling.
...
When runnning from KUAL on FW >= 5.6.5
2015-10-16 02:40:03 +02:00
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...
2015-10-16 02:32:32 +02:00
Qingping Hou
de1336d04b
Merge pull request #1671 from NiLuJe/master
...
Update base
2015-10-11 11:57:43 -07:00
NiLuJe
67f884ce15
Really unbreak base.
2015-10-11 19:28:43 +02:00
NiLuJe
92c86bcb32
Unbreak base
2015-10-10 00:37:02 +02:00
NiLuJe
2e92f6eced
Update base
2015-10-09 17:48:52 +02:00
Qingping Hou
d93f8a743b
Merge pull request #1667 from chrox/fixes_for_stable_release
...
add support for password protected zip/cbz documents
2015-10-07 23:30:56 -07:00
chrox
19979fb8f8
postpone loading of httpclient module in unit test
2015-10-07 23:00:49 +08:00
chrox
54f5166254
add koptinterface spec
2015-10-07 22:42:12 +08:00
chrox
970f9a7801
verbose coverage test
2015-10-07 22:41:14 +08:00
chrox
429eeed372
verbose unit test log so that we have a clue when there is segfault
2015-10-07 15:14:27 +08:00
chrox
1e4ac8c3b5
fix pthread invoke on Android
2015-10-07 13:57:06 +08:00
chrox
eeafa55abd
update koreader-base
2015-10-06 23:02:41 +08:00
chrox
5bab00ff9b
add apparmor.openstore file for openstore submission
2015-10-06 22:15:38 +08:00
chrox
10895d30c9
update README file for build instructions
2015-10-06 22:14:26 +08:00
chrox
8b85cbf157
add support for password protected zip/cbz documents
2015-10-06 21:18:31 +08:00
Frans de Jonge
ada7de404e
Merge pull request #1662 from chrox/fixes_for_stable_release
...
Fixes for stable release
2015-10-04 09:47:14 +02:00
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'.
2015-10-04 08:17:02 +08:00
chrox
1f094657dc
fix #1529 by rounding off the scaled dimension
2015-10-04 01:06:24 +08:00
chrox
f73f8916c0
fix #1569 use fit to page zoom cover image even in reflow mode
2015-10-04 00:36:16 +08:00
chrox
96dc338812
fix #1570 to disable swipe to go back by default
2015-10-04 00:20:41 +08:00