Commit Graph

2637 Commits

Author SHA1 Message Date
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
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
Qingping Hou 3e7d518207 Merge pull request #531 from chrox/retab
cleanup: expand tab to 4 spaces
2014-03-14 21:30:56 -04:00
chrox 92219a1f1e cleanup: expand tab to 4 spaces 2014-03-13 21:52:43 +08:00
chrox bd0ba69d08 reset configurable before loading new options 2014-03-13 21:25:45 +08:00
Markismus b17b780ee1 Merge pull request #528 from chrox/master
code refactoring
v2014.03.13-nightly
2014-03-12 22:55:23 +01:00
chrox 5157a67ce2 code refactoring 2014-03-12 17:06:57 +08:00
chrox 9f50393f35 replace paging and zoomming order in readerui 2014-03-12 17:06:51 +08:00
Huang Xin 6ae771a7f4 Merge pull request #527 from koreader/Frontlight
UPDATE readerfrontlight.lua
2014-03-11 23:53:59 +08:00
chrox 0385374c07 code refactoring 2014-03-11 23:40:00 +08:00
Markismus 175721a185 UPDATE readerfrontlight.lua
Code is added to switch between Kobo Aura (Phoenix) and others.

`ReaderFrontLight`, `self.ges_events` and the `function ReaderFrontLight:onAdjust` are now different for Kobo Aura. This enables me to do a two-fingered-pan over approx 1/4 Screenheight to change from full on to full off.

The difference to the default implementation is that both the `rate` and the `msg` are omitted and the `steps` are different.

FURTHER ROOM FOR IMPROVEMENT: It would be an improvement to get a final message after the two-fingered-pan is done stating the achieved setting.

Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2014-03-11 15:04:01 +01:00
Markismus 624bfff340 Merge pull request #526 from chrox/master
fix kobo frozen when exiting koreader.

It doesn't work sensibly anyway. It should have taken a screenshot of the homepage of nickel. Instead it gives the last screen before koreader, which is the png-file of koreader. 
Just quitting the png-file and returning to Nickel home screen would be sufficient. No idea how to do that, though.
v2014.03.11-nightly
2014-03-10 22:47:04 +01:00
chrox fb6a739247 fix kobo frozen when exiting koreader
This should fix #509.
2014-03-10 23:01:29 +08:00
Qingping Hou a5d76d416a Merge pull request #525 from chrox/master
fix input timer queue
2014-03-10 10:25:15 -04:00
chrox 560444c168 add fallback_font option in G_reader_settings 2014-03-10 22:06:17 +08:00
chrox 21b0b24b14 fix input timer queue
if new timer has a timeout later than a timer in queue, the
new timer will be discarded and never be pushed into timer queue.
This is fixed by pushing new timer without timeout checking
and then sorting the queue according to timer timeouts.

This should fix #520 and #495.
2014-03-10 17:42:40 +08:00
Huang Xin 54c59437f9 Merge pull request #524 from danan72/patch-1
Update language.lua - Polish language translation
2014-03-09 22:58:01 +08:00
danan72 e03c103364 Update language.lua 2014-03-09 15:47:09 +01:00
Qingping Hou ff98fdbf50 Merge pull request #523 from chrox/master
hinting one page by default
2014-03-09 08:42:10 -04:00
chrox 2c3ebfc438 update pot file 2014-03-09 20:13:16 +08:00
chrox 315abd92d3 strip unnecessary parts in update packages 2014-03-09 20:09:54 +08:00
chrox 19e50a1098 hinting one page by default
since reflowed page has a minimum height of screen height.
There are no more than two pages displayed on screen
simultaneously even in scroll mode.
2014-03-09 16:48:13 +08:00
Qingping Hou 7de54b63ee Merge pull request #521 from chrox/master
dirty hack to prevent infinite loop on up skip puncutuation
2014-03-04 10:00:54 -05:00
chrox 1d816aa5f2 dirty hack to prevent infinite loop on up skip puncutuation
This should fix #517.
2014-03-04 21:20:09 +08:00
Qingping Hou c54a8a3018 Merge pull request #514 from chrox/master
fix font-family property ignored if no generic-family is provided
2014-02-18 00:15:54 -05:00