Frans de Jonge
ccd72a87f0
Merge pull request #1965 from Hzj-jie/sdr-first
...
Prefer sdr folder to history folder
2016-04-14 21:56:02 +02:00
Zijie He
ccd95b80fa
Prefer sdr folder to history folder
2016-04-14 12:50:02 -07:00
NiLuJe
8c4c274e7b
Merge pull request #1959 from Hzj-jie/master
...
Bump koreader-base to 8e39d61493257c05fe039f34fa1a6e3ae5f0eab6
2016-04-12 22:40:52 +02:00
Zijie He
903a9b904d
Bump koreader-base to 8e39d61493257c05fe039f34fa1a6e3ae5f0eab6
2016-04-12 13:23:52 -07:00
Qingping Hou
af820ab627
Merge pull request #1957 from NiLuJe/master
...
Some Kindle startup script fixes
2016-04-12 09:25:26 -07:00
NiLuJe
66b40955c6
Tweak the timing of the previous commit a bit
...
On those FW, we can get an up-to-date status bar, instead of the one
from our fb dump ;).
2016-04-12 17:09:21 +02:00
NiLuJe
0a32390f21
Bump base
2016-04-12 16:17:17 +02:00
NiLuJe
a3536e28a6
Bypass a few unneeded usleep when possible
...
If awesome is stopped, it won't cause any trouble ;).
2016-04-12 16:17:17 +02:00
NiLuJe
879b593455
Refresh the UI properly on exit on more Kindle FW
...
This broadens the fix applied to FW >= 5.6.5 to the whole range of FW
5.x, because it appears to be needed on some FW 5.3.7.x versions...
Fix #1924
2016-04-12 16:17:17 +02:00
Huang Xin
c1932fc927
Merge pull request #1956 from Hzj-jie/master
...
Use Screen:scaleBySize to auto scale virtual keyboard size
2016-04-12 09:06:05 -05:00
Hzj_jie
3cf4e79f62
Use Screen:scaleBySize to auto scale virtual keyboard size
2016-04-11 23:36:03 -07:00
Qingping Hou
b5e3f62844
Merge pull request #1952 from Hzj-jie/master
...
libc6-dev-i386 is required to build kobo / kindle version on amd64 system
2016-04-10 15:03:52 -07:00
Zijie He
89a374350a
Update README.md to include libc6-dev-i386 in to debian package requirement
2016-04-10 14:06:59 -07:00
Qingping Hou
e4a9fc9b02
Merge pull request #1950 from NiLuJe/master
...
Alays wake the H2O IR grid on wakeup
2016-04-09 09:49:47 -07:00
NiLuJe
f43cbc74e6
Always forcibly wake the H2O IR grid on wakeup
...
Fix #1862
Fix #1943
2016-04-09 17:51:39 +02:00
NiLuJe
b930639bc3
Bump base
...
Fix #1948
2016-04-09 17:50:28 +02:00
Frans de Jonge
9da6281006
Merge pull request #1947 from chrox/android_jit
...
disable jit on some modules on android
2016-04-07 18:17:18 +02:00
chrox
f3e0d44cc4
disable jit on some modules on android
...
to make koreader on Android more stable
and with these opt params:
```
require("jit.opt").start("sizemcode=64","maxmcode=64", "hotloop=10000")
```
The strategy here is that we only use precious mcode memory (jitting)
on deep loops like the several blitting methods in blitbuffer.lua and
the pixel-copying methods in mupdf.lua. So that a small amount of mcode
memory (64KB) allocated when koreader is launched in the android.lua
is enough for the program and it won't need to jit other parts of lua
code and thus won't allocate mcode memory any more which by our
observation will be harder and harder as we run koreader.
2016-04-07 23:43:58 +08:00
Huang Xin
503b2073ce
Merge pull request #1946 from koreader/houqp-master
...
touch_probe(fix): do not filter probe touch event by range
2016-04-07 00:21:05 -05:00
Qingping Hou
f77317ac25
touch_probe(fix): do not filter probe touch event by range
2016-04-06 20:35:50 -07:00
Frans de Jonge
62f07b505e
Merge pull request #1942 from koreader/houqp-master
...
bookstatus(fix): reset self.stats on init
2016-04-06 08:16:59 +02:00
Qingping Hou
7c46cb3eda
bookstatus(fix): reset self.stats on init
2016-04-05 21:48:27 -07:00
Qingping Hou
2a2643bdb5
Revert "bookstatus(fix): reset self.stats on init"
...
This reverts commit be8ceb84b4
.
2016-04-05 21:47:48 -07:00
Qingping Hou
be8ceb84b4
bookstatus(fix): reset self.stats on init
2016-04-05 21:43:20 -07:00
Qingping Hou
40bca1aa04
Merge pull request #1940 from Frenzie/master
...
Fix statistics translation
2016-04-04 13:16:46 -04:00
Frans de Jonge
b92e2264a1
Fix statistics translation
2016-04-04 17:39:02 +02:00
Frans de Jonge
00368f0e17
Merge pull request #1939 from koreader/houqp-master
...
kobo: fix screen probe for touch
2016-04-03 09:29:05 +02:00
Qingping Hou
eb37d9b8b6
kobo: fix screen probe for touch
2016-04-02 23:06:09 -07:00
Huang Xin
d6426ab872
Merge pull request #1930 from koreader/houqp-master
...
fix(readerrolling): crash with legacy last_per config in page mode
2016-04-02 02:18:19 -05:00
Qingping Hou
144fd170f1
uimanager(refactor): replace autosuspend if check with noop
2016-03-29 10:02:53 -07:00
Qingping Hou
e3137134f8
dbg(add): guard method to toggle assert at based at runtimemode
2016-03-28 23:38:25 -07:00
Qingping Hou
dffc42d234
fix(readerrolling): crash with legacy last_per config in page mode
2016-03-28 21:23:33 -07:00
Qingping Hou
07ecbe2b08
Merge pull request #1917 from Hzj-jie/master
...
Implement auto-suspend function for Kobo, which does not have a power management service in kernel
2016-03-28 21:14:34 -04:00
Zijie He
b86aa5a02b
Implement auto-suspend function for Kobo. Add test case for UIManager:_checkTasks, which should not clear _task_queue_dirty bit before looping.
2016-03-28 17:53:18 -07:00
Frans de Jonge
ad2ccc995e
Merge pull request #1928 from Hzj-jie/fl-fix
...
Koreader won't start on Kobo without frontlight, powerd.fl may be nil.
2016-03-28 11:50:21 +02:00
Frans de Jonge
a10dc6ea02
Merge pull request #1927 from koreader/houqp-master
...
restore full context on go back after a link jump
2016-03-28 10:01:20 +02:00
hzj-jie
d1e8b8098d
Koreader won't start on Kobo without frontlight, powerd.fl may be nil.
2016-03-28 15:48:50 +08:00
Qingping Hou
467199285f
minor: rename Koreader to KOReader
2016-03-27 18:50:23 -07:00
Qingping Hou
3f2944ee84
kodev: add active command
2016-03-27 17:18:45 -07:00
Qingping Hou
26f5c8861b
chore: minor style cleanup
2016-03-27 17:18:25 -07:00
Qingping Hou
e5c1ff1ef6
test(bookmark): purge doc settings before test
2016-03-27 17:17:46 -07:00
Qingping Hou
11d5b5c0a1
fix(readerlink): restore reader view context on go back
2016-03-27 16:01:56 -07:00
Qingping Hou
2d5222ef33
readerview: add get/set methods for view context
2016-03-27 15:39:59 -07:00
Qingping Hou
9b989605fd
kodev(fix): support filename with spaces in run command
2016-03-27 15:39:59 -07:00
Qingping Hou
9a3e262bb3
fix(reader.lua): typo
2016-03-21 16:30:45 -07:00
Huang Xin
35a5cbe6d5
Merge pull request #1912 from koreader/houqp-master
...
bump luajit-launcher
2016-03-21 03:36:55 -05:00
Qingping Hou
ff273158af
bump luajit-launcher
2016-03-21 01:11:55 -07:00
Frans de Jonge
cdae6e8e07
Merge pull request #1911 from koreader/houqp-master
...
fix(credocument): bump base to fix empty text search crash
2016-03-21 08:42:01 +01:00
Qingping Hou
c35aad3ae1
fix(kobo): return 0 frontlight level config to signal frontlight off state
2016-03-20 23:58:59 -07:00
Qingping Hou
a8658a7e8a
fix(credocument): bump base to fix empty text search crash
2016-03-20 23:37:14 -07:00