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/device
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
..
android add custom mapping for tolino buttons (#9509) 2 years ago
cervantes Assorted bag'o tweaks & fixes (#9569) 2 years ago
dummy add dummy device & rename runtimectl:setDevice to runtimectl:init 6 years ago
generic Assorted bag'o tweaks & fixes (#9569) 2 years ago
kindle Assorted bag'o tweaks & fixes (#9569) 2 years ago
kobo Assorted bag'o tweaks & fixes (#9569) 2 years ago
pocketbook Assorted bag'o tweaks & fixes (#9569) 2 years ago
remarkable Assorted bag'o tweaks & fixes (#9569) 2 years ago
sdl Assorted bag'o tweaks & fixes (#9569) 2 years ago
sony-prstux Assorted bag'o tweaks & fixes (#9569) 2 years ago
devicelistener.lua ImageViewer: Followup to #9529 (#9544) 2 years ago
gesturedetector.lua ImageViewer: Followup to #9529 (#9544) 2 years ago
input.lua Assorted bag'o tweaks & fixes (#9569) 2 years ago
key.lua Refactoring hardware abstraction 10 years ago
sysfs_light.lua Misc: Use the ^ operator instead of math.pow (#9550) 2 years ago
thirdparty.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
wakeupmgr.lua Assorted bag'o tweaks & fixes (#9569) 2 years ago