chrox
8f2975af5b
update mupdf and k2pdfopt to latest version
...
And this should fix #659 and fix #674 .
2014-07-01 22:07:35 +08:00
chrox
deab21b980
update pot file
2014-07-01 22:07:35 +08:00
Paulo Matias
7a9593d2d3
Merge pull request #672 from chrox/master
...
fix zsync(a peer-to-peer document sharing plugin in koreader) on Android
2014-06-29 08:12:39 -03:00
chrox
f61395806c
fix zsync(a peer-to-peer document sharing plugin in koreader) on Android
2014-06-29 11:36:36 +08:00
Paulo Matias
b21cf360fd
Merge pull request #670 from chrox/master
...
update koreader-base
2014-06-27 08:50:38 -03:00
chrox
8d5c3723c0
update koreader-base
2014-06-27 19:27:18 +08:00
Huang Xin
57491eb4fc
Merge pull request #669 from houqp/kobo_suspend
...
Kobo suspend support
2014-06-27 19:25:58 +08:00
Qingping Hou
45f3294f8d
fix(kobo suspend): ignore user input in suspend mode
2014-06-26 14:28:57 -04:00
Qingping Hou
4400468741
refactor(uimanager): use event_handlers to dispatch events
2014-06-26 14:12:44 -04:00
Qingping Hou
f7766d9606
feature(device): add isKindle method
2014-06-26 13:48:59 -04:00
Qingping Hou
f57014cfc3
fix(kobo): partially fix suspend support
...
Tested in Kobo Aura HD.
Suspend can still be interrrupted if user touches the screen after
slided the power button and before the suspend function is called (2s delay).
Reason for this is still unkown.
2014-06-26 13:48:59 -04:00
Qingping Hou
8e5a856841
Merge pull request #668 from chrox/master
...
update lua-serialize to fix rare case of Bus error
2014-06-26 03:46:29 -04:00
chrox
ee817a449a
update lua-serialize to fix rare case of Bus error
2014-06-26 15:28:27 +08:00
Qingping Hou
68e4a5eafd
Merge pull request #667 from chrox/master
...
fix make koboupdate since there is no bins in kobo directory now
2014-06-26 02:16:22 -04:00
chrox
5df6768c77
fix make koboupdate since there is no bins in kobo directory now
2014-06-26 12:46:17 +08:00
Qingping Hou
6cc8c671a7
Merge pull request #666 from chrox/zsync
...
fix zsync cannot run properly in Kindle due to firewall
2014-06-25 13:31:50 -04:00
chrox
54a551a0f5
restore firewall rules when exiting koreader
2014-06-25 22:06:43 +08:00
chrox
46c8d26b97
update pot file
2014-06-25 22:01:59 +08:00
chrox
2773ca9386
fix zsync cannot run properly in Kindle due to firewall
2014-06-25 21:32:50 +08:00
Qingping Hou
3433241c1a
Merge pull request #664 from chrox/zsync
...
add peer-to-peer file sharing plugin ZSync
2014-06-23 13:38:36 -04:00
chrox
26f5a4731e
add peer-to-peer file sharing plugin ZSync
2014-06-23 22:35:41 +08:00
chrox
3967ba0346
sort plugins in path order
2014-06-23 22:33:38 +08:00
Huang Xin
91da47d62c
Merge pull request #662 from Markismus/master
...
Now button events are passed to koreader and it exits cleanly to Nickel
2014-06-22 17:44:42 +08:00
Markismus
9ab98ceab0
Now button events are passed to koreader and it exits cleanly to Nickel
2014-06-22 10:51:06 +02:00
Markismus
af97ab2879
Delete KoboMiniTapHomeIcon.bin
2014-06-22 10:30:49 +02:00
Markismus
dd70a17ba1
Delete KoboAuraTapHomeIcon.bin
...
Pazos' change of koreader_kobo.sh makes these binary files obsolete.
2014-06-22 10:30:40 +02:00
Huang Xin
35c0af5d94
Merge pull request #661 from Markismus/master
...
Offset and resize Kobo Aura screen because of obscuration by black bezel
2014-06-22 13:47:35 +08:00
Markismus
c390d6fca4
offset and resize Kobo Aura screen because of obscuration by black bezel
2014-06-21 18:24:37 +02:00
Huang Xin
6229cacf81
Merge pull request #656 from Markismus/master
...
Persistent defaults.lua option added.
2014-06-19 08:32:28 +08:00
Markismus
aaa84808e8
add persistent option for defaults.lua
2014-06-18 19:18:27 +02:00
Qingping Hou
0507d3208c
Merge pull request #653 from chrox/master
...
register swipe diagonal gesture range to screenshot
2014-06-17 11:14:01 -04:00
chrox
53165e3c2a
fix init hyphenation dictionaries
2014-06-17 21:48:07 +08:00
chrox
bb587184a5
register swipe diagonal gesture range to screenshot
...
for non-multitouch devices
This PR is intended to substitude #652 which needs tweaking
double tap zone for screenshot.
2014-06-17 21:12:45 +08:00
chrox
685fbb4d94
match distance when gesturerange has scale field
2014-06-17 21:11:48 +08:00
Paulo Matias
b4f77fc8c7
Merge pull request #650 from chrox/master
...
revert zip file handler to crereader
2014-06-16 08:59:23 -03:00
chrox
241d67e0ec
revert zip file handler to crereader
...
It seems that fb2.zip is a conventional format for fb2 with compression
which cannot be handled properly by mupdf.
This should fix #642 .
2014-06-16 19:47:03 +08:00
HW
666832e2a0
Merge pull request #649 from houqp/houqp-master
...
refactor(doc): use ffi binding in picdocument
2014-06-16 08:51:55 +02:00
Qingping Hou
b10eb3a5bf
update koreader-base
2014-06-16 02:31:33 -04:00
Qingping Hou
7ac5b419b5
refactor(doc): use ffi binding in picdocument
2014-06-16 02:21:49 -04:00
Huang Xin
3f1827f9cb
Merge pull request #641 from Markismus/master
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-12 12:26:59 +08:00
Markismus
bf4199e995
Update readerfrontlight.lua
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-11 20:52:45 +02:00
Markismus
8120dd20f5
Update readerfrontlight.lua
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-11 20:50:38 +02:00
Markismus
5d53d4c1d6
Update defaults.lua
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-11 20:49:24 +02:00
Huang Xin
57be62fe2d
Merge pull request #639 from thotypous/master
...
Consider as corrupt a null-area bbox
2014-06-11 12:02:49 +08:00
Paulo Matias
f04951e5dc
Consider as corrupt a null-area bbox
...
Fixes crash with empty page_states
2014-06-11 00:17:16 -03:00
Qingping Hou
f60fe581bc
Merge pull request #638 from chrox/master
...
use two finger swipe west/east to close TOC and bookmark respectively
2014-06-10 12:27:43 -04:00
chrox
f13a165c4b
tweaks of font size
2014-06-10 21:33:31 +08:00
chrox
b8ce85d3de
use two finger swipe west/east to close TOC and bookmark respectively
2014-06-10 21:33:31 +08:00
chrox
b8626f6098
pass onClose gesture to Menu widget
2014-06-10 21:33:31 +08:00
chrox
e624695d54
the Back key on Android should close the popup window and menu
2014-06-10 21:33:31 +08:00