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/apps/reader/modules
NiLuJe 37a01100b7
Various Wi-Fi QoL improvements (#6424)
* Revamped most actions that require an internet connection to a new/fixed backend that allows forwarding the initial action and running it automatically once connected. (i.e., it'll allow you to set "Action when Wi-Fi is off" to "turn_on", and whatch stuff connect and do what you wanted automatically without having to re-click anywhere instead of showing you a Wi-Fi prompt and then not doing anything without any other feedback).
* Speaking of, fixed the "turn_on" beforeWifi action to, well, actually work. It's no longer marked as experimental.
* Consistently use "Wi-Fi" everywhere.
* On Kobo/Cervantes/Sony, implemented a "Kill Wi-Fi connection when inactive" system that will automatically disconnect from Wi-Fi after sustained *network* inactivity (i.e., you can keep reading, it'll eventually turn off on its own). This should be smart and flexible enough not to murder Wi-Fi while you need it, while still not keeping it uselessly on and murdering your battery.
(i.e., enable that + turn Wi-Fi on when off and enjoy never having to bother about Wi-Fi ever again).
* Made sending `NetworkConnected` / `NetworkDisconnected` events consistent (they were only being sent... sometimes, which made relying on 'em somewhat problematic).
* restoreWifiAsync is now only run when really needed (i.e., we no longer stomp on an existing working connection just for the hell of it).
* We no longer attempt to kill a bogus non-existent Wi-Fi connection when going to suspend, we only do it when it's actually needed.
* Every method of enabling Wi-Fi will now properly tear down Wi-Fi on failure, instead of leaving it in an undefined state.
* Fixed an issue in the fancy crash screen on Kobo/reMarkable that could sometime lead to the log excerpt being missing.
* Worked-around a number of sneaky issues related to low-level Wi-Fi/DHCP/DNS handling on Kobo (see the lengthy comments [below](https://github.com/koreader/koreader/pull/6424#issuecomment-663881059) for details). Fix #6421 
Incidentally, this should also fix the inconsistencies experienced re: Wi-Fi behavior in Nickel when toggling between KOReader and Nickel (use NM/KFMon, and run a current FW for best results).
* For developers, this involves various cleanups around NetworkMgr and NetworkListener. Documentation is in-line, above the concerned functions.
4 years ago
..
readeractivityindicator.lua Support the White Kindle PW3 & the Kindle Oasis. 8 years ago
readerback.lua ReaderBack: allow for disabling back history (#3862) 6 years ago
readerbookmark.lua allow some strings to be translated (#6428) 4 years ago
readerconfig.lua [feat] Add MuPDF EPUB/FB2 dynamic font size (#5282) 5 years ago
readercoptlistener.lua Remove DCREREADER_PROGRESS_BAR (#5641) 4 years ago
readercropping.lua Fix partial HW dithered refreshes sometimes appearing to shift refreshed content (#6267) 4 years ago
readerdevicestatus.lua Floor dimension computations (mul/div). (#6264) 4 years ago
readerdictionary.lua Various Wi-Fi QoL improvements (#6424) 4 years ago
readerdogear.lua [RTL UI] update widgets and apps for UI mirroring 4 years ago
readerflipping.lua [UX] Gesture manager: corner gestures (#4878) 5 years ago
readerfont.lua Dispatcher: use sections (#6364) 4 years ago
readerfooter.lua Various Wi-Fi QoL improvements (#6424) 4 years ago
readergesture.lua ReaderGesture: cleanup (#6292) 4 years ago
readergoto.lua Adds ReaderPageMap, to optionally show source pages numbers 4 years ago
readerhighlight.lua Text selection: cleanup text obtained from engines (#6410) 4 years ago
readerhinting.lua minor(readerhinting): access document directly instead of from ui 8 years ago
readerkoptlistener.lua fix #835 10 years ago
readerlink.lua ReaderGesture: cleanup (#6292) 4 years ago
readermenu.lua ReaderGesture: cleanup (#6292) 4 years ago
readerpagemap.lua ReaderGesture: cleanup (#6292) 4 years ago
readerpaging.lua ReaderGesture: cleanup (#6292) 4 years ago
readerpanning.lua feat: add logger module & rewrite kobo suspend script in lua 7 years ago
readerrolling.lua ReaderGesture: cleanup (#6292) 4 years ago
readerrotation.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
readersearch.lua [RTL UI] update widgets and apps for UI mirroring 4 years ago
readerstatus.lua Allow automatically marking the book as read on end of doc (#6256) 4 years ago
readerstyletweak.lua Style tweaks: use 0.8rem instead of 80% for in-page footnotes 4 years ago
readertoc.lua SetNightMode event & Night Mode refresh rate (#6386) 4 years ago
readertypeset.lua Adds ReaderTypography (replaces ReaderHyphenation) (#6072) 4 years ago
readertypography.lua Fix partial HW dithered refreshes sometimes appearing to shift refreshed content (#6267) 4 years ago
readerview.lua Don't store document-specific rotation when sticky rotation is enabled (#6423) 4 years ago
readerwikipedia.lua Various Wi-Fi QoL improvements (#6424) 4 years ago
readerzooming.lua [UX] Move double tap to gesture manager (#6322) 4 years ago