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 9af3e95d9d Kindle: Fix a smattering of frontlight bugs
* afterResume had *two* different implementations, so the historical one
  that handled frontlight fixups no longer ran
  (regression since #10426)
* isFrontlightOn was completely broken, for a couple of reasons:
  * There was no is isFrontlightOnHW implementation, so when it ran, it
    mostly always thought the frontlight was on, because
    self.fl_intensity doesn't change on toggle off.
  * _decideFrontlightState was never called on Kindle,
    so isFrontlightOnHW was never really called, making isFrontlightOn
    completely useless. Call it in setIntensityHW's coda, as it ought to
    be. And properly document that.

Generic *was* calling _decideFrontlightState is setIntensity, but
*before* actually setting the frontlight, which makes no goddamn sense,
so get rid of that, too.

* Also fix frontlight toggle notifications (regression since #10305)

TL;DR: The PowerD API being a mess strikes again.
6 months ago
..
android Kindle: Fix a smattering of frontlight bugs 6 months ago
cervantes NetworkManager: Allow backends to report connection failures early 9 months ago
dummy Clarify our OOP semantics across the codebase (#9586) 2 years ago
generic Kindle: Fix a smattering of frontlight bugs 6 months ago
kindle Kindle: Fix a smattering of frontlight bugs 6 months ago
kobo Kindle: Handle the PW5 SE properly (#11049) 7 months ago
pocketbook Kindle: Fix a smattering of frontlight bugs 6 months ago
remarkable NetworkManager: Allow backends to report connection failures early 9 months ago
sdl Kindle: Fix a smattering of frontlight bugs 6 months ago
sony-prstux NetworkManager: Allow backends to report connection failures early 9 months ago
devicelistener.lua Kindle: Fix a smattering of frontlight bugs 6 months ago
gesturedetector.lua GestureDetector: Make two_finger pans & swipes report the same sort of data than their standard brethren (#10649) 11 months ago
input.lua Kobo: Fix the input translation on the Elipsa 2E (#10802) 9 months ago
key.lua InputContainer: Fall cleanup ;). 2 years ago
sysfs_light.lua Kobo: Yet another attempt at working around the hangs on the latest NXP boards (#10771) 10 months ago
thirdparty.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
wakeupmgr.lua WakeupMgr: Forward rtc_dev & dodgy_rtc to the backend 7 months ago