2
0
mirror of https://github.com/koreader/koreader synced 2024-11-13 19:11:25 +00:00
koreader/frontend/ui
zwim 4dbaca180a
PM: Optimize task queue handling around standby (#10203)
Instead of firing on(Enter|Leave)Standby Events, and having every other piece of code that might care about that handle re-scheduling their stuff themselves; simply make the standby implementation (i.e., AutoSuspend's) shift the whole task queue by the amount of time spent in standby to re-sync everything automatically.

(This is necessary in the first place because Linux, as the task queue ticks in CLOCK_MONOTONIC, which does *not* tick during suspend/standby; while we expect most of the tasks scheduled to actually reflect real world clock delays).
2023-04-05 20:54:47 +02:00
..
data Reader: do not apply font size out of range (#10295) 2023-04-04 08:11:02 +03:00
elements ReaderLink: allow a forward location stack (#10228) 2023-03-29 18:32:44 +02:00
message Calibre: Log errors on wireless connection failures (#9914) 2022-12-17 22:37:23 +01:00
network Device: Handle network info data gathering ourselves (#10139) 2023-02-21 00:46:19 +01:00
plugin Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
widget File browser: show Folder Menu on long-press on Home icon (#10298) 2023-04-05 08:24:41 +03:00
bidi.lua Bidi: keep invert() generic, handle settings in ReaderView (#8876) 2022-03-08 21:27:11 +01:00
downloadmgr.lua CloudStorage: remove cloudmgr (#9532) 2022-09-20 11:54:57 +02:00
event.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
font.lua UI font fallbacks: use bold fonts if present for bold (#9621) 2022-10-25 12:18:46 +02:00
geometry.lua ImageViewer: Followup to #9529 (#9544) 2022-09-21 23:26:22 +02:00
gesturerange.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
hook_container.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
language.lua [i18n] Enable Farsi (#10017) 2023-01-10 21:27:36 +01:00
menusorter.lua [fix] MenuSorter: use orderedPairs for orphans (#6403) 2020-07-20 20:58:01 +02:00
otamanager.lua OTAManager: pick the right binaries on Android x86_64 2023-02-02 21:04:11 +01:00
quickstart.lua Quick start guide: fix links to images (#8072) 2021-08-14 22:53:46 +02:00
renderimage.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2022-09-28 01:10:50 +02:00
rendertext.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
screensaver.lua [i18n] Fix untranslated "Screensaver message" (#10217) 2023-03-17 21:30:25 +01:00
size.lua [RFC] Pagination UI shenanigans (#7335) 2021-02-25 05:15:23 +01:00
time.lua time: Fix another subtle FP issue in split_s_us 2022-10-25 01:47:01 +02:00
translator.lua Misc: Unify error logging on network errors (#9523) 2022-09-17 00:08:00 +02:00
trapper.lua Cleanup various varargs shenanigans (#9624) 2022-10-12 19:59:48 +02:00
uimanager.lua PM: Optimize task queue handling around standby (#10203) 2023-04-05 20:54:47 +02:00
viewhtml.lua View HTML: add CSS helpers with long-press 2023-03-05 23:42:24 +01:00
wikipedia.lua Logger: Use serpent instead of dump (#9588) 2022-10-06 02:21:03 +02:00