Paulo Matias
c55d5e025e
Avoid crash on backends which don't define getLinkFromPosition
2014-01-21 10:28:04 -02:00
Paulo Matias
6e9440eec6
Merge pull request #482 from chrox/master
...
fix line wrap at punctuation apostrophe
2014-01-21 02:44:25 -08:00
chrox
d58ab4dece
decrease HOLD_INTERVAL to 0.5s for better responsiveness
2014-01-21 16:52:25 +08:00
Qingping Hou
813747db37
Merge pull request #481 from chrox/master
...
add following page link in reflowed page
2014-01-20 20:10:22 -08:00
chrox
d24d5e413e
add following page link in reflowed page
2014-01-21 11:59:17 +08:00
Markismus
ce56001b4d
Update readerscreenshot.lua
...
Somehow the required lines have gone missing, resulting in a crash every time I tried to get a screenshot.
Anybody know why the got deleted?
2014-01-20 22:38:53 +01:00
chrox
b613fc71ff
fix won't get full refresh in EPUB document
...
Since each position update will set dogear visibility
2014-01-20 23:38:58 +08:00
chrox
9e3e070522
check link on the fly when tapping
2014-01-20 20:41:15 +08:00
Qingping Hou
5dc9d5d565
rename language_po setting entry to language
2014-01-19 12:59:27 -05:00
Qingping Hou
8c53b8d091
Merge pull request #472 from chrox/master
...
calculate maximum global cache size from free RAM
2014-01-18 20:25:56 -08:00
chrox
904a5f1ebe
calculate maximum global cache size from free RAM
...
In reflowing scroll mode with 2 pages hinting, 4 full page blitbuffers
and koptcontexts should stay well in cache in the most demanding cases,
with two pages shown on screen and two pages rendered in background.
Since blitbuffer size is halved the size of page, we need cache size
to be 6 times an average reflowed page size.
For Kobo Aura HD which has a resolution of 1440×1080, a reflowed page
could become 1080×4800. So 30MB of cache is demanded for this case.
This PR implements dynamic cache size allocating according to size of
system free memory. By default it will use 20 percent of free RAM with
a clip specified by DGLOBAL_CACHE_SIZE_MINIMUM and
DGLOBAL_CACHE_SIZE_MAXIMUM which are 10MB and 30MB respectively by default.
2014-01-19 11:40:34 +08:00
Paulo Matias
dacd3d2acb
Fix crash trying to select text in an empty page
2014-01-19 01:03:28 -02:00
Paulo Matias
a7af79d3c8
Language chooser fixes
...
- Change order of module loading so that every string is localized
- Fix changing the language to English
2014-01-18 20:04:14 -02:00
Paulo Matias
271b827860
Fix dealing with filenames containing spaces
...
and missing GestureRange require
2014-01-18 17:54:23 -02:00
Qingping Hou
ae1cf90006
add language setting menu item
2014-01-18 12:23:55 -05:00
chrox
b3b0844f34
basic functionality on file copy/paste/cut/delete in filemanager
...
There file operations will popup when holding on file entries
in filemanager.
This should implement #244 .
2014-01-18 23:17:13 +08:00
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
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
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
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
Qingping Hou
21af7b6a9f
update battery state on device resume
2014-01-16 18:34:46 -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
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
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
chrox
319403b695
add missing readerlink widget
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
Paulo Matias
9072a30cb5
Avoid off-limits dictionary title and make font size adjustable
2014-01-10 01:12:51 -02: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
chrox
94320da5be
default to enable floating punctuation
2014-01-07 23:20:07 +08:00
chrox
ae9b68e1b9
adjust default page margins
2014-01-07 21:38:26 +08:00
chrox
1cad93338a
move setPageMargin to the begining of document initialization to
...
avoid reformatting of DocView that makes previously generated
cr3cache files unused.
2014-01-07 21:31:27 +08:00
chrox
f9445fca0d
tweaks on dict lookup window
2014-01-07 19:30:53 +08:00
chrox
ccd3481735
process new line symbol in WordBoxWidget
2014-01-07 19:30:19 +08:00
chrox
4a5c6cdf12
fix intensity field name in powerd
2014-01-07 10:21:05 +08:00
chrox
7dbd437d1e
add battery status pulling functions in KoboPowerD
...
Status files found at
http://www.mobileread.com/forums/showpost.php?p=1750642&postcount=9 .
2014-01-05 00:29:46 +08:00