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

745 Commits

Author SHA1 Message Date
NuPogodi
1831004da5 Add the new function ZipContentExt(zipfilename) which reads the content of zipfile and returns the extention of the first entry. 2012-05-23 11:50:40 +02:00
NuPogodi
cccdf42892 use new input handling to enable help page 2012-05-23 11:46:22 +02:00
Dobrica Pavlinušić
b1486ee4bd Merge pull request #173 from houqp/master
fix for djvu getPageText API changes
2012-05-22 22:38:21 -07:00
Qingping Hou
d2d8ad84ed handle djvu getPageText API changes. 2012-05-23 13:04:05 +08:00
{Qingping,Dave} Hou
763b97744b Merge pull request #170 from dpavlin/NuPogodi
NuPogodi patch 19.05.2012
2012-05-20 03:39:41 -07:00
Dobrica Pavlinusic
f55654f03e implement settings version #120 and migration #134
Latest changes for history support move configuration files into
history directory to keep them as timestamp for last read. This code
also adds reading of old configuration files (but does not remove them)
2012-05-20 02:00:43 +02:00
Dobrica Pavlinusic
9de055eb5d fix glymp caching name
With recent changes in font selector, we where hitting
glyphcache_max_memsize so glyphcache[k].glyph.bb:free() got
invoked and crashed reader.
2012-05-20 00:52:50 +02:00
Dobrica Pavlinusic
d678510d9a return to file list with fiveway left
It's nice and symetrical to show info (fiveway right) so you don't have
to move hands from fiveway while having long names lookup
2012-05-19 23:15:47 +02:00
Dobrica Pavlinusic
a08c35a52c added Screen:screenshot() 2012-05-19 23:04:40 +02:00
NuPogodi
86513c3793 added cr3.css for files without one 2012-05-19 13:09:37 +02:00
NuPogodi
3a76ec91fd integrate rest of @NuPogodi changes #166
- long lines (filenames in 'Document Info') are now splitted in more
  human-readable way (by spaces, dots, slashes or some other characters
- see screenshot)
- the selection of fonts in filemanager (key 'F' or 'Aa') looks now more
  user-friendly
- fixed too long strings in most menues (TOC, Bookmarks, Fonts...) and
  in the popup with the reading progress (called by key 'Menu')
- the position inside the cr-documents (epub, mobi...) now remain nearly
  the same after rescaling the document (i.e. changing the font face,
  size, boldface and interline distance)
- when you open TOC-menu or Fonts Menu, it highlights the current item
  (i.e. current chapter and current fontface).
- i've a bit changed the way to read the battery level values, it might
  now work even without Amazon Kindle framework.
2012-05-19 13:04:49 +02:00
NuPogodi
f595d42431 change default title font to DroidSansBold 2012-05-19 12:39:53 +02:00
Qingping Hou
6f5bf4a3b8 bump crengine to version v3.0.57-14
This version also fixes segfault when
reading the Real Analysis - Maths.chm.

The test file is provided by medwatt
from mobileread.
2012-05-19 09:37:44 +02:00
{Qingping,Dave} Hou
c43a312725 Merge pull request #169 from dpavlin/master
added Registering fonts dialog on startup
2012-05-18 18:28:37 -07:00
Dobrica Pavlinusic
28161ae3d0 added Registering fonts dialog on startup
This operation can take some time on device
2012-05-18 23:28:05 +02:00
NuPogodi
93b5da0d8d Update crereader.lua 2012-05-17 12:31:48 +03:00
NuPogodi
773a4d69b6 + added: saving & restoring the font size (new parameter > font_zoom)
+ fixed: too long strings in _drawReadingInfo() (called by key 'Menu')
+ fixed: floating the text when the font (face, size or boldface) and/or interline spacing modify the document height
2012-05-17 12:25:20 +03:00
NuPogodi
cd046a0637 Update rendertext.lua 2012-05-16 16:29:33 +03:00
{Qingping,Dave} Hou
eaaff0d9bc Merge pull request #162 from dpavlin/master
few more tweaks for manual crop rouler
2012-05-02 07:19:18 -07:00
Dobrica Pavlinusic
54657bb74c use hpkfont for ruler, increase size and fix aligment #35
This is maximum font size which allows vertical ruler to have
spacing between vertical letters.
2012-05-02 16:03:04 +02:00
Dobrica Pavlinusic
bca64dd4ef use showInfoMsgWithDelay for new bbox and redraw page #153 2012-05-02 15:50:19 +02:00
Qingping Hou
121f154313 bump crengine to version v3.0.57-14
This version also fixes segfault when
reading the Real Analysis - Maths.chm.

