Commit Graph

4573 Commits

Author SHA1 Message Date
NiLuJe b0c2821ed8 More accurate comment.
I think better on a full stomach ;p.
2016-02-29 18:09:24 +01:00
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
2016-02-29 17:09:44 +01:00
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
2016-02-29 16:59:15 +01:00
Huang Xin 03d7b7d61c Merge pull request #1855 from koreader/houqp-master
bump base for android fix
2016-02-29 07:50:57 +08:00
Qingping Hou 0772fd1439 touchmenu: fix menu height calculation 2016-02-28 13:32:25 -08:00
Qingping Hou 71184cfb73 kodev: add log command for android 2016-02-28 12:17:13 -08:00
Qingping Hou 427abd1cf6 bump base for android fix 2016-02-28 12:17:13 -08:00
Qingping Hou 9a12bd780c Merge pull request #1854 from Hzj-jie/master
Slightly refector device & powerd component, remove some magic code
2016-02-28 02:20:09 -05:00
zijiehe a183c1c64b Slightly refector device & powerd component, remove some magic code 2016-02-28 14:38:14 +08:00
Huang Xin 2d7d7f8b8b Merge pull request #1856 from houqp/fixmd5
fix: use ffi/md5 in plugins
2016-02-28 08:40:12 +08:00
Qingping Hou ac9888f106 fix: use ffi/md5 in plugins 2016-02-27 12:58:11 -08:00
Frans de Jonge 7b11491dcd Merge pull request #1853 from koreader/houqp-master
add current page to goto input hint
v2016.02.27-nightly
2016-02-26 13:53:18 +01:00
Qingping Hou 4e43dd2870 build: increase retry time for make testfront to 5 2016-02-26 00:44:04 -08:00
Qingping Hou 46ade8e795 readergoto: show current page in input hint 2016-02-26 00:20:09 -08:00
Qingping Hou 847837c5c1 readergoto: use the term page and location based on doc type 2016-02-26 00:20:09 -08:00
Qingping Hou f0dca7e9e9 Merge pull request #1848 from Hzj-jie/master
Add Nickle.frontLightState, save and restore frontlight toggle state when koreader starts
2016-02-26 03:18:27 -05:00
zijiehe e84093c414 Add a flState in Kobo, and KoboPowerD:toggleFrontlight uses flState to control the light instead of intensity. 2016-02-26 15:34:23 +08:00
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
2016-02-24 23:14:01 +08:00
Qingping Hou 9857cfb93a defaults: change minimal cre font size to 12 2016-02-24 00:02:34 -08:00
Qingping Hou 8c01835458 fix: only show reader status at the end of the book 2016-02-23 22:43:35 -08:00
Qingping Hou 69f9ebd528 build: fix doc generation
also moved MD5 to koreader-base/ffi
2016-02-23 22:01:12 -08:00
Qingping Hou 042d94c3ef kodev: add verbose build option 2016-02-23 22:01:12 -08:00
Qingping Hou abd4727a0b Merge pull request #1845 from Hzj-jie/master
Mount SD card as RW on kobo, but ignore errors
2016-02-23 19:51:31 -05:00
zijiehe e7b8bdcde2 Check whether sd card is presenting and mounting as RO, before do the real remount 2016-02-23 20:46:57 +08:00
zijiehe 38553b5ef8 Mount SD card as RW on kobo, but ignore errors, since we may not have sd
card installed.
2016-02-22 17:23:43 +08:00
Qingping Hou 7003c68083 Merge pull request #1842 from NiLuJe/master
Some Kindle fixes
2016-02-21 11:28:15 -05:00
Qingping Hou c2ec448513 Merge pull request #1841 from chrox/chrox-master
fix broken extended InputDialog components
2016-02-21 11:25:00 -05:00
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.
2016-02-21 16:36:05 +01:00
chrox 529cb801c1 fix broken extended InputDialog components
eg. LoginDialog and MultiInputDialog
since the style refactoring in #1783.
2016-02-21 23:30:06 +08:00
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
2016-02-21 16:27:07 +01:00
NiLuJe d3333fe81d Prevent the status bar clock from peeking out...
When launched from KUAL on FW >= 5.7.2
2016-02-21 16:18:05 +01:00
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
2016-02-21 16:07:26 +01:00
Qingping Hou 3a84c7f980 Merge pull request #1840 from Hzj-jie/master
Add rename function for filemanager
2016-02-20 19:52:54 -05:00
zijiehe 8861365264 Add rename function for filemanager 2016-02-20 23:53:05 +08:00
Frans de Jonge 4484231d27 Merge pull request #1837 from koreader/houqp-master
build: deploy doc update after build sucess
2016-02-19 11:29:51 +01:00
Qingping Hou 83cc67b660 build: deploy doc update after sucess 2016-02-19 01:14:42 -08:00
Huang Xin 180b823157 Merge pull request #1836 from koreader/houqp-master
fix inputcontainer
2016-02-19 15:18:59 +08:00
Qingping Hou 260297e933 bump base to fix travis build 2016-02-18 21:56:14 -08:00
Qingping Hou 8e35a6e4ab fix inputcontainer 2016-02-18 21:21:19 -08:00
Qingping Hou 70266c3b35 force set MACHINE from toolchain dumpmachine
Looks like leaving it out as optional variable is more like to cause issue...
ref: https://github.com/koreader/koreader/issues/1832#issuecomment-185870105
2016-02-18 15:32:04 -08:00
Frans de Jonge 5bd79111da Merge pull request #1829 from koreader/houqp-patch-1
Create ISSUE_TEMPLATE.md
2016-02-18 21:10:38 +01:00
Qingping Hou a6d548d7be Create ISSUE_TEMPLATE.md
Github's new feature :)

https://github.com/blog/2111-issue-and-pull-request-templates
2016-02-18 10:32:49 -08:00
Frans de Jonge d4256e110a Merge pull request #1830 from koreader/houqp-master
add documentation for wbuilder
2016-02-18 09:56:30 +01:00
Qingping Hou 815c5924e3 add documentation for wbuilder 2016-02-17 21:07:33 -08:00
Huang Xin fe21fe29d4 Merge pull request #1828 from koreader/houqp-master
fix(readerfontlight): crash in toggle
2016-02-18 05:21:38 +08:00
Qingping Hou 4598284bbb fix(readerfontlight): crash in toggle 2016-02-17 09:53:29 -08:00
Huang Xin 37a0765897 Merge pull request #1825 from koreader/houqp-master
fix #1796
2016-02-17 19:40:45 +08:00
Qingping Hou 03e81cfa4d test: fix readerui instance reset test 2016-02-17 00:06:55 -08:00
Qingping Hou 72e7cd5cf4 style: move functions around 2016-02-16 23:26:08 -08:00
Qingping Hou 417bb5fb14 test: kill in fly hinting event 2016-02-16 23:26:08 -08:00