Commit Graph

4396 Commits (239ee06fb819b64500bbeb1dfb5909190371aea8)
 

Author SHA1 Message Date
Huang Xin 239ee06fb8 Merge pull request #1721 from apletnev/#1718
#1718 Save the statistics data into the history file
9 years ago
Alex Pletnev daebb00f50 #1718 Save the statistics data into the history file 9 years ago
Huang Xin 151291da96 Merge pull request #1715 from NiLuJe/master
Update base
9 years ago
NiLuJe b79e6fa0a3 Update base 9 years ago
Frans de Jonge 96062a3481 Merge pull request #1713 from chrox/fix_broken_busted
set busted version to busted-2.0.rc11-0
9 years ago
chrox 8233ab2518 update to busted-2.0.rc11-0 9 years ago
Huang Xin 9e0be45e4b Merge pull request #1709 from apletnev/#1707
#1707 FR: Time to Read. Add "Time to read" into "current" section for…
9 years ago
Alex Pletnev 698374c948 #1707 FR: Time to Read. Add "Time to read" into "current" section for statistics plugin 9 years ago
Qingping Hou 01b2fea21d Merge pull request #1708 from chrox/fix_1701
fix hold-to-set font size not effective
9 years ago
chrox d00e391042 fix #1699 9 years ago
chrox 79e0f3fe65 fix hold-to-set font size not effective 9 years ago
Qingping Hou 6c51645bb4 Merge pull request #1696 from chrox/fix_flush_settings
fix FlushSettings event consumed by statistics plugin
9 years ago
chrox 394c9cf948 fix dimen returned by getSize used as dimen in inputcontainer 9 years ago
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