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/plugins
zwim 6fdb83017b
[plugin] AutoDim: reschedule on every tap (#9243)
This is a maintenance PR.
With scheduling the next autodim_check on every tap, we can keep the device longer in standby mode. So we have more power savings.

The long story: The current version works like that:
Let's say I set the idle-time to 3 min and I need 2.5 min to read a page.
Start at 0 min (next scheduled check is at/in 3 min)
Read and tap to turn page after 2.5 min (next scheduled check is at 3 min - in 0.5 min)
At 3 min there is a scheduled_check (wakeup) -> reschedule check in 3 min.
Read and tap to turn page after 2.5 min (no wakeup)
Then after 1 min there is a wakeup -> reschedule.
---> So I get an additional wakeup on every second page.

This PR solves the problem: During normal reading I don't get any wakeup during reading. (The only drawback is, that one function is unscheduled/scheduled on every tap, but that is no big deal).
2 years ago
..
SSH.koplugin [feat] Non-touch improvements (#8859) 2 years ago
autodim.koplugin [plugin] AutoDim: reschedule on every tap (#9243) 2 years ago
autofrontlight.koplugin Auto frontlight plugin: Newer Oasis models are also supported (#9202) 2 years ago
autostandby.koplugin SpinWidget: similar size in portrait and landscape (#8226) 3 years ago
autosuspend.koplugin UIManager: Simplify setPMInputTimeout (from #9173) 2 years ago
autoturn.koplugin Autoturn: change to minutes and seconds (#9055) 2 years ago
autowarmth.koplugin AutoDim: Allow to dim the frontlight on idle (#9028) 2 years ago
backgroundrunner.koplugin [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2 years ago
batterystat.koplugin Battery Stat: for real (#8694) 2 years ago
bookshortcuts.koplugin Book Shortcuts: allow recursively searching folders 2 years ago
calibre.koplugin fix: attempt to call local start_time (number) (#9086) 2 years ago
coverbrowser.koplugin Show TitleBar left and right buttons on non-touch devices (#9041) 2 years ago
coverimage.koplugin [feat] Non-touch improvements (#8859) 2 years ago
docsettingtweak.koplugin [plugin] DocSettingTweak: disable on NT devices (#8599) 2 years ago
exporter.koplugin Better meta parsing for exporter (#9220) 2 years ago
gestures.koplugin DoubleSpinWidget, SpinWidget: add units, make usage more consistent (#9046) 2 years ago
hello.koplugin Dispatcher: Revamp sections and item order 3 years ago
japanese.koplugin Minor Lua I/O cleanups (#8921) 2 years ago
keepalive.koplugin Use PluginShare to share the keepalive state (#7416) 3 years ago
kosync.koplugin Make luacheck >= 0.26 happy (#9174) 2 years ago
movetoarchive.koplugin ReaderUI: Saner FM/RD lifecycle 3 years ago
newsdownloader.koplugin Revert NewsDownloader (#8953) 2 years ago
opds.koplugin OPDSBrowser: Handle renderImageData failure in streamPages 2 years ago
perceptionexpander.koplugin [feat] Non-touch improvements (#8859) 2 years ago
profiles.koplugin [feat] Non-touch improvements (#8859) 2 years ago
qrclipboard.koplugin [fix] Minor doc touchups re. QR encode (#6861) 4 years ago
readtimer.koplugin datetimewidget: simpler usage, allows 2 to 6 numberpickers for date and time (#9070) 2 years ago
statistics.koplugin [plugin, statistics] simplify ReaderProgress for better translations (#9113) 2 years ago
systemstat.koplugin [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2 years ago
terminal.koplugin [plugin, Terminal] fix crash on clear screen (#9119) 2 years ago
texteditor.koplugin [feat] Non-touch improvements (#8859) 2 years ago
timesync.koplugin Cleanup eye-gouging madness around io.read calls (#7149) 3 years ago
vocabbuilder.koplugin Vocabulary builder: store word context, other tweaks and fixes (#9195) 2 years ago
wallabag.koplugin [plugin] Wallabag: archive instead of deleting read articles by default (#9018) 2 years ago