Commit Graph

2316 Commits

Author SHA1 Message Date
Huang Xin 3b8d706b5c Merge pull request #386 from Markismus/MultitouchKoboAura
Multitouch kobo aura
2013-12-05 04:02:29 -08:00
Markismus c9c72df63d Merge pull request #1 from chrox/touchev
refactoring handleTouchEv
2013-12-04 07:59:03 -08:00
chrox 64f77c4210 refactoring handleTouchEv 2013-12-04 23:39:18 +08:00
Markismus 37b6f5e041 Signed-off-by: Markismus <zulde.zuldemans@gmail.com> 2013-12-04 16:17:53 +01:00
Markismus 6f5c0d86cd Signed-off-by: Markismus <zulde.zuldemans@gmail.com> 2013-12-04 15:57:03 +01:00
Markismus acf1525630 Signed-off-by: Markismus <zulde.zuldemans@gmail.com> 2013-12-04 13:13:46 +01:00
Markismus b26b0729b9 Multitouch for Kobo Aura
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-04 13:02:19 +01:00
Qingping Hou ecd8949e85 Merge pull request #382 from chrox/master
update koreader-base
2013-12-01 08:08:38 -08:00
chrox 94bd5fd49a update koreader-base 2013-12-02 00:03:55 +08:00
Qingping Hou 164161c31f Merge pull request #381 from chrox/master
sort history file with modification time
2013-12-01 07:22:12 -08:00
chrox 82cb20e448 update koreader-base 2013-12-01 21:22:23 +08:00
chrox 998193aa7b add detection of more 3G Paperwhite 2 models 2013-12-01 21:06:33 +08:00
chrox e4c77c272a sort history file with modification time 2013-12-01 20:41:52 +08:00
Qingping Hou 22a0987000 Merge pull request #377 from chrox/master
fix looking up wrong word in reflowed page
2013-11-30 10:52:53 -08:00
chrox 84ad0f2307 fix null export highlight in reflowed mode 2013-11-30 21:17:13 +08:00
chrox 71cb2d3f93 fix looking up wrong word in reflowed page
that has a text layer underneath.

For multi-column page reflowing usually fits individual column to
page width and no finner word boxes are available to map reflowed
word box onto native word box. Now the relative position of a reflowed
word center is calculated as portion of the width and height of a larger
block it belongs. This relative position is also considered in
reflow-to-native position transform so that dictionary lookup now works
on multi-column pages in reflowing mode.

This should fix #376.
2013-11-30 18:18:16 +08:00
chrox 83e7507154 force download po files 2013-11-29 22:46:39 +08:00
chrox 67f627f2fb update po file from transifex automatically on each build 2013-11-29 22:41:56 +08:00
chrox c94e88c46d update pot file 2013-11-29 22:40:20 +08:00
chrox 153d0866d5 remove auto "contentwidth" in landscape
This should fix #365.
2013-11-29 17:18:50 +08:00
Huang Xin d45aa2d304 Merge pull request #374 from hwhw/native-framebuffer
fix for Kobo framebuffers: allow for rotation at framebuffer setup
2013-11-27 07:31:41 -08:00
HW af902d1d79 fix for Kobo framebuffers: allow for rotation at framebuffer setup
the Kobo framebuffer comes up in landscape mode, that is, landscape
in the other direction as we do it when going into landscape mode.
we leave it this way, and rather allow for a rotation correction at
framebuffer setup.

this PR pulls the relevant changes from koreader-base and makes the
screen code aware of this additional rotation setting.