The test file is provided by medwatt
from mobileread.
2012-05-02 15:18:30 +02:00
Dobrica Pavlinusic
ba19ab7029 added .prc as alternative extension for mobi
This was reported by @valex in post at forum:
http://www.mobileread.com/forums/showpost.php?p=2064360&postcount=340
2012-05-01 19:24:52 +02:00
Dobrica Pavlinušić
e73803603b Merge pull request #159 from houqp/master
bump crengine version.
2012-05-01 04:33:24 -07:00
Qingping Hou
c2cb95f8e8 remove patch in cre.cpp since it is accepted by upstream 2012-05-01 16:25:04 +08:00
Qingping Hou
84eb0e338f bump crengine to version v3.0.57-14
This version also fixes segfault when
reading the Real Analysis - Maths.chm.

The test file is provided by medwatt
from mobileread.
2012-05-01 16:23:54 +08:00
Dobrica Pavlinušić
7e885198ec Merge pull request #157 from houqp/master
rewrite getpagtext for djvu module
2012-04-30 11:01:52 -07:00
Qingping Hou
a73d9a5a52 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-30 22:18:10 +08:00
Qingping Hou
a672cf4ee0 unified coordinates system in djvrereader
fix bug in showing manual corp area.
this also fixes #132.
2012-04-30 22:12:15 +08:00
Dobrica Pavlinušić
89f9a8c711 Merge pull request #156 from houqp/master
bug fix in jump history
2012-04-30 06:50:09 -07:00
Qingping Hou
d21ea032e5 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-30 20:41:17 +08:00
Qingping Hou
c275862ffe fix bug in jump_history
record current page when jump_history.cur points to
empty head.
2012-04-30 20:33:10 +08:00
Dobrica Pavlinušić
0d4d7e7fb9 Merge pull request #154 from houqp/master
Two bug fixes & patches from NuPogodi
2012-04-30 03:30:31 -07:00
Qingping Hou
c818d7e90e screenshot shorcut patch by NuPogodi@mobileread 2012-04-30 17:03:45 +08:00
Qingping Hou
381b34cc04 detect file type in zip file, patched by NuPogodi@mobileread 2012-04-30 16:58:05 +08:00
Qingping Hou
eb1fbebc5b change default font face for crereader, reported by NuPogodi@mobileread.
changed to Droid Sans Fallback
2012-04-30 16:44:41 +08:00
Qingping Hou
1e36018021 fix bug in inputbox
Redundant code in character deleting
2012-04-30 16:19:28 +08:00
{Qingping,Dave} Hou
dad5b32331 Merge pull request #153 from dpavlin/issue_35_manual_crop
second try to implement ruler idea by @eLiNK2gl in #35
2012-04-29 19:04:54 -07:00
Dobrica Pavlinusic
55cdb26823 force next full refresh 2012-04-29 19:36:23 +02:00
Dobrica Pavlinusic
de12c6aac0 second try to implement rouler idea by y @eLiNK2gl in #35 2012-04-29 19:15:53 +02:00
{Qingping,Dave} Hou
246619b9c4 Merge pull request #151 from dpavlin/issue_35_manual_crop
manually select page bounding box
2012-04-29 09:02:49 -07:00
Dobrica Pavlinusic
90b8860ed5 always use partial refresh 2012-04-29 15:56:56 +02:00
Dobrica Pavlinusic
31108d536c manually select page bounding box
I hope we can finally close #35 with this.
2012-04-29 14:31:45 +02:00
Qingping Hou
db02c7ca1d apply key repeat from menus 2012-04-28 09:28:50 +08:00
Dobrica Pavlinusic
bb5c54dd1c Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-27 23:45:21 +02:00
Dobrica Pavlinusic
761cd68964 highlight mode also benefits from key repeat 2012-04-27 23:45:07 +02:00
Dobrica Pavlinušić
97f8b80db2 Merge pull request #147 from dpavlin/issue_142_key_repeat
few more places in which repeat key is useful
2012-04-27 14:36:46 -07:00
Dobrica Pavlinusic
c688e6e20c few more places in which repeat key is useful 2012-04-27 23:35:33 +02:00
Dobrica Pavlinušić
8db0aef635 Merge pull request #146 from dpavlin/issue_142_key_repeat
Issue #142 key repeat
2012-04-27 14:16:23 -07:00
Dobrica Pavlinusic
9bdf4bf4c7 prevent full screen refresh if key is repeating #142 2012-04-27 20:38:29 +02:00