You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui
Tomas Janousek 4fa6783dbb NetworkMgr: Use cheaper/simpler hasDefaultRoute in isOnline
Device:getDefaultRoute parses /proc/net/route and converts the hex
addresses to textual IP addresses, but in `isOnline` we don't care what
address the gateway actually has, we only care about whether we have a
default route into the Internet.

This provides a simpler alternative that does the equivalent of
"ip route get 203.0.113.1 || ip route get 2001:db8::1" (note that it
does support IPv6-only connectivity as opposed to
Device:getDefaultRoute) and returns true if we have a route.

Inspired by https://github.com/pavel-odintsov/get_default_outgoing_ip_linux
2 months ago
..
data [minor] CSS tweaks: fix typo cellpading → celpadding (#11618) 2 months ago
elements [i18n] Font UI fallbacks: insert replacement characters with template for Weblate compatibility (#11614) 2 months ago
message HttpInspector: new plugin for developers to inspect KOReader (#11457) 4 months ago
network NetworkMgr: Use cheaper/simpler hasDefaultRoute in isOnline 2 months ago
plugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
widget [minor] FileChooser: use en-dash instead of dash for UI (#11615) 2 months ago
bidi.lua [chore] replace utf8 bytes with Unicode escape sequence 10 months ago
downloadmgr.lua CloudStorage: remove cloudmgr (#9532) 2 years ago
event.lua Cleanup various varargs shenanigans (#9624) 2 years ago
font.lua Decrease fonts memory use (#10618) 11 months ago
geometry.lua Chore: Review FrameContainer constructors for shared dimen objects 5 months ago
gesturerange.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2 years ago
hook_container.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
language.lua [i18n] Add en-GB and Romanian translation to UI (#11577) 2 months ago
menusorter.lua [fix] MenuSorter: use orderedPairs for orphans (#6403) 4 years ago
otamanager.lua OTAManager: Slightly less cryptic error on connectivity issues 5 months ago
quickstart.lua Quick start guide: fix links to images (#8072) 3 years ago
renderimage.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
rendertext.lua TextBoxWidget: allow showing bits of text in bold 5 months ago
screensaver.lua Screensaver: 0% only on first page, 100% only on final page (#11541) 3 months ago
size.lua [RFC] Pagination UI shenanigans (#7335) 3 years ago
time.lua time: Fix another subtle FP issue in split_s_us 2 years ago
translator.lua TextViewer: add dialog to set font size and justify text (#11210) 6 months ago
trapper.lua Widgets: Unschedule timeouts on early close (#11126) 6 months ago
uimanager.lua HttpInspector: new plugin for developers to inspect KOReader (#11457) 4 months ago
viewhtml.lua TextViewer: add dialog to set font size and justify text (#11210) 6 months ago
wikipedia.lua Wikipedia EPUBs: add settings for include/highres images (#11544) 3 months ago