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 86c35ad066
A host of low power states related tweaks (#9036)
* Disable all non power management related input during suspend. (This prevents wonky touch events from being tripped when closing a sleep cover on an already-in-suspend device, among other things).
* Kobo: Use our WakeupMgr instance, not the class.
* WakupMgr: split `removeTask` in two: 
* `removeTask`, which *only* takes a queue index as input, and only removes a single task. Greatly simplifies the function (i.e., it's just a `table.remove`).
* `removeTasks`, which takes an epoch or a cb ref, and removes *every* task that matches.
* Both of these will also *always* re-schedule the next task (if any) on exit, since we can have multiple WakeupMgr tasks queued, but we can only have a single RTC wake alarm set ;).
* `wakeupAction` now takes a `proximity` argument, which it passes on to its `validateWakeupAlarmByProximity` call, allowing call sites to avoir having to duplicate that call themselves when they want to use a custom proximity window.
* `wakeupAction` now re-schedules the next task (if any) on exit.
* Simplify `Kobo:checkUnexpectedWakeup`, by removing the duplicate `WakerupMgr:validateWakeupAlarmByProximity` call, now that we can pass a proximity window to `WakeuoMgr:wakeupAction`.
* The various network activity timeouts are now halved when autostandby is enabled.
* Autostandby: get rid of the dummy deadline_guard task, as it's no longer necessary since #9009.
* UIManager: The previous change allows us to simplify `getNextTaskTimes` into a simpler `getNextTaskTime` variant, getting rid of a table & a loop.
* ReaderFooter & ReaderHeader: Make sure we only perform a single refresh when exiting standby.
* Kobo: Rewrite sysfs writes to use ANSI C via FFI instead of stdio via Lua, as it obscured some common error cases (e.g., EBUSY on /sys/power/state).
* Kobo: Simplify `suspend`, now that we have sane error handling in sysfs writes.
* Kobo.powerd: Change `isCharging` & `isAuxCharging` behavior to match the behavior of the NTX ioctl (i.e., Charging == Plugged-in). This has the added benefit of making the AutoSuspend checks behave sensibly in the "fully-charged but still plugged in" scenario (because being plugged in is enough to break PM on `!canPowerSaveWhileCharging` devices).
* AutoSuspend: Disable our `AllowStandby` handler when auto standby is disabled, so as to not interfere with other modules using `UIManager:allowStandby` (fix #9038).
* PowerD: Allow platforms to implement `isCharged`, indicating that the battery is full while still plugged in to a power source (battery icon becomes a power plug icon).
* Kobo.powerd: Implement `isCharged`, and kill charging LEDs once battery is full.
* Kindle.powerd: Implement `isCharged` on post-Wario devices. (`isCharging` is still true in that state, as it ought to).
2 years ago
..
readeractivityindicator.lua ReaderActivityIndicator: fix isStub() 4 years ago
readerback.lua Allow Backspace to work as back button 2 years ago
readerbookmark.lua [feat] Non-touch improvements (#8859) 2 years ago
readerconfig.lua Non-Touch: improve bottom menu usability (#8712) 2 years ago
readercoptlistener.lua A host of low power states related tweaks (#9036) 2 years ago
readercropping.lua Non-touch: highlight movement improvement and enable page crop (#8947) 2 years ago
readerdevicestatus.lua DoubleSpinWidget buttons move (#8490) 3 years ago
readerdictionary.lua [feat] Non-touch improvements (#8859) 2 years ago
readerdogear.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
readerflipping.lua Update UI layout code to use new SVG icons 4 years ago
readerfont.lua Dispatcher: Set font 3 years ago
readerfooter.lua A host of low power states related tweaks (#9036) 2 years ago
readergoto.lua [feat] Non-touch improvements (#8859) 2 years ago
readerhighlight.lua readerhighlight: keep highlight for default action 'Translate' 2 years ago
readerhinting.lua minor(readerhinting): access document directly instead of from ui 8 years ago
readerkoptlistener.lua "Simplify" HW/SW dithering checks 2 years ago
readerlink.lua PDF: align page view with target when following internal link (#8907) 2 years ago
readermenu.lua [Non-Touch] Don't add touch-related menu items (#8608) 2 years ago
readerpagemap.lua _mirroredUI do not set at require time 2 years ago
readerpaging.lua PDF: align page view with target when following internal link (#8907) 2 years ago
readerpanning.lua feat: add logger module & rewrite kobo suspend script in lua 8 years ago
readerrolling.lua UIManager:discardEvents(): use accurate "now" 2 years ago
readerrotation.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
readerscrolling.lua Fix scrolling, add inertial scroll on non-eInk devices 3 years ago
readersearch.lua [feat] Non-touch improvements (#8859) 2 years ago
readerstatus.lua BookStatusWidget: fix status toggle (#8329) 3 years ago
readerstyletweak.lua Allow Backspace to work as back button 2 years ago
readerthumbnail.lua Add Book map and Page browser features 2 years ago
readertoc.lua Non-touch: fix crash when expanding ToC (#8892) 2 years ago
readertypeset.lua Doc settings reset: fix default block_rendering_mode (#8792) 2 years ago
readertypography.lua DoubleSpinWidget buttons move (#8490) 3 years ago
readeruserhyph.lua UserHyph: Scrub and sort user dict (#8863) 2 years ago
readerview.lua Readerview: fix checkAutoSaveSettings() with enabled standby (#8961) 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