Commit Graph

4419 Commits (9c46cafc9c6361d30ade3753aab641b6cbacbb22)
 

Author SHA1 Message Date
NiLuJe 53e5366e39 Fix input devices on K3.
re #1623
9 years ago
NiLuJe e56d30ff46 Oops. Fix my previous commit.
That basically broke startup on Kindles, which is, err, bad.
9 years ago
Frans de Jonge d5066f85b4 Merge pull request #1620 from NiLuJe/master
Some rather critical Kobo networkmgr fixes
9 years ago
Frans de Jonge 30a95c8fc3 Fix set default or fallback font string isn't picked up by lua_xgettext 9 years ago
NiLuJe a4ebfee83b Handle the PW3
(Dry-coded, assume it's basically a PW2 w/ the KV screen ;p)
9 years ago
NiLuJe 985cd1b6d9 Pull updated base for FT buildfix 9 years ago
NiLuJe e56add5f07 Pull fixed base -_-" 9 years ago
NiLuJe 687aba796d Fix networkmgr on Kobo
To avoid potential issues with USBMS.
Namely, make sure CWD doesn't point to the userstore for persitent
processes.
Make sure wpa_supplicant doesn't try to use our own OpenSSL lib, which,
again, is in the userstore area.
Properly kill our dhcp client invocation on when killing WiFi

Also, some related fixes to the startup script:
Properly kill wpa_supplicant & the dhcp client when we kill
wifi before rebooting to nickel.
9 years ago
NiLuJe 89e8e4297c DroidFallbackFull went buh-bye, don't break the recipe by failing so near the
end ;).
9 years ago
NiLuJe f8afb56953 Pull updated base for FT fixes 9 years ago
Huang Xin 66e67e8064 Merge pull request #1618 from Frenzie/new-base
Bump to latest base
9 years ago
Huang Xin cd8d96d041 Merge pull request #1617 from Frenzie/fix-multiselect-text
Make 'default' and 'fallback' strings translatable
9 years ago
Frans de Jonge e003aaf623 Bump to latest base 9 years ago
Frans de Jonge f84b537954 Make 'default' and 'fallback' strings translatable 9 years ago
Huang Xin cf41829450 Merge pull request #1616 from frankyifei/2015-9-3
replace Droidsansfallback with NotoSansCJK-Regular
9 years ago
Frans de Jonge e935ef3ada Merge pull request #1615 from frankyifei/2015-9-3
implement GUI dialog for setting crengine fallback font
9 years ago
frankyifei 23c963ed15 replace Droidsansfallback with NotoSansCJK-Regular 9 years ago
frankyifei 059de23037 implement GUI dialog for setting crengine fallback font 9 years ago
Qingping Hou c3eaae5e9b Merge pull request #1602 from Frenzie/external-styles
Fix clear external styles not persistent in document settings
9 years ago
Frans de Jonge f1e8710f0f Implement persistent global style setting 9 years ago
Frans de Jonge f9d415642a Fix clear external styles not persistent in document settings
References #1601
9 years ago
Huang Xin a486dbc6b6 Merge pull request #1599 from Frenzie/travis
Travis update
9 years ago
Huang Xin 53a7e32c69 Merge pull request #1598 from Frenzie/json
Fix Wikipedia (HTTP now redirect to HTTPS) and slightly more robust failsafes
9 years ago
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
Frans de Jonge ba994f41ab Fix Wikipedia (HTTP is now HTTPS) and some failsafes
Rudimentary JSON validity check by seeing if the first character is {. The JSON decode function will crash in spite of pcall if it's not.
9 years ago
Frans de Jonge fe42f82bf6 Merge pull request #1597 from arasyi/patch-1
Fix nickel doesn't recognize sdcard after exiting
9 years ago
arasyi d3bc8ecb5f 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
Qingping Hou 51e8dee425 Merge pull request #1588 from mihailim/feature/fix-builddep-docs
Fix Linux build docs to mention luarocks
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