Commit Graph

4198 Commits (d468b055674ceffe95c3d4bae830ed52a107337c)
 

Author SHA1 Message Date
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
NiLuJe 2fe8dc40d7 Fix eips centering on the KV
For some strange reason, eips relies on the virtual xres on FW 5.x
9 years ago
NiLuJe c6a3f9002c Tweak the H2O viewport to make it pixel-perfect.
As confirmed by checking a fb dump via fbgrab, and nickel's
broken cropping of screenshots ;).
9 years ago
HW cd8837cffd Merge pull request #1502 from chrox/fix_evernote_login
Fix Evernote incorrect username or password
9 years ago
chrox e54ecff0cb Fix Evernote incorrect username or password
This should fix #1501.
9 years ago
HW de9f1a281d Merge pull request #1499 from Markismus/master
Update koreader.sh
9 years ago
Markismus 1e9996f475 Update koreader.sh
Compatibility with KSM is resolved. Koreader will now work from any directory it is installed in.

KSM7 tweaks `koreader.sh` line 5 from a hardcoded path to the line used above. I've added the change in line 12 to allow OTA updating.
9 years ago
HW e3ba198009 Merge pull request #1497 from chrox/android_dict
Fix sdcv on Android cannot handle morphological changes
9 years ago