Commit Graph

761 Commits (bfff863861f98341ba34eabc049dba9ffa6c827e)

Author SHA1 Message Date
chrox bfff863861 fix cannot highlight hyphenated words in crereader 11 years ago
Paulo Matias 26283660b7 Fix rare bugs identified by fuzzing 11 years ago
Paulo Matias 34419bb7f7 Reload workaround for cre: prefer using in-memory config 11 years ago
Paulo Matias 132b5201f6 Workaround for floating punctuation toggle in cre
crengine for some reason appears to unset font face and page margins
after toggling floating punctuation
11 years ago
Paulo Matias 6e9440eec6 Merge pull request #482 from chrox/master
fix line wrap at punctuation apostrophe
11 years ago
chrox d58ab4dece decrease HOLD_INTERVAL to 0.5s for better responsiveness 11 years ago
Qingping Hou 813747db37 Merge pull request #481 from chrox/master
add following page link in reflowed page
11 years ago
chrox d24d5e413e add following page link in reflowed page 11 years ago
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?
11 years ago
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
Qingping Hou 5dc9d5d565 rename language_po setting entry to language 11 years ago
Paulo Matias dacd3d2acb Fix crash trying to select text in an empty page 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
Qingping Hou ae1cf90006 add language setting menu item 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
chrox e947f83548 fix dogear not shown properly in crereader 11 years ago
chrox 2d6d0a92f6 tweaks on dimension of dictionary window 11 years ago
chrox 34e28d28e6 page links for crereader and pdfreader
Swipe right will return to previous page or position.
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
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
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
Qingping Hou 21af7b6a9f update battery state on device resume 11 years ago
Qingping Hou 48bf9637f2 Merge pull request #453 from chrox/master
add missing registry for fb2 document
11 years ago
chrox 4454df705a enlarge tappable link box 11 years ago
chrox f5ddf33cab fix missing Device in readerscreenshot 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
chrox 319403b695 add missing readerlink widget 11 years ago
chrox bcf2a1994f refactoring widget registering in readerui 11 years ago
chrox 1329f10fa5 add goto link function for CreDocument 11 years ago
Paulo Matias f49fc5fd15 Merge pull request #451 from chrox/master
clear temp highlight when turning page
11 years ago
chrox 202a4d94db clear temp highlight when turning page
This should fix #446.
11 years ago
Paulo Matias 42d39a726e Merge pull request #449 from Markismus/patch-3
Update readerscreenshot.lua (Kobo_phoenix)
11 years ago
Markismus 8e6ed697cf Update readerscreenshot.lua
No the first part of the text can be translated.
11 years ago
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.
11 years ago
Paulo Matias 9072a30cb5 Avoid off-limits dictionary title and make font size adjustable 11 years ago
Giorgio Micotti 172241bc8e Fix corner case for Kobo Aura: tev.id == -1 with tev.x and tev.y values defined. 11 years ago
chrox 94320da5be default to enable floating punctuation 11 years ago
chrox ae9b68e1b9 adjust default page margins 11 years ago
chrox 1cad93338a move setPageMargin to the begining of document initialization to
avoid reformatting of DocView that makes previously generated
cr3cache files unused.
11 years ago
chrox f9445fca0d tweaks on dict lookup window 11 years ago
chrox ccd3481735 process new line symbol in WordBoxWidget 11 years ago
chrox 4a5c6cdf12 fix intensity field name in powerd 11 years ago
chrox 7dbd437d1e add battery status pulling functions in KoboPowerD
Status files found at
http://www.mobileread.com/forums/showpost.php?p=1750642&postcount=9.
11 years ago
chrox 35538fe544 fix isCharging name conflict 11 years ago
chrox a6e885e77d show battery icon in crereader page header 11 years ago