Commit Graph

2612 Commits (b3c2a7e3fdce172c50112252cb741fc37bb3d16a)
 

Author SHA1 Message Date
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
Qingping Hou 52ac2dc041 Merge pull request #513 from chrox/master
fix semi-auto cropping for djvu files
10 years ago
chrox c9784a84b3 fix semi-auto cropping for djvu files 10 years ago
chrox 1b55339186 cleanup readerui init for pdf 10 years ago
chrox 0eee130f5a clipping page bbox 10 years ago
chrox b1acbb2446 make overlap pixels configurable 10 years ago
Qingping Hou 476375acfe Merge pull request #512 from chrox/master
fix missing page margin settings
10 years ago
chrox cb757a9ddf fix missing page margin settings 10 years ago
Qingping Hou 4fb0e25c52 Merge pull request #511 from chrox/master
get rid of several dirty hacks
10 years ago
chrox bae842540a get rid of several dirty hacks 10 years ago
Qingping Hou 21172924fc Merge pull request #510 from chrox/master
fix conflicts of two finger swipe gesture for flipping mode and showing ...
10 years ago
chrox 68757794a2 fix conflicts of two finger swipe gesture for flipping mode and showing TOC/Bookmark 10 years ago
Qingping Hou 08bee8aa08 Merge pull request #508 from chrox/master
switch to arm-linux-gnueabi toolchain for Kindle devices
10 years ago
chrox 186e78eb79 fix broken support of mobi format 10 years ago
chrox 45ca50458b fix broken toggle frontlight on kpw2 10 years ago
chrox 828f90d7a9 switch to arm-linux-gnueabi toolchain for Kindle devices 10 years ago
Qingping Hou a741bdb6ff Merge pull request #507 from chrox/master
dirty hack to fix wrong zoom level
10 years ago
chrox 11ec22c33b dirty hack to fix wrong zoom level
This hack is to rescue wrong zoom level after removing unnecessary
`self:handleEvent(Event:new("SetDimensions", self.dimen))` at the
end of ReaderUI initialization which otherwise would confuse crengine
with two different dimens and would cause inconsistent reading progress.
10 years ago
Qingping Hou 517b5432ae Merge pull request #506 from chrox/master
add 'full/mini' options for progress bar of crereader
10 years ago
chrox 8e11a5bf6d fix page states not updated in scroll mode 10 years ago
chrox b26f040403 fix hinting beyond page range 10 years ago
chrox 0b2cc17b69 hold progress bar to show goto dialog 10 years ago
chrox f21d34f682 add two finger swipe gestures for showing TOC and bookmarks
two_finger_swipe to east is for TOC
two_finger_swipe to west is for bookmarks
10 years ago
chrox 4fcb39494c use mini progress bar by default 10 years ago
chrox 9f507e6447 add 'full/mini' options for progress bar of crereader 10 years ago