chrox
e947f83548
fix dogear not shown properly in crereader
2014-01-18 19:18:12 +08:00
chrox
2d6d0a92f6
tweaks on dimension of dictionary window
2014-01-18 15:37:58 +08:00
chrox
ce3b58538c
fix no getPageLinks method in djvudocument
2014-01-18 15:31:27 +08:00
chrox
34e28d28e6
page links for crereader and pdfreader
...
Swipe right will return to previous page or position.
2014-01-18 15:04:28 +08:00
Qingping Hou
f6cf3aa497
Merge pull request #462 from thotypous/master
...
Fix out-of-range page and tweak swipe
2014-01-17 18:33:11 -08:00
Paulo Matias
f441135772
Restore north and south swipe gestures
...
Might be useful in pages covered with links, which make it difficult
to tap in the correct point for flipping the page.
2014-01-17 23:51:52 -02:00
Paulo Matias
b1e9b35da8
Avoid PageUpdate from receiving out-of-range page
...
Otherwise, current_page can acquire negative values, or values greater
than the page count, when the user tries to go back the first page
or past the last page.
2014-01-17 23:39:17 -02:00
Paulo Matias
fb90d632ed
Merge pull request #461 from chrox/master
...
update koreader-base
2014-01-17 12:31:53 -08:00
chrox
ff1b5c1bb6
update koreader-base
2014-01-18 04:22:56 +08:00
Paulo Matias
4bdc029d1c
Merge pull request #460 from chrox/master
...
fix nil page state when saving settings in ReaderPaging
2014-01-17 12:09:11 -08:00
chrox
ec3c9ba2bc
return current page if top page state is nil in some corner cases
2014-01-18 03:55:11 +08:00
chrox
466541b322
fix nil page state when saving settings in ReaderPaging
...
This should fix #457 .
2014-01-18 03:41:25 +08:00
Qingping Hou
d5adf544d5
Merge pull request #459 from chrox/master
...
add text highlight for credocument
2014-01-17 11:28:58 -08:00
Huang Xin
a3f0b8c720
Merge pull request #458 from thotypous/master
...
Avoid crash if trying to open a non-existent file
2014-01-17 11:15:57 -08:00
chrox
83eb90cd47
add font size fine tuning for crereader
2014-01-18 03:11:04 +08:00
chrox
637904a711
add text highlight for credocument
...
Three highlight drawers "lighten", "underscore" and "invert" are
available in reader menu.
This should implement #176 .
2014-01-18 03:11:04 +08:00
Paulo Matias
1b1e65edfe
Avoid crash if trying to open a non-existent file
...
which currently might occur by clicking in the history entry of a file which was removed
2014-01-17 16:41:44 -02:00
Huang Xin
81f526cd43
Merge pull request #456 from houqp/houqp-master
...
update battery state on device resume
2014-01-16 18:28:30 -08:00
Qingping Hou
21af7b6a9f
update battery state on device resume
2014-01-16 18:34:46 -05:00
Qingping Hou
f7b47a3634
udpate translation
2014-01-16 18:33:27 -05:00
Qingping Hou
48bf9637f2
Merge pull request #453 from chrox/master
...
add missing registry for fb2 document
2014-01-16 07:55:11 -08:00
chrox
63ddc3dd04
tweaks on default page margins
2014-01-16 18:32:09 +08:00
chrox
3900657c73
should lookup dictionary for Chinese word now
2014-01-16 18:30:30 +08:00
chrox
4454df705a
enlarge tappable link box
2014-01-16 17:24:23 +08:00
chrox
f5ddf33cab
fix missing Device in readerscreenshot
2014-01-16 13:43:45 +08:00
chrox
3275413366
add missing registry for fb2 document
2014-01-16 12:54:49 +08:00
Markismus
82ae1990b4
Merge pull request #443 from giorgio130/master
...
Fix corner case for Kobo Aura: tev.id == -1 with tev.x and tev.y values defined.
2014-01-15 13:41:14 -08:00
Giorgio Micotti
9dad62d210
Merge branch 'master' of https://github.com/koreader/koreader
2014-01-15 22:31:59 +01:00
Giorgio Micotti
b4d5e70522
Fix flaky input support for kobo Aura.
2014-01-15 22:30:56 +01:00
Qingping Hou
4ff4c8c42c
Merge pull request #452 from chrox/master
...
add goto link function for CreDocument
2014-01-15 08:52:39 -08:00
chrox
319403b695
add missing readerlink widget
2014-01-15 23:36:56 +08:00
chrox
6f3c538dc2
update koreader-base
2014-01-15 23:36:56 +08:00
chrox
bcf2a1994f
refactoring widget registering in readerui
2014-01-15 23:36:56 +08:00
chrox
1329f10fa5
add goto link function for CreDocument
2014-01-15 23:36:56 +08:00
Paulo Matias
f49fc5fd15
Merge pull request #451 from chrox/master
...
clear temp highlight when turning page
2014-01-15 05:00:39 -08:00
chrox
202a4d94db
clear temp highlight when turning page
...
This should fix #446 .
2014-01-15 20:42:16 +08:00
Paulo Matias
42d39a726e
Merge pull request #449 from Markismus/patch-3
...
Update readerscreenshot.lua (Kobo_phoenix)
2014-01-11 07:56:37 -08:00
Markismus
8e6ed697cf
Update readerscreenshot.lua
...
No the first part of the text can be translated.
2014-01-11 16:05:46 +01:00
Markismus
ed46bcba5d
Update readerscreenshot.lua
...
This adds screenshot functionality for the Kobo Aura.
The pam-files generated can be read and converted using Imagemagick for linux/windows.
I've added the infomessage because it takes 5+ tries to get a screenshot by tapping the lower left and upper right corners. The other diagonal is not working for the Kobo Aura yet.
2014-01-11 14:54:53 +01:00
Qingping Hou
c68bb2c79a
Merge pull request #447 from thotypous/master
...
Avoid off-limits dictionary title and make font size adjustable
2014-01-10 13:30:48 -08:00
Paulo Matias
9072a30cb5
Avoid off-limits dictionary title and make font size adjustable
2014-01-10 01:12:51 -02:00
Qingping Hou
2052c1efb3
Merge pull request #445 from chrox/master
...
fix an infinite loop when upskip a left punctuation
2014-01-08 06:59:16 -08:00
chrox
1fa321f8e6
fix an infinite loop when upskip a left punctuation
2014-01-08 19:31:17 +08:00
Qingping Hou
d0c2b49ff9
Merge pull request #444 from chrox/master
...
tweaks on default page margins with new punctuation calculation
2014-01-07 23:41:00 -08:00
chrox
a5594e8e42
tweaks on default page margins with new punctuation calculation
2014-01-08 15:27:42 +08:00
Giorgio Micotti
172241bc8e
Fix corner case for Kobo Aura: tev.id == -1 with tev.x and tev.y values defined.
2014-01-07 23:10:10 +01:00
Qingping Hou
cde3e1d184
Merge pull request #440 from bitdeli-chef/master
...
Add a Bitdeli Badge to README
2014-01-07 11:31:12 -08:00
Bitdeli Chef
04711c2a16
Add a Bitdeli badge to README
2014-01-07 16:30:50 +00:00
Qingping Hou
764e16f8e5
Merge pull request #439 from chrox/master
...
move setPageMargin to the begining of document initialization
2014-01-07 08:10:46 -08:00
chrox
d80e89ee3c
update pot file
2014-01-07 23:40:49 +08:00