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
David Engster 596e20e588 [feat] kobo/powerd: Support for automatic warmth
This is the first step to support "automatic warmth", meaning that
warmth will be set according to the current time. The user can set a
"bedtime" at which warmth should be maximal. Warmth will increase
towards approaching bedtime and decrease afterwards.

Add new members 'auto_warmth' and 'max_warmth_hour' which tell if this
feature is enabled and the "bedtime", resp. Add a method
'calculateAutoWarmth' which will set the current warmth according to
the current time. The progression is linear but not symmetrical: we
start 5h before "bedtime", but turn back warmth to '0' 2h after it, to
make sure that warmth is '0' in the morning.

For automatically setting warmth in the background we use the
backgroundrunner plugin, because not only is it more comfortable to
use, but we also cannot require 'uimanager' during device
initialization.
7 years ago
..
android [chore] Code cleanup : deprecate the 'Enter' event, replaced with 'Press' (#3815) 7 years ago
generic Add new options to screensaver (#3535) 7 years ago
kindle [chore] Code cleanup : deprecate the 'Enter' event, replaced with 'Press' (#3815) 7 years ago
kobo [feat] kobo/powerd: Support for automatic warmth 7 years ago
pocketbook Partial fix for 3477 (#3568) 7 years ago
sdl [chore] Code cleanup : deprecate the 'Enter' event, replaced with 'Press' (#3815) 7 years ago
gesturedetector.lua Really disable double tap when 'disable_double_tap' is set 8 years ago
input.lua [chore] Code cleanup : deprecate the 'Enter' event, replaced with 'Press' (#3815) 7 years ago
key.lua Refactoring hardware abstraction 10 years ago