Commit Graph

4732 Commits (bb000552931a1a0c845b6299247598148fcfe519)
 

Author SHA1 Message Date
Frans de Jonge bb00055293 Merge pull request #1951 from koreader/houqp-master
fix tests & bug fix
8 years ago
Qingping Hou bab7dda089 ci: no more crazy retry in travis 8 years ago
Qingping Hou e9b9bbadcc fix: luacheck 8 years ago
Qingping Hou 357477b2be test: disable auto insulate 8 years ago
Qingping Hou c22a3747d8 fix all the tests 8 years ago
Qingping Hou a049eddcbc bookmark(fix): bookmark comparison for crengine 8 years ago
Qingping Hou 4a66036eb0 test: update test to match the new crengine typesetting 8 years ago
Qingping Hou cc98ba7604 kodev: spawn subshell in activate command 8 years ago
Qingping Hou 790472fb38 Merge pull request #1969 from Hzj-jie/screen-saver
Update ImageWidget to support more stretch settings, and enable screensaver on kobo
8 years ago
Hzj_jie 0fb5d5f6fc Fix a naming, which breaks coding style 8 years ago
Hzj_jie 1be9264a0c Resolve review comments 8 years ago
Qingping Hou 2dbfcdf207 Merge pull request #1973 from Frenzie/lang
Removed a bunch of "successfully" and replaced one ellipsis.
8 years ago
Frans de Jonge 5638819f25 Removed a bunch of "successfully", replaced an ellipsis, and some deviant spellings of KOReader. 8 years ago
Zijie He c95a7305c2 Revert change to reader.lua 8 years ago
Zijie He 0b59d501a6 Merge remote-tracking branch 'upstream/master' into screen-saver 8 years ago
Zijie He 7d4bd076f7 Resolve review comments 8 years ago
Qingping Hou 6f02b2ca2a Merge pull request #1964 from NiLuJe/master
Assorted FrontLight fixes ;)
8 years ago
NiLuJe d4e5746eb3 Unbreak toggling the fL on Kindles
Fix #1960
8 years ago
NiLuJe dfe321d87a Fix a hasFrontLight call in reader.lua...
(it's a function, not a bool ;'( ).

Fix #1961
8 years ago
NiLuJe 273fbb2ec3 Bump base 8 years ago
Frans de Jonge 8af1d333ca Merge pull request #1972 from comradekingu/master
Language fixes. Spelling of calibre and KOReader. Ellipsis instead of tripledot.
8 years ago
Allan Nordhøy bc16ed5035 Spelling of calibre and KOReader. Ellipsis. 8 years ago
Qingping Hou 98d852801f Merge pull request #1967 from Hzj-jie/count-sdr
*.sdr folders are not excluded in folder item count
8 years ago
Zijie He 865b2a8f90 Update ImageWidget to support more stretch settings, and enable screensaver on kobo 8 years ago
Zijie He 6eeac33ad1 *.sdr folders are not excluded in folder item count
Bug #1966
8 years ago
Frans de Jonge ccd72a87f0 Merge pull request #1965 from Hzj-jie/sdr-first
Prefer sdr folder to history folder
8 years ago
Zijie He ccd95b80fa Prefer sdr folder to history folder 8 years ago
NiLuJe 8c4c274e7b Merge pull request #1959 from Hzj-jie/master
Bump koreader-base to 8e39d61493257c05fe039f34fa1a6e3ae5f0eab6
8 years ago
Zijie He 903a9b904d Bump koreader-base to 8e39d61493257c05fe039f34fa1a6e3ae5f0eab6 8 years ago
Qingping Hou af820ab627 Merge pull request #1957 from NiLuJe/master
Some Kindle startup script fixes
8 years ago
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