Kobo framebuffers should now work properly with the new framebuffer
FFI code. They can stay in 16bpp mode and don't change the current
framebuffer settings. They should thus properly interoperate with
the native framework on Kobos as well as sergeys KoboLauncher
(no garbled screen when returning)
2013-11-27 15:57:50 +01:00
HW 23573d8b67 Merge pull request #373 from chrox/master
fix default full refresh in Kindle since the new ffi framebuffer
2013-11-27 05:46:16 -08:00
chrox 326765a2d8 fix default full refresh in Kindle since the new ffi framebuffer 2013-11-27 21:38:36 +08:00
Huang Xin d5dad90b3c Merge pull request #371 from hwhw/native-framebuffer
incorporate some fixes to koreader-base
2013-11-27 01:38:36 -08:00
HW db81408595 pull Kobo fixes from koreader-base 2013-11-26 21:36:42 +01:00
HW ae2869d4ce incorporate some fixes to koreader-base 2013-11-26 20:15:23 +01:00
Huang Xin 5b5f26c5b8 Merge pull request #370 from hwhw/native-framebuffer
FFI framebuffer implementation adaptions
2013-11-26 08:33:12 -08:00
HW 09177f804c update koreader-base
This will need https://github.com/koreader/koreader-base/pull/96 to be applied first
2013-11-26 17:06:03 +01:00
HW 962c2a15d3 Merge remote-tracking branch 'upstream/master' into native-framebuffer 2013-11-26 16:05:23 +01:00
HW 11bb9009fa replace Screen.width/Screen.height with accessor methods
Screen.width and Screen.height are now gone, use the methods
getWidth() and getHeight() to get the relevant data. They will
take blitbuffer/framebuffer rotation into account.
2013-11-26 16:04:20 +01:00
HW 9d3c27117d remove redundancy: new framebuffer supports rotation, multi-bpp
We can get rid of shadow blitbuffers. Screen.bb is now fb.bb.
All bpp conversion is now done by the blitbuffer abstraction layer.
Rotation mechanism is adapted to this.
2013-11-26 16:01:38 +01:00
Qingping Hou 0b6cc7b77f Merge pull request #368 from chrox/master
fix kindle paperwhite2 support
2013-11-25 11:37:07 -08:00
chrox 0f61ddd01d revert main GUI font to better-looking DroidSans 2013-11-25 23:35:24 +08:00
chrox 88c2307c14 fix kindle paperwhite2 support
reported at http://www.mobileread.com/forums/showpost.php?p=2696481&postcount=316
tested at http://www.hi-pda.com/forum/redirect.php?goto=findpost&ptid=1078988&pid=23393929
2013-11-25 23:30:54 +08:00
Qingping Hou 0efa0dd067 Merge pull request #364 from NiLuJe/master
Possibly slightly less broken PW2 detection
2013-11-22 18:18:31 -08:00
NiLuJe 3754ca1ec3 Crappy rework of the model detection on Kindle.
In case it wasn't obvious, I badly suck at lua :D.
2013-11-23 00:09:37 +01:00
Qingping Hou 77e93d7305 Merge pull request #363 from giorgio130/master
Fix input for kobo phoenix, second iteration.
2013-11-22 12:49:19 -08:00
Giorgio Micotti b3ac4c97cb Fix input for kobo phoenix, second iteration. 2013-11-22 21:02:30 +01:00
HW e127a8a506 Merge pull request #362 from giorgio130/master
Tentative fix for touch coordinates on phoenix.
2013-11-19 14:41:46 -08:00
Giorgio Micotti 9576201da5 Tentative fix for touch coordinates on phoenix. 2013-11-19 22:44:40 +01:00
Qingping Hou 6aa995f4ad Merge pull request #361 from giorgio130/master
Fix DPI for nex Kobo Aura (phoenix).
2013-11-17 15:32:30 -08:00
Giorgio Micotti ffc27d4437 Fix DPI for nex Kobo Aura (phoenix). 2013-11-17 14:43:41 +01:00
HW 865220a32d Merge pull request #358 from hchaojie/master
fixed issue: https://github.com/koreader/koreader/issues/354
2013-11-07 23:42:43 -08:00
ciro cfd1f07f0e fixed issue: https://github.com/koreader/koreader/issues/354 2013-11-08 10:42:06 +08:00
Qingping Hou 92ede68253 Merge pull request #351 from chrox/master
fix lost refresh in inputdialog enter callback
2013-10-28 07:47:43 -07:00
chrox 5bf56cbf4c check position nullity in getTextFromBoxes 2013-10-28 21:49:54 +08:00
chrox 2f2d3553ff fix cannot highlight text with only one word in the first line 2013-10-28 21:48:17 +08:00
chrox 4b312528f7 fix lost refresh in inputdialog enter callback 2013-10-28 20:01:44 +08:00
Qingping Hou bbcac4c685 Merge pull request #350 from chrox/master
update koreader-base (fix OCR init failure)
2013-10-27 21:54:47 -07:00