2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

1866 Commits

Author SHA1 Message Date
chrox
e560c20c6d add word lookup with stardict 2013-04-30 18:45:12 +08:00
chrox
a5a7cebd73 dict windlow fit to landscape screen width 2013-04-30 18:43:39 +08:00
chrox
cb873ee528 init/free OCR engine when necessary 2013-04-30 13:52:10 +08:00
chrox
5b6e9a8e03 OCR is almost stable, so enable it now 2013-04-30 13:51:10 +08:00
chrox
ecb797a097 enlarge hightlight box in readerhightlight.lus 2013-04-30 13:48:50 +08:00
chrox
5b3aedbea5 save model information for later retrieval 2013-04-30 13:47:30 +08:00
chrox
4e1572d7d0 change cache size to 10 MB 2013-04-30 13:45:14 +08:00
chrox
8ccb3ebd8b update gitignore file to ignore files in test directory 2013-04-30 13:44:37 +08:00
{Qingping,Dave} Hou
15a40cd9bb Merge pull request #88 from chrox/reading_pos
save/restore reading position on each page
2013-04-27 12:40:52 -07:00
chrox
7b97ce4eeb comment revision 2013-04-27 17:50:20 +08:00
chrox
1a8bd4ca8c try to drop cache before OCR 2013-04-27 17:48:59 +08:00
chrox
19f227f7b1 enlarge OCR region 2013-04-27 17:48:27 +08:00
chrox
b85a39d3f6 add reading position on each page
Page position is a fractional number ranging from 0 to 1, indicating the read percentage on
certain page. With the position information on each page whenever users change font size,
page margin or line spacing or close and reopen the book, the page view will be roughly the same.
2013-04-27 16:37:18 +08:00
{Qingping,Dave} Hou
ff29c0767c Merge pull request #87 from chrox/rename_dictbackend
update dictionary backend name in kpvbooklet
2013-04-27 00:16:20 -07:00
chrox
d18b58036f update dictionary backend name in kpvbooklet 2013-04-27 13:30:25 +08:00
{Qingping,Dave} Hou
41329658a8 Merge pull request #86 from chrox/notify_pillow
notify kpvbooklet that pillow is disabled in koreader.sh
2013-04-25 08:29:54 -07:00
chrox
b53069509a notify kpvbooklet that pillow is disabled in koreader.sh 2013-04-25 18:15:18 +08:00
{Qingping,Dave} Hou
d934de890d Merge pull request #85 from chrox/text_highlight
add text highlight in both reflow and non-reflow mode
2013-04-24 22:41:55 -07:00
chrox
695e095a1a add a demo version dictionary 2013-04-24 22:57:03 +08:00
chrox
28d902f006 add json parser library from http://regex.info/blog/ (Public domain license) 2013-04-24 22:55:02 +08:00
chrox
9d59f5a637 Merge remote-tracking branch 'upstream/master' into text_highlight 2013-04-24 21:35:11 +08:00
chrox
d22b8cfb3e update koreader-base submodule 2013-04-24 21:30:02 +08:00
chrox
46c605d256 disable word OCR for now
Since it will crash the reader with a strange error message saying
"terminate called after throwing an instance of 'DJVU::GException'"
even though only PDF file is opened.
2013-04-24 09:13:20 +08:00
chrox
936dfc6fd1 add text highlight in both reflow and non-reflow mode 2013-04-24 06:59:52 +08:00
{Qingping,Dave} Hou
afbfc17fbf Merge pull request #82 from chrox/activity_indicator
add activity indicator when configuring in reflow mode
2013-04-21 08:51:10 -07:00
chrox
7f53ddacbe add activity indicator when configuring in reflow mode
For now pillow activityIndicator is used to draw animated waiting icon
at the upper left corner of the screen. So pillow service should be
enabled to use this feature, but eventually we should implement an
activity indicator that is independent of native system.
2013-04-21 16:54:59 +08:00
chrox
313525e961 add cpath in reader.lua 2013-04-21 16:49:00 +08:00
{Qingping,Dave} Hou
c5ea1c4065 Merge pull request #81 from chrox/kctx_fix
update koreader-base: add top and bottom margin in reflowed page
2013-04-20 21:08:22 -07:00
chrox
3f818fa900 update koreader-base: add top and bottom margin in reflowed page 2013-04-21 11:08:05 +08:00
Huang Xin
b3c81c8dca Merge pull request #79 from houqp/houqp-master
enable scroll for readerrolling
2013-04-20 18:03:26 -07:00
Huang Xin
3d2cf49d7c Merge pull request #80 from houqp/readme-fix
readme update from Lucas Malor @ mobileread
2013-04-20 17:58:09 -07:00
Qingping Hou
6e7fda101f add nightlybuild script reference 2013-04-21 06:35:47 +08:00
Qingping Hou
882d6ea83f add back emulator screen setting hint 2013-04-21 06:31:24 +08:00
Qingping Hou
2f25b90f8b readme update from Lucas Malor @ mobileread
see http://www.mobileread.com/forums/showpost.php?p=2488740&postcount=979
2013-04-21 06:28:42 +08:00
Qingping Hou
0660ae379b enable scroll using pan gesture in readerrolling 2013-04-21 05:56:52 +08:00
Qingping Hou
1783b16d69 credoc fix: load metadata info after document is rendered 2013-04-21 05:54:20 +08:00
Qingping Hou
b011bc405b fix: set ReaderView.view_mode instead of ReaderUi.view_mode 2013-04-21 05:51:28 +08:00
{Qingping,Dave} Hou
4df8ac4d4d Merge pull request #78 from chrox/kctx_fix
bugfix: fix occasional reader crash when change screen mode from landscape to portrait in reflow mode
2013-04-20 11:34:04 -07:00
chrox
8df55b8318 recalculate zoom when changing font size 2013-04-20 16:17:38 +08:00
chrox
d505f39c79 recalculate zoom when toggling flipping mode 2013-04-20 16:15:50 +08:00
chrox
ac548d768c don't bother to consume background context
since now each context is independent and has its own dst bitmap.
2013-04-20 16:12:43 +08:00
chrox
8f18ee260c increase max size of cache item 2013-04-20 16:10:46 +08:00
chrox
a60cfc4e10 fix occasionally failed lipc invocation 2013-04-20 11:08:12 +08:00
Huang Xin
9589e5c54d Merge pull request #75 from houqp/houqp-master
update translation
2013-04-18 08:13:40 -07:00
Qingping Hou
5703f44cd0 update translation 2013-04-18 10:57:36 -04:00
Huang Xin
9f22a33b15 Merge pull request #72 from houqp/houqp-master
add simple readerhyphenation menu
2013-04-16 23:48:58 -07:00
Qingping Hou
3ab79f69e9 add simple readerhyphenation menu 2013-04-16 13:11:28 -04:00
Huang Xin
5ba50a3564 Merge pull request #71 from houqp/houqp-master
update koreader-base and bug fix in touch menu
2013-04-15 20:17:08 -07:00
Qingping Hou
92cbbabbcf bug fix in touchmenu, reset menu page on go up 2013-04-15 22:09:48 -04:00
Qingping Hou
0a40658a9d bug fix in touchmenu: properly set max menu height 2013-04-15 22:06:18 -04:00