2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

4295 Commits

Author SHA1 Message Date
Qingping Hou
63e88baf33 fix: stop self.dimen polution for inputcontainers
Without this fix, self.dimen is shared among all inputcontainers
intances, which breaks some of the UI rendering. All widget should
set/initialize their own self.dimen in self:init() method.
2015-09-13 01:10:09 -07:00
Qingping Hou
cdd17906f6 refactor: ui/font:getFace 2015-09-13 01:10:09 -07:00
Qingping Hou
2599974c2d Merge pull request #1633 from chrox/master
fix travis build segfault hopefully
2015-09-13 01:02:06 -07:00
chrox
cf56f6a6e5 update luajit repo url 2015-09-13 13:21:14 +08:00
chrox
fd5d4a4cf7 fix extremely large font on certain reflowed pages 2015-09-13 05:09:05 +08:00
chrox
b65b70fec6 update base and luajit-launcher 2015-09-13 04:08:17 +08:00
chrox
f0dbd5939c fix travis build segfault hopefully 2015-09-13 03:28:17 +08:00
Huang Xin
d952c492a1 Merge pull request #1630 from NiLuJe/master
Prefix battery percentage w/ a + when charging.
2015-09-10 09:28:28 +08:00
NiLuJe
ce5f66ccbc Prefix battery percentage w/ a + when charging.
Adresses comments on MR.
Add a comment explaining the magic behind CRe's charging icon when using
CRE's full (top) status bar.
2015-09-09 17:37:35 +02:00
Huang Xin
02938163b9 Merge pull request #1626 from Frenzie/travis
Spec updates for new font
2015-09-08 09:36:30 +08:00
Frans de Jonge
6eca0be44b Spec updates for new font 2015-09-07 09:42:23 +02:00
Frans de Jonge
fc115199f9 Merge pull request #1625 from NiLuJe/master
A bunch of Kindle tweaks
2015-09-06 18:55:52 +02:00
NiLuJe
d26878eb84 Update base 2015-09-06 17:44:20 +02:00
NiLuJe
6309df9dec Guard against nil text in menu widget
Allow one to go further in the FM's setting menu on legacy devices...
... and potentially shoot oneself in the foot because of the unusable
confirmdialogs (among other things ;p).
2015-09-06 17:23:48 +02:00
NiLuJe
d6ab3b5224 Fix previous commit
So it actually works as intended ;p.
2015-09-06 17:00:31 +02:00
NiLuJe
2058209aa8 More Kindle startup tweaks on legacy devices
Don't try to setup iptables if it's not there (K2/DX/DXG).
Note that we'll do it on the K3, but it'll be useless there (no wifi).
2015-09-06 16:53:24 +02:00
NiLuJe
dc7b854196 Fix input devices on K2 2015-09-06 16:47:15 +02:00
NiLuJe
ffd3f5c1cc Fix input devices on K4 2015-09-06 16:32:00 +02:00
NiLuJe
f85c10e3b9 Minor tweak to exit behavior on legacy devices.
Properly refresh the screen when exiting with the framework running.
The lua code to handle that is called while cvm is SIGSTOPP'ed, so it
doesn't help.
2015-09-06 16:23:46 +02:00
NiLuJe
df4bbc8191 Only read Kindle S/N once 2015-09-06 16:21:02 +02:00
NiLuJe
928404a6b6 Fix K4 key mappings 2015-09-06 16:19:00 +02:00
NiLuJe
a19954a201 Restart Kindle framework from an unpolluted env 2015-09-06 16:11:24 +02:00
Frans de Jonge
f674c82c57 Merge pull request #1624 from koreader/houqp-master
update base for build fix
2015-09-06 10:49:17 +02:00
Qingping Hou
9299b57684 update base for build fix 2015-09-06 00:13:49 -07:00
Qingping Hou
f09f6e0db8 Merge pull request #1621 from Frenzie/readerfont
Fix set default or fallback font string isn't picked up by lua_xgettext
2015-09-05 23:08:37 -07:00
Qingping Hou
104d24ab28 Merge pull request #1622 from NiLuJe/master
Unbreak on Kindles
2015-09-05 23:07:27 -07:00
NiLuJe
53e5366e39 Fix input devices on K3.
re #1623
2015-09-06 06:15:36 +02:00
NiLuJe
e56d30ff46 Oops. Fix my previous commit.
That basically broke startup on Kindles, which is, err, bad.
2015-09-06 05:07:43 +02:00
Frans de Jonge
d5066f85b4 Merge pull request #1620 from NiLuJe/master
Some rather critical Kobo networkmgr fixes
2015-09-05 10:57:11 +02:00
Frans de Jonge
30a95c8fc3 Fix set default or fallback font string isn't picked up by lua_xgettext 2015-09-05 10:53:46 +02:00
NiLuJe
a4ebfee83b Handle the PW3
(Dry-coded, assume it's basically a PW2 w/ the KV screen ;p)
2015-09-05 03:33:11 +02:00
NiLuJe
985cd1b6d9 Pull updated base for FT buildfix 2015-09-04 23:57:57 +02:00
NiLuJe
e56add5f07 Pull fixed base -_-" 2015-09-04 23:18:14 +02:00
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.
2015-09-04 23:14:17 +02:00
NiLuJe
89e8e4297c DroidFallbackFull went buh-bye, don't break the recipe by failing so near the
end ;).
2015-09-04 23:11:25 +02:00
NiLuJe
f8afb56953 Pull updated base for FT fixes 2015-09-04 23:10:42 +02:00
Huang Xin
66e67e8064 Merge pull request #1618 from Frenzie/new-base
Bump to latest base
2015-09-04 17:57:46 +08:00
Huang Xin
cd8d96d041 Merge pull request #1617 from Frenzie/fix-multiselect-text
Make 'default' and 'fallback' strings translatable
2015-09-04 17:31:16 +08:00
Frans de Jonge
e003aaf623 Bump to latest base 2015-09-04 11:19:19 +02:00
Frans de Jonge
f84b537954 Make 'default' and 'fallback' strings translatable 2015-09-04 10:59:07 +02:00
Huang Xin
cf41829450 Merge pull request #1616 from frankyifei/2015-9-3
replace Droidsansfallback with NotoSansCJK-Regular
2015-09-04 00:09:46 +08:00
Frans de Jonge
e935ef3ada Merge pull request #1615 from frankyifei/2015-9-3
implement GUI dialog for setting crengine fallback font
2015-09-03 17:48:32 +02:00
frankyifei
23c963ed15 replace Droidsansfallback with NotoSansCJK-Regular 2015-09-04 00:15:12 +09:30
frankyifei
059de23037 implement GUI dialog for setting crengine fallback font 2015-09-03 00:51:38 +09:30
Qingping Hou
c3eaae5e9b Merge pull request #1602 from Frenzie/external-styles
Fix clear external styles not persistent in document settings
2015-08-25 22:16:01 -07:00
Frans de Jonge
f1e8710f0f Implement persistent global style setting 2015-08-25 12:25:32 +02:00
Frans de Jonge
f9d415642a Fix clear external styles not persistent in document settings
References #1601
2015-08-25 10:58:20 +02:00
Huang Xin
a486dbc6b6 Merge pull request #1599 from Frenzie/travis
Travis update
2015-08-25 07:22:46 +08:00
Huang Xin
53a7e32c69 Merge pull request #1598 from Frenzie/json
Fix Wikipedia (HTTP now redirect to HTTPS) and slightly more robust failsafes
2015-08-25 07:20:43 +08:00
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.
2015-08-24 16:40:52 +02:00