Commit Graph

2513 Commits (b613fc71ffcf2bbcdbc119dec1ef1251ce1cb801)
 

Author SHA1 Message Date
chrox b613fc71ff fix won't get full refresh in EPUB document
Since each position update will set dogear visibility
11 years ago
chrox 9e3e070522 check link on the fly when tapping 11 years ago
Paulo Matias 7aca27c2a0 Merge pull request #475 from houqp/houqp-master
rename language_po setting entry to language
11 years ago
Qingping Hou 21ff4fe38e update po 11 years ago
Qingping Hou 5dc9d5d565 rename language_po setting entry to language 11 years ago
Qingping Hou 8c53b8d091 Merge pull request #472 from chrox/master
calculate maximum global cache size from free RAM
11 years ago
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.
11 years ago
Huang Xin 102e480d58 Merge pull request #470 from thotypous/fix-box-empty-page
Fix crash trying to select text in an empty page
11 years ago
Paulo Matias dacd3d2acb Fix crash trying to select text in an empty page 11 years ago
Huang Xin 44b2026028 Merge pull request #469 from thotypous/master
Update koreader-base and language chooser fixes
11 years ago
Paulo Matias a7af79d3c8 Language chooser fixes
- Change order of module loading so that every string is localized
- Fix changing the language to English
11 years ago
Paulo Matias 2e558745cf Update koreader-base 11 years ago
Qingping Hou 2c2d129433 Merge pull request #467 from thotypous/master
Fix dealing with filenames containing spaces
11 years ago
Paulo Matias 271b827860 Fix dealing with filenames containing spaces
and missing GestureRange require
11 years ago
Huang Xin 1da9c1cd22 Merge pull request #465 from houqp/houqp-master
add language setting menu item
11 years ago
Qingping Hou c852422db0 update pot templates 11 years ago
Qingping Hou ae1cf90006 add language setting menu item 11 years ago
Qingping Hou 8a204890f0 Merge pull request #464 from chrox/master
basic functionality on file copy/paste/cut/delete in filemanager
11 years ago
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.
11 years ago
Qingping Hou fcdfbdfe1a Merge pull request #463 from chrox/master
page links for crereader and pdfreader
11 years ago
chrox 913a3df5a1 adjust nice value of reader.lua process to -2
when launching koreader with KUAL
This should fix #413.
11 years ago
chrox e947f83548 fix dogear not shown properly in crereader 11 years ago
chrox 2d6d0a92f6 tweaks on dimension of dictionary window 11 years ago
chrox ce3b58538c fix no getPageLinks method in djvudocument 11 years ago
chrox 34e28d28e6 page links for crereader and pdfreader
Swipe right will return to previous page or position.
11 years ago
Qingping Hou f6cf3aa497 Merge pull request #462 from thotypous/master
Fix out-of-range page and tweak swipe
11 years ago
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.
11 years ago
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.
11 years ago
Paulo Matias fb90d632ed Merge pull request #461 from chrox/master
update koreader-base
11 years ago
chrox ff1b5c1bb6 update koreader-base 11 years ago
Paulo Matias 4bdc029d1c Merge pull request #460 from chrox/master
fix nil page state when saving settings in ReaderPaging
11 years ago
chrox ec3c9ba2bc return current page if top page state is nil in some corner cases 11 years ago
chrox 466541b322 fix nil page state when saving settings in ReaderPaging
This should fix #457.
11 years ago
Qingping Hou d5adf544d5 Merge pull request #459 from chrox/master
add text highlight for credocument
11 years ago
Huang Xin a3f0b8c720 Merge pull request #458 from thotypous/master
Avoid crash if trying to open a non-existent file
11 years ago
chrox 83eb90cd47 add font size fine tuning for crereader 11 years ago
chrox 637904a711 add text highlight for credocument
Three highlight drawers "lighten", "underscore" and "invert" are
available in reader menu.
This should implement #176.
11 years ago
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
11 years ago
Huang Xin 81f526cd43 Merge pull request #456 from houqp/houqp-master
update battery state on device resume
11 years ago
Qingping Hou 21af7b6a9f update battery state on device resume 11 years ago
Qingping Hou f7b47a3634 udpate translation 11 years ago
Qingping Hou 48bf9637f2 Merge pull request #453 from chrox/master
add missing registry for fb2 document
11 years ago
chrox 63ddc3dd04 tweaks on default page margins 11 years ago
chrox 3900657c73 should lookup dictionary for Chinese word now 11 years ago
chrox 4454df705a enlarge tappable link box 11 years ago
chrox f5ddf33cab fix missing Device in readerscreenshot 11 years ago
chrox 3275413366 add missing registry for fb2 document 11 years ago
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.
11 years ago
Giorgio Micotti 9dad62d210 Merge branch 'master' of https://github.com/koreader/koreader 11 years ago
Giorgio Micotti b4d5e70522 Fix flaky input support for kobo Aura. 11 years ago