Commit Graph

4355 Commits (5979f9f855a1901541c4ed4773482008fb3ce3fb)
 

Author SHA1 Message Date
NiLuJe 8703a043c7 Fix the eips prints on a KT2 9 years ago
NiLuJe 8a8697c382 Future-proof the frontlight handling on Kindle.
Guard against trying to get any kind of frontlight info on devices
without one.

So far the flIntensity prop has always been there, even on devices
without one, but better not assume that'll always be the case ;).

That, and be consistent with the other lipc_handle tests.
9 years ago
Frans de Jonge 52147daa26 Merge pull request #1510 from chrox/fix-droid-font
Add missing urw fonts and fix unit test
9 years ago
chrox a4404cfb10 Add missing urw fonts and fix unit test 9 years ago
Huang Xin 2f452f813a Merge pull request #1511 from NiLuJe/master
Fix our copies of the Droid fonts
9 years ago
NiLuJe 276f432274 Fix our copies of the Droid fonts
Pull slightly older versions of them, before the subsetting and
fontcrunching. Mainline FT utterly fails to deal with them correctly
otherwise.
9 years ago
Qingping Hou 955838ffd8 Merge pull request #1509 from chrox/android-turbo
Use turbo looper on Android
9 years ago
chrox d468b05567 Use turbo looper on Android 9 years ago
Huang Xin dfe39589f4 Merge pull request #1508 from NiLuJe/master
Minor tweaks to yesterday's Kobo stuff...
9 years ago
NiLuJe 06b5070fe1 Update base 9 years ago
NiLuJe 9f89fc8e47 Fix Kobo startup script w/ KSM
pkill probably only checks the actual name of the binary.
We were checking a shell script, which I'm guessing is not launched
via a shebang, so that name was actually an arg to sh, or something like
that.

Use pidof instead, which matches the full command line.
9 years ago
NiLuJe 1b24e2ae7d Update base 9 years ago
NiLuJe 3fdd90cf3b Fix a few Droid font paths 9 years ago
NiLuJe bd03372d93 Update Noto while we're at it 9 years ago
NiLuJe a59965a054 Import our own copy of the Droid fonts
We need them, and MUPDF 1.7 dropped some of them.

Imported from
https://github.com/android/platform_frameworks_base/tree/master/data/fonts
9 years ago
NiLuJe aff8ed1140 Update base
Massive update of third-party libs.
Might break stuff :).
9 years ago
NiLuJe a6a2b3d6a3 Try to get the Kobo codename from the env first
My batch of startup script tweaks should ensure PRODUCT is always
exported.
Leave the fallback in place, to avoid blowing up in weird corner-cases I
haven't thought about.
9 years ago
NiLuJe c9d941215b lfs.attributes() basically does a stat()
Rename these variables accordingly, that kills my itch to close() random
fds ^^
9 years ago
NiLuJe 85445b12f1 Guess what? More comments ^^. 9 years ago
Huang Xin db420d20cf Merge pull request #1506 from houqp/houqp-master
add static analysis for Lua
9 years ago
Qingping Hou 561a92d031 Merge pull request #1507 from chrox/fix-android-build
Fix android build of libpng
9 years ago
Qingping Hou 3a55edd0d5 chore: remove test tag 9 years ago
Qingping Hou a782d1c524 Merge pull request #1 from chrox/fix-readerbookmark-unit-test
Fix readerbookmark unit test
9 years ago
chrox 2b2f365824 Fix android build of libpng 9 years ago
chrox 0058bc8511 Fix readerbookmark unit test 9 years ago
Qingping Hou 16efbcf223 build: enable travis retry 9 years ago
Qingping Hou 186673587e chore: fix some of the luacheck errors 9 years ago
Qingping Hou e695a3c30d build: add luacheck for static analysis 9 years ago
Huang Xin a7694a1db6 Merge pull request #1505 from NiLuJe/master
Very, very minor addendum to #1504
9 years ago
NiLuJe 03bf4b1d84 Update base 9 years ago
NiLuJe da891ca335 And comment that, because I'm likely to forget. 9 years ago
Huang Xin 3c6000fc26 Merge pull request #1504 from NiLuJe/master
(Hopefully) minor Kobo tweaks
9 years ago
NiLuJe a99359fa44 Add a comment to explicit the KSM check 9 years ago
NiLuJe 8661194b79 Nice typo bro! 9 years ago
NiLuJe 2d07ec8a9d Handle snapshot tarballs w/ KUAL manual update
It only handled release zips so far.
9 years ago
NiLuJe 7fd45c6cd3 And even more Kobo startup script tweaks.
Good news: restarting nickel doesn't deadlock anymore. Yay.
9 years ago
NiLuJe 218d8b3e54 More comments... 9 years ago
NiLuJe f259ec4259 Wipe dead code 9 years ago
NiLuJe 7db252a27e More Kobo startup scripts tweaks... 9 years ago
NiLuJe d4f80209d9 Minor comment tweak 9 years ago
NiLuJe 476ae3322c sync before killing nickel
Hopefully good enough to avoid trashing the DB
9 years ago
NiLuJe bb6b21fe23 Update base 9 years ago
NiLuJe 97ad4afa92 Minor comment tweak 9 years ago
NiLuJe 6c1681b595 Well, go for the lesser evil.
For some unknowable reason, restarting nickel on exit deadlocks on my
H2O, so, do a full reboot instead, at least *that* works.
I'm probably one of the only people running KO manually anyway...
9 years ago
NiLuJe c2bd85bba4 More Kobo scripts tweak...
Trying to figure out why nickel deadlocks on restart...
9 years ago
NiLuJe 1945873682 Tweak the comment a bit 9 years ago
NiLuJe a736a571d2 Same pkill trick as the Kobo scripts
Only here to satisfy my OCD ;p
9 years ago
NiLuJe 6f815e2bdf Minor pass of cleanup of the Kobo scripts.
re #1503
9 years ago
NiLuJe c847807322 Turns out that also looks better as ui refreshes 9 years ago
NiLuJe 50dbf6b581 Switch a few widgets to ui refresh modes
More closely matches native behavior on REAGL devices.
Closing those widgets should still trigger a partial refresh though,
because we usually get back to the reader, and text, so we want REAGL
;).
9 years ago