Commit Graph

4355 Commits (5979f9f855a1901541c4ed4773482008fb3ce3fb)
 

Author SHA1 Message Date
Frans de Jonge f5a98cc7d5 Merge pull request #1637 from koreader/opds_authentication
add Basic Authentication for OPDS catalog
9 years ago
chrox b0df6d53e9 add Basic Authentication for OPDS catalog
use coroutine to support ad-hoc callback in login button so that when
the username/password is incorrect it will retry automatically
currently tested with COPS on apache

This should fix #1001.
9 years ago
Alexander Pletnev c45328f14e Add Statistic plugin (#1581 Amount of hours spent on a book)
Changes based on comments
9 years ago
Frans de Jonge 384d5eca72 Merge pull request #1636 from koreader/opds_href
fix #1593 cannot download from COPS OPDS server
9 years ago
chrox 5ec384efb5 fix #1593 cannot download from COPS OPDS server
and get rid of the ugly baseurl workaround for "Internet Archive",
actually the url building of all these catalogs is perfectly
handled with `url.absolute(base, relative)`.
9 years ago
Frans de Jonge 96f48c0956 Merge pull request #1635 from houqp/houqp-master
keyboard support for confirmbox and buttontable
9 years ago
Qingping Hou 1664cece7f ci: cache apt-get 9 years ago
Qingping Hou a62e7ee34c feat: add keyboard support for button table 9 years ago
Qingping Hou 8c14613085 fix: support self.selected override for FocusManager 9 years ago
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.
9 years ago
Qingping Hou cdd17906f6 refactor: ui/font:getFace 9 years ago
Qingping Hou 2599974c2d Merge pull request #1633 from chrox/master
fix travis build segfault hopefully
9 years ago
chrox cf56f6a6e5 update luajit repo url 9 years ago
chrox fd5d4a4cf7 fix extremely large font on certain reflowed pages 9 years ago
chrox b65b70fec6 update base and luajit-launcher 9 years ago
chrox f0dbd5939c fix travis build segfault hopefully 9 years ago
Huang Xin d952c492a1 Merge pull request #1630 from NiLuJe/master
Prefix battery percentage w/ a + when charging.
9 years ago
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.
9 years ago
Huang Xin 02938163b9 Merge pull request #1626 from Frenzie/travis
Spec updates for new font
9 years ago
Alexander Pletnev 52d821df00 Add Statistic plugin (#1581 Amount of hours spent on a book) 9 years ago
Frans de Jonge 6eca0be44b Spec updates for new font 9 years ago
Frans de Jonge fc115199f9 Merge pull request #1625 from NiLuJe/master
A bunch of Kindle tweaks
9 years ago
NiLuJe d26878eb84 Update base 9 years ago
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).
9 years ago
NiLuJe d6ab3b5224 Fix previous commit
So it actually works as intended ;p.
9 years ago
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).
9 years ago
NiLuJe dc7b854196 Fix input devices on K2 9 years ago
NiLuJe ffd3f5c1cc Fix input devices on K4 9 years ago
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.
9 years ago
NiLuJe df4bbc8191 Only read Kindle S/N once 9 years ago
NiLuJe 928404a6b6 Fix K4 key mappings 9 years ago
NiLuJe a19954a201 Restart Kindle framework from an unpolluted env 9 years ago
Frans de Jonge f674c82c57 Merge pull request #1624 from koreader/houqp-master
update base for build fix
9 years ago
Qingping Hou 9299b57684 update base for build fix 9 years ago
Qingping Hou f09f6e0db8 Merge pull request #1621 from Frenzie/readerfont
Fix set default or fallback font string isn't picked up by lua_xgettext
9 years ago
Qingping Hou 104d24ab28 Merge pull request #1622 from NiLuJe/master
Unbreak on Kindles
9 years ago
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