Commit Graph

4677 Commits (e3137134f8b6923cc80e3ca92ac814463dfa0de2)
 

Author SHA1 Message Date
Qingping Hou 4b34067474 Merge pull request #1879 from GeneralFailer/master
"Wifi" -> "Wi-Fi"
8 years ago
GeneralFailer 10f9f1b1a7 "Wifi" -> "Wi-Fi" 8 years ago
Huang Xin fefd89013d Merge pull request #1878 from koreader/houqp-master
doc: add new files in travis doc push
8 years ago
Qingping Hou f1ba3ef10d doc: add new files in travis doc push 8 years ago
Huang Xin 025daad708 Merge pull request #1877 from koreader/houqp-master
fix: delay showReader after UIManager:run is called
8 years ago
Qingping Hou 3334bf8fe7 fix: delay showReader after UIManager:run is called 8 years ago
Qingping Hou 7152970d53 Merge pull request #1875 from Hzj-jie/master
E-ink optimization setting should be correctly set after restart.
8 years ago
Zijie He 61ec784f91 Add eink_optimization_spec 8 years ago
zijiehe f0c675d722 E-ink optimization setting should be correctly set after restart. 8 years ago
Huang Xin 30c630ba2f Merge pull request #1873 from koreader/houqp-master
layout adjustment for readerstatus & autoRefreshTime bug fix
8 years ago
Qingping Hou e52c74afcc test: more uimanager scheduler test 8 years ago
Qingping Hou 1ede9d03f1 fix: avoid initializing readerfooter multiple times
This will create multiple autoRefreshTime function and crash the reader on exit
8 years ago
Qingping Hou ada373e247 kobo: refresh screen after close screensaver on resume 8 years ago
Qingping Hou fad50772ce minor: fix luacheck errors 8 years ago
Qingping Hou c37b0c815a wbuiler: add sample code for testing bookstatus 8 years ago
Qingping Hou b0d4915977 progressbar: fix infill offset in bookstatus 8 years ago
Qingping Hou 10ded583b9 minor: adjust kvpage and dictlookup for new closebutton 8 years ago
Qingping Hou 34e0238b6f readermenu: move book status to info tab & minor cleanup 8 years ago
Qingping Hou a99ab5a976 bookstatus: adjust layout and spacing for bookstatus page 8 years ago
Qingping Hou b65983da1a multi-touch: add tests for gesturerange moudle 8 years ago
Qingping Hou 6fccb610c4 doc: update rendertext 8 years ago
Huang Xin 2fda2d0a2b Merge pull request #1869 from koreader/houqp-master
fix double crash in readerui...
8 years ago
Qingping Hou e812f7d0d6 kobo: fix typo during refactoring, luacheck is the best check 8 years ago
Qingping Hou 7a22282dbe statistics: show current value in setting 8 years ago
Qingping Hou 5e8c5243c4 uimanager: fix crash on crash.... 8 years ago
Qingping Hou cf70e86552 kobo: move reader setting outside of nicke_conf module 8 years ago
Qingping Hou 58e7103c34 Merge pull request #1863 from NiLuJe/master
Minor Kobo tweaks
8 years ago
NiLuJe e60de3044c Keep intensity in sync at the config level too
Make sure frontlight_intensity in reader.lua settings matches what we
write into Nikcel's config
8 years ago
NiLuJe a82fe3ac44 is_fl_on -> is_frontlight_on outside of powerd
Matches the reader setting we're reading/writing at that point,
and avoids confusion related to scoping because it doesn't necessarily
match powerd.is_fl_on at that point.

Well, at least I had to wrap my mind around it ^^
8 years ago
NiLuJe 45bb1ef79e Bump base 8 years ago
Qingping Hou 4751aba46c kobo: rewording, turns out has_toggle_btn != has_state_cfg :( 8 years ago
Qingping Hou 399d676cf0 kobo: rename frontlight_state config to is_frontlight_on 8 years ago
Qingping Hou 8190093f83 kobo: don't create FrontLightState config if it didn't exist to begin with 8 years ago
Qingping Hou 8b7658b8cd kobo: always keep intensity value and is_fl_on in sync 8 years ago
Qingping Hou 08b08d69f7 kobo: always set light intensity to 0 if state is nil or false 8 years ago
Qingping Hou cf3b97537b kobo: build fl_state based on fl_intensity if model does not support toggle 8 years ago
Qingping Hou 9afae91b13 chore: rename frontlight related variables to keep style consistent
flIntensity -> fl_intensity
flState -> is_fl_on
fallback_FrontLightLevel -> fallback_fl_level
8 years ago
Qingping Hou 32874b18c5 kodev: fix clean command for android 8 years ago
NiLuJe f213fb6405 Bypass flState on suspend/wakeup
We pretty much always want to turn it off on suspend, and turn it on to
some measure on wakeup.

That, and nickel's FrontLightState is completely nonsensical on my device anyway...
8 years ago
NiLuJe 770625d756 Tweak the 'IR down on resume' workaround...
Only apply it when started from nickel, because I'm guessing we'd have
seen a number of reports of this if it happened more widely...
8 years ago
NiLuJe 85737e2b9d Forcibly re-activate IR grid on resume...
re #1862
8 years ago
NiLuJe ea382aea86 Tweak the sd is ro check a bit
Inspired from MRPI, but without a strict check of the device name,
because I'm not sure it'll be the same across the whole range of
Kobos...
8 years ago
NiLuJe 150aac1630 More comment tweaks re: Kobo suspend 8 years ago
NiLuJe 06e1bd4ed2 Slightly more accurate comments re: Kobo suspend 8 years ago
NiLuJe fe13af9d7e More Kobo suspend tweaks...
Basically more loging to debug suspend issues...
AFAICT, having anything plugged in over USB will screw things up, for
instance.
8 years ago
NiLuJe 6c8bbfd470 Unbreak Kobo frontlight -> off when suspending.
If no-one touches anything, flState stays false...
And anyway, we should unconditionally disable the fl on sleep.
8 years ago
Huang Xin 203048cf40 Merge pull request #1864 from koreader/houqp-master
unschedule footer clock refresh task on document close.
8 years ago
Qingping Hou d4254e5266 fix: unschedule auto refresh footer task on document close 8 years ago
Qingping Hou 93b9e245a9 doc: update hacking 8 years ago
Huang Xin 09d477418c Merge pull request #1861 from NiLuJe/master
Some more Kindle 5.7 fixes...
8 years ago