Commit Graph

2636 Commits (87f69291e18c84b5d7135589d2e8c910bab79f74)
 

Author SHA1 Message Date
Qingping Hou 87f69291e1 Merge pull request #547 from chrox/master
highlight current toc entry
10 years ago
chrox 4a32f4415e use borderless flat bookmark/toc window 10 years ago
chrox ac396e3aa9 highlight current toc entry 10 years ago
chrox 9ee1352a76 update koreader-base 10 years ago
chrox 47f986941f tap on reader footer to hide footer 10 years ago
Huang Xin 9b396e3796 Merge pull request #544 from houqp/houqp-master
move reader code into apps directory
10 years ago
Qingping Hou f07c0c4fba require FileManager on demand in reader.lua 10 years ago
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
10 years ago
Qingping Hou 7ca851de21 Merge pull request #543 from chrox/master
fix infinite loop on up-skip CJK puncutuations
10 years ago
chrox 4c77e45a39 fix infinite loop on up-skip CJK puncutuations 10 years ago
Qingping Hou c45dc23099 Merge pull request #541 from chrox/master
fix wrong screen dpi on Kindle Paperwhite 2
10 years ago
chrox 714bc13720 fix wrong screen dpi on Kindle paperwhite 2 10 years ago
Huang Xin d2b1f59d87 Merge pull request #540 from th0mass/patch-1
Update koreader.po
10 years ago
th0mass 8ef5b2a6fd Update koreader.po 10 years ago
Huang Xin 8f2d8b33b4 Merge pull request #539 from dsmid/master
Czech (cs_CZ) l10n updated
10 years ago
David Šmíd 23c6f664e5 Synced with Transifex 10 years ago
David Šmíd a2dace5f9c More strings fixed 10 years ago
David Šmíd 23cd57e6d8 Fixed minor glitches 10 years ago
David Šmíd 664f525479 Added missing Czech messages, fixed others 10 years ago
Qingping Hou e5df639d12 Merge pull request #538 from chrox/master
add make test in Makefile and README file
10 years ago
chrox 6bee469ea0 add make test in Makefile and README file 10 years ago
chrox e950d46f1f add .editorconfig file 10 years ago
Qingping Hou 37e63c2dea Merge pull request #537 from chrox/master
switch license to AGPLv3
10 years ago
chrox 2f1256515c update README.md 10 years ago
chrox b3c2a7e3fd switch license to AGPLv3 10 years ago
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?
10 years ago
Qingping Hou 3e7d518207 Merge pull request #531 from chrox/retab
cleanup: expand tab to 4 spaces
10 years ago
chrox 92219a1f1e cleanup: expand tab to 4 spaces 10 years ago
chrox bd0ba69d08 reset configurable before loading new options 10 years ago
Markismus b17b780ee1 Merge pull request #528 from chrox/master
code refactoring
10 years ago
chrox 5157a67ce2 code refactoring 10 years ago
chrox 9f50393f35 replace paging and zoomming order in readerui 10 years ago
Huang Xin 6ae771a7f4 Merge pull request #527 from koreader/Frontlight
UPDATE readerfrontlight.lua
10 years ago
chrox 0385374c07 code refactoring 10 years ago
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>
10 years ago
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.
10 years ago
chrox fb6a739247 fix kobo frozen when exiting koreader
This should fix #509.
10 years ago
Qingping Hou a5d76d416a Merge pull request #525 from chrox/master
fix input timer queue
10 years ago
chrox 560444c168 add fallback_font option in G_reader_settings 10 years ago
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.
10 years ago
Huang Xin 54c59437f9 Merge pull request #524 from danan72/patch-1
Update language.lua - Polish language translation
10 years ago
danan72 e03c103364 Update language.lua 10 years ago
Qingping Hou ff98fdbf50 Merge pull request #523 from chrox/master
hinting one page by default
10 years ago
chrox 2c3ebfc438 update pot file 10 years ago
chrox 315abd92d3 strip unnecessary parts in update packages 10 years ago
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.
10 years ago
Qingping Hou 7de54b63ee Merge pull request #521 from chrox/master
dirty hack to prevent infinite loop on up skip puncutuation
10 years ago
chrox 1d816aa5f2 dirty hack to prevent infinite loop on up skip puncutuation
This should fix #517.
10 years ago
Qingping Hou c54a8a3018 Merge pull request #514 from chrox/master
fix font-family property ignored if no generic-family is provided
10 years ago
chrox 87131525db fix font-family property ignored if no generic-family is provided 10 years ago