Commit Graph

4242 Commits (21c51a916225351a436178b4d08ce64da03de5cb)
 

Author SHA1 Message Date
Frans de Jonge 21c51a9162 Travis update
The new container-based format doesn't do sudo anymore, so there are some extensive changes.

It does, however, allow cache.

I also took the opportunity to switch to a newer busted. The root element for that now needs to be a table.
9 years ago
arasyi 7d87ffe8e8 Fix nickel doesn't recognize sdcard after exiting
After exiting koreader, nickel will not recognize that sdcard is present.
This patch fixes that
9 years ago
Mihai Limbășan 2fe4f4082a Fix Linux build docs to mention luarocks 9 years ago
Huang Xin 835b0ec927 Merge pull request #1587 from frankyifei/2015-8-1
fix filechooser crash and loop menu pages
9 years ago
frankyifei d0a44b9152 style 9 years ago
frankyifei f7fb103abc loop menu pages when it reaches ends
the following graph shows my idea.

1->2->3->4->5->6->7->8->9->10
└----------------------------------------┘
9 years ago
frankyifei f7142cfcbe fix filechooser crash on entering folder contains nil symlink 9 years ago
Qingping Hou 08b3c02af5 Merge pull request #1572 from chrox/fix-1558
partial refresh after deleting highlights
9 years ago
Qingping Hou 8ce51d32fd Merge pull request #1571 from chrox/popen-noshell-at-github
switch to Github repo of popen-noshell since Google Code is down
9 years ago
chrox ec1d9e4b7d partial refresh after deleting highlights
This should fix #1558.
9 years ago
chrox 169f6fb738 switch to Github repo of popen-noshell since Google Code is down 9 years ago
Huang Xin 0b45394a7f Merge pull request #1564 from Frenzie/koreader.sh
Fix KOReader exit
9 years ago
Frans de Jonge 954c2c9416 Merge pull request #1556 from chrox/data_storage
add datastorage module to handle data directory on various platform
9 years ago
Frans de Jonge 475ee28173 Fix KOReader exit
Should reboot less unnecessarily for older versions of KSM, and hopefully this would also be more forward-compatible.
9 years ago
chrox 612ee99707 dictionary lookup now supports phrase
This should fix #1537.
9 years ago
chrox 34ea9ac574 add datastorage module to handle data directory on various platform
On kindle, kobo and pocketbook the data directory is the current
running directory but on Android the app is installed in system
defined location and users may have no access to that location.
The same circumstances should be true for the upcoming Koreader for
Ubuntu touch, so the data directory (in which tessdata, dictionaries,
global settings, persistant defaults and probably history data are
stored) could be stored in another place.
9 years ago
HW b1c0bc603a Merge pull request #1555 from chrox/android_icon
add koreader app icon for android finally
9 years ago
chrox 99af63c545 add koreader app icon for android finally 9 years ago
Qingping Hou e8c15541ef Merge pull request #1554 from chrox/master
fix local font alias registered in font menu and add Dutch hyphenation dict
9 years ago
chrox e9d19965eb fix a bug in android-luajit-launcher that may prevent some devices launching
this should fix #1553 and fix #1551.
9 years ago
chrox 3930b79b38 fix local font alias registered in font menu and add Dutch hyphenation dict 9 years ago
Qingping Hou 63fb8af937 Merge pull request #1544 from chrox/android-external-fonts
add external font dir option for Android
9 years ago
chrox 8d7ebaff5d add external font dir option for Android 9 years ago
Qingping Hou a30fe26de0 Merge pull request #1543 from chrox/plugable-turbo
disable turbo lib by default
9 years ago
Qingping Hou d239a1c432 Merge pull request #1542 from chrox/fix-droid-font
regression test to safeguard droid sans fallback
9 years ago
chrox a59621953d use turbo library in coverage test 9 years ago
chrox 3ad0ea5777 refactoring: remove dead code in font module 9 years ago
chrox c7cac7b333 disable turbo lib by default 9 years ago
chrox 1fcc425eac regression test to safeguard droid sans fallback 9 years ago
Huang Xin caf127fd58 Merge pull request #1527 from tarlou/master
Kobo Glo HD support
9 years ago
Guangda Hu 7491cd7b9d fix spaces 9 years ago
Guangda Hu 69db627136 Glo HD support 9 years ago
Qingping Hou 804554e462 Merge pull request #1521 from NiLuJe/master
Fix nickel restart with WiFi up.
9 years ago
NiLuJe 34cb799818 Fix nickel restart with WiFi up.
By killing the WiFi first, since apparently,
nickel really doesn't like that, and causes a deadlock.

re #1503, re #1504, fix #1520
9 years ago
Huang Xin 1de1a443b0 Merge pull request #1514 from NiLuJe/master
Fix startup scripts.
9 years ago
NiLuJe 02fcb9037b Fix startup scripts.
Thanks to @Markismus's questions, I realized that some of what i thought
was true, wasn't.

First, pkill is a terrible idea to check for interpreted scripts.
Second, pidof is also potentially not that great for interpreted
scripts, because it'll only work with a shebang, and one that is
following the Linux syntax.
We don't have the full version with the -x to paper over that,
so use pgrep -f instead.

cf.
a736a571d2 (commitcomment-10948910)
for the gory details.
9 years ago
HW 67b8b218e0 Merge pull request #1513 from NiLuJe/fix-kt2
Minor Kindle tweaks
9 years ago
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