Commit Graph

3006 Commits (ea40e822ea562390b15999fb71c1526f471e0aa9)
 

Author SHA1 Message Date
Huang Xin ea40e822ea Merge pull request #727 from NiLuJe/master
Update koreader-base
10 years ago
NiLuJe a65414f3f6 Update koreader-base
w/ compat CFLAGS tweaks
10 years ago
NiLuJe 5c10e3da9a Merge pull request #726 from chrox/master
protected call to open sidecar history file
10 years ago
chrox 3b25af4f4d protected call to open sidecar history file
This should fix #724.
10 years ago
NiLuJe 6dfd0561ae Merge pull request #725 from houqp/houqp-master
fix(test): update package list in travis
10 years ago
Qingping Hou efac6e9210 fix(test): update package list in travis 10 years ago
Qingping Hou 35748027e8 Merge pull request #723 from chrox/master
fix importing finite math from GLIBC_2.15
10 years ago
chrox 1babd696a3 fix importing finite math from GLIBC_2.15
This should fix #722.
10 years ago
Paulo Matias 7375219744 Merge pull request #720 from NiLuJe/master
Update koreader-base
10 years ago
NiLuJe 18a081c2f5 Update koreader-base
Fix Android build
10 years ago
Paulo Matias 2d7b17a2fd Merge pull request #719 from NiLuJe/master
Update koreader-base
10 years ago
NiLuJe 6839571900 Update koreader-base
PW2 & FFI stuff
10 years ago
NiLuJe 510d9e25a1 Merge pull request #716 from chrox/master
update koreader-base
10 years ago
chrox 0f7143f921 update koreader-base 10 years ago
Paulo Matias be046c08d1 Merge pull request #713 from NiLuJe/master
Minor Kindle startup script tweak
10 years ago
NiLuJe ecfd691710 Merge remote-tracking branch 'upstream/master' 10 years ago
NiLuJe 86cfca447c Don't even try to launch on Kindle FW 5.0 10 years ago
Qingping Hou d1402038ff Merge pull request #712 from NiLuJe/master
Tweak the Kindle startup script.
10 years ago
NiLuJe 94130bb994 Tweak the Kindle startup script.
Not a huge fan of negative nice values, you're screwed if it chokes
@ 100% CPU on UP systems.
Besides, AFAICT, neither awesome nor the Booklet thread runs at negative values.
10 years ago
HW 788018cb4f Merge pull request #710 from houqp/houqp-master
fix: crash on emulator when trying to display battery level
10 years ago
Qingping Hou 108a451f0e fix: crash on emulator when trying to display battery level 10 years ago
Qingping Hou 9ae761a617 Merge pull request #708 from NiLuJe/master
A bunch of tweaks
10 years ago
NiLuJe 4172cec156 Update koreader-base
Works in tandem w/ this PR
10 years ago
NiLuJe 2d55b3537f Ha, of course, I forgot the dubest thing ;).
Cleanup behind us after an update/install ^^.
10 years ago
NiLuJe 5b0ac644fb Make the CRe KUAL buttons conditional 10 years ago
NiLuJe d942b24e4e Add kerning tweaking to the KUAl ext 10 years ago
NiLuJe 1be569a14d Meh...
It's not even funny when everything works straightaway...
10 years ago
NiLuJe 2f47ae3d1b Add an installer/updater to the KUAL ext.
And also play with some CRe settings, for kicks.
10 years ago
NiLuJe 5ebed6655b Use Noto instead of Droid, where appropriate. 10 years ago
NiLuJe c6e6e0a5f2 Add the Noto font family to our ressources.
It's basically Droid, but maintained.
Will tweak the defaults later.
10 years ago
NiLuJe 3168ebd219 Move the waveform mode selection a bit...
Move it from the main UI loop to init, we're using static values anyways,
and a change of device at runtime is highly unlikely (:D).
10 years ago
NiLuJe 8435a79a3a Add a warning about the waveform mode constants...
Note that they're from the Kindle driver, the Kobo one might expect
slightly different values...
10 years ago
NiLuJe a2cf015545 Detect the EU 4GB WiFi PW2 10 years ago
Qingping Hou 550e86cc8e Merge pull request #704 from NiLuJe/master
Some Kindle screen refresh experiments (bis)...
10 years ago
NiLuJe d45efd81d8 Add a battery indicator to the menu.
Very quick'n dirty hack, doesn't seem to blow up horribly.
re: #679
10 years ago
NiLuJe a6ff78e5d8 Fix the battery checks.
I have *no* idea how that even seemed to work, but in fact didn't.
Also no idea where the hell is the battery status supposed to appear in
the menu, because it's currently not there.
10 years ago
NiLuJe eed4e3b9ff Update koreader-base.
For the backend changes related to #704
10 years ago
NiLuJe 9e6dd11b0e Keystrokes aren't that cheap. 10 years ago
NiLuJe 19295cc027 One more comment... 10 years ago
NiLuJe 806c2ffc00 Another hugely important commit! 10 years ago
NiLuJe 25a4fc01ea Clear up some comments... 10 years ago
NiLuJe 64566e0f3a Try to use reagl on the PW2...
That doesn't seem to work as nicely as the stock reader... :/
10 years ago
NiLuJe 603dd3bd05 Some Kidle refresh mode experiments...
Emulate (as best we can) the refresh behavior of the Kindle Touch reader
10 years ago
Huang Xin 1c2b53bec9 Merge pull request #702 from NiLuJe/master
Some more Kindle tweaks
10 years ago
NiLuJe db4a30ff07 Add an 'ASAP' variant to the KOReader KUAL menu.
Does away with the added ~3s of sleep, in exchange of possible UI quirks
at startup.
10 years ago
NiLuJe 6e10b877ad We don't need those at startup, delay until needed. 10 years ago
NiLuJe 2243689c68 Update koreader-base...
To check how badly the nightlies will implode... ;D
10 years ago
NiLuJe f1cc984cbf Close lipc handles on exit.
No idea if bad things happen if we don't, but at least this sounds more
correct. (re #696)
10 years ago
NiLuJe b052296881 Merge remote-tracking branch 'upstream/master' 10 years ago
NiLuJe ea3a5dabc9 Wheee, more Kindle startup script tweaks...
Unfortunately, it appears that we do eed to sleep some more when started
from KUAL, because the framework schedules a refresh that risks popin up
over us if we start too early/fast... :/.

I tried to be tricky (by stopping awesome, and s cheduling a resume
later) to avoid sleeping, but that didn't work :'(.
We just end up with the scheduled refresh as soon as awesome resumes...
10 years ago