Commit Graph

4702 Commits (66b40955c6d611cbd4f7261b2a58f6c6a53c36be)
 

Author SHA1 Message Date
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 ;).
8 years ago
NiLuJe 0a32390f21 Bump base 8 years ago
NiLuJe a3536e28a6 Bypass a few unneeded usleep when possible
If awesome is stopped, it won't cause any trouble ;).
8 years ago
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
8 years ago
Huang Xin c1932fc927 Merge pull request #1956 from Hzj-jie/master
Use Screen:scaleBySize to auto scale virtual keyboard size
8 years ago
Hzj_jie 3cf4e79f62 Use Screen:scaleBySize to auto scale virtual keyboard size 8 years ago
Qingping Hou b5e3f62844 Merge pull request #1952 from Hzj-jie/master
libc6-dev-i386 is required to build kobo / kindle version on amd64 system
8 years ago
Zijie He 89a374350a Update README.md to include libc6-dev-i386 in to debian package requirement 8 years ago
Qingping Hou e4a9fc9b02 Merge pull request #1950 from NiLuJe/master
Alays wake the H2O IR grid on wakeup
8 years ago
NiLuJe f43cbc74e6 Always forcibly wake the H2O IR grid on wakeup
Fix #1862
Fix #1943
8 years ago
NiLuJe b930639bc3 Bump base
Fix #1948
8 years ago
Frans de Jonge 9da6281006 Merge pull request #1947 from chrox/android_jit
disable jit on some modules on android
8 years ago
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.
8 years ago
Huang Xin 503b2073ce Merge pull request #1946 from koreader/houqp-master
touch_probe(fix): do not filter probe touch event by range
8 years ago
Qingping Hou f77317ac25 touch_probe(fix): do not filter probe touch event by range 8 years ago
Frans de Jonge 62f07b505e Merge pull request #1942 from koreader/houqp-master
bookstatus(fix): reset self.stats on init
8 years ago
Qingping Hou 7c46cb3eda bookstatus(fix): reset self.stats on init 8 years ago
Qingping Hou 2a2643bdb5 Revert "bookstatus(fix): reset self.stats on init"
This reverts commit be8ceb84b4.
8 years ago
Qingping Hou be8ceb84b4 bookstatus(fix): reset self.stats on init 8 years ago
Qingping Hou 40bca1aa04 Merge pull request #1940 from Frenzie/master
Fix statistics translation
8 years ago
Frans de Jonge b92e2264a1 Fix statistics translation 8 years ago
Frans de Jonge 00368f0e17 Merge pull request #1939 from koreader/houqp-master
kobo: fix screen probe for touch
8 years ago
Qingping Hou eb37d9b8b6 kobo: fix screen probe for touch 8 years ago
Huang Xin d6426ab872 Merge pull request #1930 from koreader/houqp-master
fix(readerrolling): crash with legacy last_per config in page mode
8 years ago
Qingping Hou 144fd170f1 uimanager(refactor): replace autosuspend if check with noop 8 years ago
Qingping Hou e3137134f8 dbg(add): guard method to toggle assert at based at runtimemode 8 years ago
Qingping Hou dffc42d234 fix(readerrolling): crash with legacy last_per config in page mode 8 years ago
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
8 years ago
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. 8 years ago
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.
8 years ago
Frans de Jonge a10dc6ea02 Merge pull request #1927 from koreader/houqp-master
restore full context on go back after a link jump
8 years ago
hzj-jie d1e8b8098d Koreader won't start on Kobo without frontlight, powerd.fl may be nil. 8 years ago
Qingping Hou 467199285f minor: rename Koreader to KOReader 8 years ago
Qingping Hou 3f2944ee84 kodev: add active command 8 years ago
Qingping Hou 26f5c8861b chore: minor style cleanup 8 years ago
Qingping Hou e5c1ff1ef6 test(bookmark): purge doc settings before test 8 years ago
Qingping Hou 11d5b5c0a1 fix(readerlink): restore reader view context on go back 8 years ago
Qingping Hou 2d5222ef33 readerview: add get/set methods for view context 8 years ago
Qingping Hou 9b989605fd kodev(fix): support filename with spaces in run command 8 years ago
Qingping Hou 9a3e262bb3 fix(reader.lua): typo 8 years ago
Huang Xin 35a5cbe6d5 Merge pull request #1912 from koreader/houqp-master
bump luajit-launcher
8 years ago
Qingping Hou ff273158af bump luajit-launcher 8 years ago
Frans de Jonge cdae6e8e07 Merge pull request #1911 from koreader/houqp-master
fix(credocument): bump base to fix empty text search crash
8 years ago
Qingping Hou c35aad3ae1 fix(kobo): return 0 frontlight level config to signal frontlight off state 8 years ago
Qingping Hou a8658a7e8a fix(credocument): bump base to fix empty text search crash 8 years ago
Frans de Jonge 3f8f759715 Merge pull request #1906 from koreader/houqp-master
fix toc marks in footer progress bar
8 years ago
Qingping Hou f48d9bd6d9 fix(readerfooter): marker ticks initialization 8 years ago
Qingping Hou 6446f9d2b0 minor(reader.lua): remove unnecessary import 8 years ago
Frans de Jonge 641d741ec4 Merge pull request #1900 from koreader/houqp-master
write all error to crash.log
8 years ago
Qingping Hou 2f78493e9e minor: write reader error to stderr 8 years ago