Commit Graph

4588 Commits (770625d756868c713c897575da6750726761315b)
 

Author SHA1 Message Date
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
NiLuJe 7d0c354ffb Unbreak battery status refresh on resume on Kindle
Went kaput w/ #1854
8 years ago
NiLuJe aa0450ab5d Fix volumd's USBMS splash screen on FW 5.7.x
That clears up my previous queries abour the dual checks ;p.
8 years ago
NiLuJe b0c2821ed8 More accurate comment.
I think better on a full stomach ;p.
8 years ago
NiLuJe 278f060c2a Disable the Kindle passcode while we're running
Because we cannot deal with it properly...
We'd need to be able to stop eating all input, and have a lot of luck
with refresh timings to actually have the popup visible at the right
time.

TL;DR: it's a mess, kill it with fire.

Fix #1811
8 years ago
NiLuJe 4510625d37 Unbreak native screensavers on Kindle >= 5.7.2
Which I broke the last time I touched this.
NOTE: I'm not quire sure why the bbsave/bbrestore on stop/resume did a
double check (screensaver & charging), because that effectiely disabled
it when charging, which I don't quite understand...

Also makes sure the needsScreenRefreshAfterResume flag is honored on
Kindles, because we need it on FW >= 5.7.2

Note that this *breaks* the behavior with passcode enabled, which was
unwittingly fixed in said previous changes...

re #1811
8 years ago
Huang Xin f56b5311fb Merge pull request #1860 from frankyifei/new
update
8 years ago
frankyifei d0a8d51049 update 8 years ago
Huang Xin 03d7b7d61c Merge pull request #1855 from koreader/houqp-master
bump base for android fix
8 years ago
Qingping Hou 0772fd1439 touchmenu: fix menu height calculation 8 years ago
Qingping Hou 71184cfb73 kodev: add log command for android 8 years ago
Qingping Hou 427abd1cf6 bump base for android fix 8 years ago
Qingping Hou 9a12bd780c Merge pull request #1854 from Hzj-jie/master
Slightly refector device & powerd component, remove some magic code
8 years ago
zijiehe a183c1c64b Slightly refector device & powerd component, remove some magic code 8 years ago
Huang Xin 2d7d7f8b8b Merge pull request #1856 from houqp/fixmd5
fix: use ffi/md5 in plugins
8 years ago
Qingping Hou ac9888f106 fix: use ffi/md5 in plugins 8 years ago
Frans de Jonge 7b11491dcd Merge pull request #1853 from koreader/houqp-master
add current page to goto input hint
8 years ago
Qingping Hou 4e43dd2870 build: increase retry time for make testfront to 5 8 years ago
Qingping Hou 46ade8e795 readergoto: show current page in input hint 8 years ago
Qingping Hou 847837c5c1 readergoto: use the term page and location based on doc type 8 years ago
Qingping Hou f0dca7e9e9 Merge pull request #1848 from Hzj-jie/master
Add Nickle.frontLightState, save and restore frontlight toggle state when koreader starts
8 years ago
zijiehe e84093c414 Add a flState in Kobo, and KoboPowerD:toggleFrontlight uses flState to control the light instead of intensity. 8 years ago
Huang Xin a1d4a9603a Merge pull request #1843 from koreader/houqp-master
push doc update from travis & show book status at the end of the book
8 years ago
Qingping Hou 9857cfb93a defaults: change minimal cre font size to 12 8 years ago
Qingping Hou 8c01835458 fix: only show reader status at the end of the book 8 years ago
Qingping Hou 69f9ebd528 build: fix doc generation
also moved MD5 to koreader-base/ffi
8 years ago
Qingping Hou 042d94c3ef kodev: add verbose build option 8 years ago
Qingping Hou abd4727a0b Merge pull request #1845 from Hzj-jie/master
Mount SD card as RW on kobo, but ignore errors
8 years ago
zijiehe e7b8bdcde2 Check whether sd card is presenting and mounting as RO, before do the real remount 8 years ago
zijiehe 38553b5ef8 Mount SD card as RW on kobo, but ignore errors, since we may not have sd
card installed.
8 years ago
Qingping Hou 7003c68083 Merge pull request #1842 from NiLuJe/master
Some Kindle fixes
8 years ago
Qingping Hou c2ec448513 Merge pull request #1841 from chrox/chrox-master
fix broken extended InputDialog components
8 years ago
NiLuJe 693e732a71 Fix exit when running from KUAL on FW >= 5.6.5
Properly refresh the screen with useful stuff, instead of leaving
us hanging with an unusable mix of framework and our own crap.
8 years ago
chrox 529cb801c1 fix broken extended InputDialog components
eg. LoginDialog and MultiInputDialog
since the style refactoring in #1783.
8 years ago
NiLuJe af743d106e When started from KUAL on FW >= 5.6.5...
try to refresh the screen with more useful stuff on exit.

And because I forgot in my last commit, the issue was reported here:
http://www.mobileread.com/forums/showpost.php?p=3258045&postcount=903
8 years ago
NiLuJe d3333fe81d Prevent the status bar clock from peeking out...
When launched from KUAL on FW >= 5.7.2
8 years ago
NiLuJe 6413390490 Make Amazon's additional CJK fonts available to us
Should be a no-op on systems which don't have any.
Fix #1802
8 years ago
Qingping Hou 3a84c7f980 Merge pull request #1840 from Hzj-jie/master
Add rename function for filemanager
8 years ago
zijiehe 8861365264 Add rename function for filemanager 8 years ago
Frans de Jonge 4484231d27 Merge pull request #1837 from koreader/houqp-master
build: deploy doc update after build sucess
8 years ago