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 9bf19d1bb3
Assorted bag'o tweaks & fixes (#9569)
* UIManager: Support more specialized update modes for corner-cases:
  * A2, which we'll use for the VirtualKeyboards keys (they'd... inadvertently switched to UI with the highlight refactor).
  * NO_MERGE variants of ui & partial (for sunxi). Use `[ui]` in ReaderHighlight's popup, because of a Sage kernel bug that could otherwise make it translucent, sometimes completely so (*sigh*).
* UIManager: Assorted code cleanups & simplifications.
* Logger & dbg: Unify logging style, and code cleanups.
* SDL: Unbreak suspend/resume outside of the emulator (fix #9567).
* NetworkMgr: Cache the network status, and allow it to be queried. (Used by AutoSuspend to avoid repeatedly poking the system when computing the standby schedule delay).
* OneTimeMigration: Don't forget about `NETWORK_PROXY` & `STARDICT_DATA_DIR` when migrating `defaults.persistent.lua` (fix #9573)
* WakeupMgr: Workaround an apparent limitation of the RTC found on i.MX5 Kobo devices, where setting a wakealarm further than UINT16_MAX seconds in the future would apparently overflow and wraparound... (fix #8039, many thanks to @yfede for the extensive deep-dive and for actually accurately pinpointing the issue!).
* Kobo: Handle standby transitions at full CPU clock speeds, in order to limit the latency hit.
* UIManager: Properly quit on reboot & exit. This ensures our exit code is preserved, as we exit on our own terms (instead of being killed by the init system). This is important on platforms where exit codes are semantically meaningful (e.g., Kobo).
* UIManager: Speaking of reboot & exit, make sure the Screensaver shows in all circumstances (e.g., autoshutdown, re: #9542)), and that there aren't any extraneous refreshes triggered. (Additionally, fix a minor regression since #9448 about tracking this very transient state on Kobo & Cervantes).
* Kindle: ID the upcoming Scribe.
* Bump base (https://github.com/koreader/koreader-base/pull/1524)
2 years ago
..
readeractivityindicator.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerback.lua Allow Backspace to work as back button 2 years ago
readerbookmark.lua Highlight: add note marker (#9395) 2 years ago
readerconfig.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readercoptlistener.lua AutoSuspend: Make sure we send a LeaveStandby event ASAP (#9173) 2 years ago
readercropping.lua Non-touch: highlight movement improvement and enable page crop (#8947) 2 years ago
readerdevicestatus.lua DoubleSpinWidget, SpinWidget: add units, make usage more consistent (#9046) 2 years ago
readerdictionary.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerdogear.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerflipping.lua Update UI layout code to use new SVG icons 4 years ago
readerfont.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerfooter.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readergoto.lua [feat] Non-touch improvements (#8859) 2 years ago
readerhighlight.lua Assorted bag'o tweaks & fixes (#9569) 2 years ago
readerhinting.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerkoptlistener.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerlink.lua Misc: Use the ^ operator instead of math.pow (#9550) 2 years ago
readermenu.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerpagemap.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerpaging.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerpanning.lua feat: add logger module & rewrite kobo suspend script in lua 8 years ago
readerrolling.lua Assorted bag'o tweaks & fixes (#9569) 2 years ago
readerrotation.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
readerscrolling.lua Misc: Use the ^ operator instead of math.pow (#9550) 2 years ago
readersearch.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerstatus.lua BookStatusWidget: fix status toggle (#8329) 3 years ago
readerstyletweak.lua [core] Remove a bunch of superflous semicolons (#9449) 2 years ago
readerthumbnail.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2 years ago
readertoc.lua Non-touch: fix crash when expanding ToC (#8892) 2 years ago
readertypeset.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readertypography.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readeruserhyph.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerview.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
readerwikipedia.lua [feat] Non-touch improvements (#8859) 2 years ago
readerzooming.lua SpinWidget: similar size in portrait and landscape (#8226) 3 years ago