chrox
877cff2933
invert button on tap
2014-05-01 18:37:12 +08:00
chrox
659e5f6bdd
use buildin LuaJIT profiler
2014-05-01 11:58:05 +08:00
chrox
d3cf30aab2
update koreader-base
2014-05-01 10:06:50 +08:00
Qingping Hou
41b45aa692
Merge pull request #562 from chrox/master
...
serialize the most recently used blitbuffer/koptcontext
2014-04-30 13:56:48 -04:00
chrox
775e5ea3b4
serialize the most recently used blitbuffer/koptcontext
...
to speedup koreader startup for PDF/DJVU documents
especially when reflowing
2014-04-30 23:24:47 +08:00
chrox
f9302cd17d
fix recalculate from close document pageno
2014-04-30 23:19:24 +08:00
Qingping Hou
22c9211e21
Merge pull request #557 from chrox/master
...
update koreader-base
v2014.04.25-nightly
2014-04-24 12:13:14 -04:00
chrox
2d9a3499dd
update koreader-base
2014-04-24 22:14:03 +08:00
Qingping Hou
5ad0e615b7
Merge pull request #556 from chrox/master
...
add Evernote plugin to export highlights and notes
v2014.04.24-nightly
2014-04-23 13:20:08 -04:00
chrox
842439cb62
update pot file for plugins
2014-04-23 23:02:45 +08:00
chrox
5c1d5c3314
add Evernote plugin to export highlights and notes
...
The "My Clipping" file that storing highlights and notes for Kindle
native readers could also be parsed and exported. The parser is
implemented in `evernote.koplugin/clip.lua`.
Parsed highlights and notes in one book will be packed and rendered
into html node with a slt2 template `note.tpl` that complies with
evernote markup language(ENML).
Finally the evernote client will create or update note entries and
push them to Evernote cloud.
2014-04-23 22:30:36 +08:00
chrox
34fd9f3efa
add koreader plugin mechanism
...
This should implement #505 .
2014-04-23 22:30:36 +08:00
Qingping Hou
24d5c01a73
Merge pull request #555 from Markismus/master
...
wtest.lua adapted for use with issue #372
2014-04-22 15:29:18 -04:00
Markismus
3b113800fe
1. wtest.lua crashed. So I cut&paste some lines from reader.lua to fix it.
...
2. I added the function TestVisible to assess the extreme coordinates still visible on the Kobo Aura.
2014-04-22 19:57:47 +02:00
Markismus
380c763bea
Delete wtest.lua.bak
...
I fucked up with pushing. I'll reread github tutorial. Sorry!
2014-04-22 16:43:38 +02:00
Markismus
52c3594f6b
wtest crashed: ./luajit: ./frontend/document/credocument.lua:21: attempt to index global 'G_reader_settings' (a nil value)
...
A little copy-paste from reader.lua has it working again.
2014-04-22 16:40:55 +02:00
Huang Xin
019d94816f
Merge pull request #554 from th0mass/patch-1
...
Update koreader.po (tr)
v2014.04.18-nightly
2014-04-17 20:41:52 +08:00
th0mass
d5451f8ee3
Update koreader.po
2014-04-17 15:32:42 +03:00
Huang Xin
f1a8970adb
Merge pull request #551 from danan72/patch-2
...
Update koreader.po
v2014.04.10-nightly
v2014.04-stable
2014-04-09 09:49:30 +08:00
danan72
692dd486e8
Update koreader.po
...
Update Polish translation from transifex
2014-04-08 20:01:24 +02:00
Qingping Hou
0b247ed8d2
Merge pull request #549 from chrox/master
...
add dewatermark option for pdf/djvu documents
v2014.04
v2014.04.08-nightly
2014-04-07 11:07:06 -04:00
chrox
6432ad2324
update pot file
2014-04-07 00:43:04 +08:00
chrox
df65c1069a
remove unnecessary DEBUG
2014-04-07 00:25:10 +08:00
chrox
c6c4cbcab1
add dewatermark option for pdf/djvu documents
2014-04-07 00:22:47 +08:00
Qingping Hou
87f69291e1
Merge pull request #547 from chrox/master
...
highlight current toc entry
v2014.04.05-nightly
2014-04-04 13:39:14 -04:00
chrox
4a32f4415e
use borderless flat bookmark/toc window
2014-04-04 23:37:50 +08:00
chrox
ac396e3aa9
highlight current toc entry
2014-04-04 23:02:29 +08:00
chrox
9ee1352a76
update koreader-base
2014-04-04 21:20:50 +08:00
chrox
47f986941f
tap on reader footer to hide footer
2014-04-04 21:20:26 +08:00
Huang Xin
9b396e3796
Merge pull request #544 from houqp/houqp-master
...
move reader code into apps directory
2014-04-03 10:34:06 +08:00
Qingping Hou
f07c0c4fba
require FileManager on demand in reader.lua
2014-04-02 17:05:28 -04:00
Qingping Hou
4b357c1466
move reader code into frontend/apps/reader
...
it makes more sense to completely separate the UI framework and
application code
also move frontend/ui/configurable.lua to frontend/configurable.lua
2014-04-02 17:02:01 -04:00
Qingping Hou
7ca851de21
Merge pull request #543 from chrox/master
...
fix infinite loop on up-skip CJK puncutuations
v2014.04.03-nightly
2014-04-02 16:04:41 -04:00
chrox
4c77e45a39
fix infinite loop on up-skip CJK puncutuations
2014-04-02 00:05:59 +08:00
Qingping Hou
c45dc23099
Merge pull request #541 from chrox/master
...
fix wrong screen dpi on Kindle Paperwhite 2
v2014.03.31-nightly
2014-03-30 17:07:02 -04:00
chrox
714bc13720
fix wrong screen dpi on Kindle paperwhite 2
2014-03-30 19:44:31 +08:00
Huang Xin
d2b1f59d87
Merge pull request #540 from th0mass/patch-1
...
Update koreader.po
2014-03-28 13:11:18 +08:00
th0mass
8ef5b2a6fd
Update koreader.po
2014-03-27 10:18:21 +02:00
Huang Xin
8f2d8b33b4
Merge pull request #539 from dsmid/master
...
Czech (cs_CZ) l10n updated
v2014.03.27-nightly
2014-03-27 09:04:52 +08:00
David Šmíd
23c6f664e5
Synced with Transifex
2014-03-26 17:30:57 +01:00
David Šmíd
a2dace5f9c
More strings fixed
2014-03-26 16:49:01 +01:00
David Šmíd
23cd57e6d8
Fixed minor glitches
2014-03-26 16:11:23 +01:00
David Šmíd
664f525479
Added missing Czech messages, fixed others
2014-03-26 15:53:14 +01:00
Qingping Hou
e5df639d12
Merge pull request #538 from chrox/master
...
add make test in Makefile and README file
2014-03-25 11:40:57 -04:00
chrox
6bee469ea0
add make test in Makefile and README file
2014-03-25 22:26:36 +08:00
chrox
e950d46f1f
add .editorconfig file
2014-03-25 22:25:26 +08:00
Qingping Hou
37e63c2dea
Merge pull request #537 from chrox/master
...
switch license to AGPLv3
v2014.03.24-nightly
2014-03-23 12:57:10 -04:00
chrox
2f1256515c
update README.md
2014-03-23 16:55:15 +08:00
chrox
b3c2a7e3fd
switch license to AGPLv3
2014-03-23 16:53:05 +08:00
Markismus
7e26047af4
The last code changes resulted in crashes. Now they don't and it the fine tuning is improved.
...
It changes `steps` in line 13 for better finetuning,
`rate` in line 22 so that it has a nil value for `Kobo_phoenix'
and delta_int in line 48 to the last know working syntax.
Could someone check whether line 22 does result in 3.0 for non-phoenix devices?
v2014.03.18-nightly
2014-03-17 19:36:18 +01:00