You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui
chrox 5983050d79 PDF free zoom mode revisit
this should implement feature request of zoom mode for multi-columns
page in #501
This PR depends on koreader/koreader-base#435

How to use?
1. Tap the top left corner of a PDF/Djvu page to get into the flipping
mode
2. Double-tap on text block will zoom in to that column
3. Double-tap on any area will zoom out to an overview of the page
4. repeat step 2 to focus to another page block

How does it work?
1. We first find the mask of text blocks in the page. (Pic 1)
2. Then we intersect page boxes with user tap to form a page block. (Pic 2)
3. Finally we zoom the page to the page block and center current view to
that block. (Pic 3)
8 years ago
..
data Add a new feature 'read from right to left' 8 years ago
elements add OTA update on Android 8 years ago
message more luacheck fixes 8 years ago
widget widgetcontainer(fix): crash when getting widget size 8 years ago
downloadmgr.lua minor: various luacheck fixes 8 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua minor: various luacheck fixes 8 years ago
geometry.lua minor: various luacheck fixes 8 years ago
gesturerange.lua multi-touch: add tests for gesturerange moudle 8 years ago
language.lua chore: fix some of the luacheck errors 9 years ago
networkmgr.lua "Wifi" -> "Wi-Fi" 8 years ago
opdsparser.lua minor: various luacheck fixes 8 years ago
otamanager.lua Spelling of calibre and KOReader. Ellipsis. 8 years ago
rendertext.lua disable jit on some modules on android 8 years ago
screensaver.lua fix: luacheck 8 years ago
timeval.lua minor: various luacheck fixes 8 years ago
translator.lua minor: various luacheck fixes 8 years ago
uimanager.lua PDF free zoom mode revisit 8 years ago
wikipedia.lua minor: various luacheck fixes 8 years ago