2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
Commit Graph

2863 Commits

Author SHA1 Message Date
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
chrox
613c66aa73 key event map for Android 2014-06-10 21:33:31 +08:00
Qingping Hou
4eaf71bb01 Merge pull request #637 from pazos/master
standarize script names for kobos
2014-06-09 20:49:53 -04:00
pazos
b690d6aa95 standarize script names for kobos 2014-06-09 20:51:25 +02:00
Huang Xin
ebe4ea21a8 Merge pull request #636 from houqp/houqp-master
fix(build): add git submodule sync to fetchthirdpary
2014-06-09 08:46:57 +08:00
Qingping Hou
0a40534688 fix(build): add git submodule sync to fetchthirdpary 2014-06-08 20:35:31 -04:00
Qingping Hou
fe40c56f79 Merge pull request #634 from chrox/master
add night mode option that inverts screen color
2014-06-08 13:04:08 -04:00
chrox
20bd14d588 automatically set language on Android 2014-06-08 21:32:45 +08:00
chrox
88061b323e strip encoding suffix in locale name like zh_CN.utf8
So that we can automatically change to language defined in
the LANGUAGE or LANG env variable.
2014-06-08 20:48:37 +08:00
chrox
940beff044 fix insensitive rotate gesture detection
This should fix #546.
2014-06-08 19:57:35 +08:00
chrox
c0bb3ab3f7 fix typo 2014-06-08 19:56:42 +08:00
chrox
1fd45c3903 add tap zone configuration for the minibar 2014-06-08 19:07:14 +08:00
chrox
15baeb7867 save doc settings when receiving IntoSS or Suspend or SaveState events 2014-06-08 17:56:58 +08:00
chrox
3b5fa25c25 respond Menu key to show reader menu 2014-06-08 17:52:45 +08:00
chrox
bf5400fe54 update pot file 2014-06-08 14:11:23 +08:00
chrox
9dce5bad66 use checked/unchecked for language option 2014-06-08 14:09:59 +08:00
chrox
0f829390d6 decrease indentation of touch menu entries 2014-06-08 14:09:31 +08:00
chrox
9119d12e17 use checked/unchecked for zooming options 2014-06-08 14:08:50 +08:00
chrox
d6bfbb26ac decrease toc entry indentation 2014-06-08 14:08:18 +08:00
chrox
1fa1c69de4 use checked/unchecked for show page overlap option 2014-06-08 14:07:38 +08:00
chrox
b92860c22a add night mode option that inverts screen color 2014-06-08 14:06:16 +08:00
chrox
0ea5ce1afd use checked/unchecked for hightlight drawer style 2014-06-08 14:02:22 +08:00
Qingping Hou
43350499f8 Merge pull request #633 from chrox/master
fix two finger pan gestures detection
2014-06-07 13:19:11 -04:00
chrox
6f99e96e49 fix two finger pan gestures detection
This is a stupid bug I introduced when I thought 0 evaluated to be false.
Actually in Lua only explicit `false` and `nil` are evaluated to `false`
all other values are true in logical expressions.

This should also fix #546. Probably because the touch screens in Kindle
are not as sensitive as in Kobo, this problem is not discovered early
util I play with multi-touch on a Android phone which has a sensitive
enough screen to expose this bug.
2014-06-07 23:15:20 +08:00
chrox
82347955c4 update luajit-launcher 2014-06-07 20:16:25 +08:00
chrox
cb0459c5d1 fix cannot load thrift library on Android 2014-06-07 20:16:25 +08:00
chrox
31639cce39 check window stack before sending events
This should fix FC on Android with "Start with last opened file" checked
2014-06-07 20:16:25 +08:00
Qingping Hou
6b6dd818de Merge pull request #629 from chrox/master
GUI adaptation for smaller screens
2014-06-05 09:33:34 -04:00
chrox
650879ec5c now make po should be issued manually 2014-06-05 20:54:41 +08:00