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/document
poire-z 85ac59ae00 CreDocument: fix document loading interferences (#4349)
When a main document is opened for displaying, some other
document openings (for getting metadata or cover image)
could affect the main document.
Split some code from CreDocument:init() into another new
method CreDocument:setupDefaultView(), that will only be
called by ReaderUI when opening the main document (and not
by these other openings like Book inforation, View cover...)

Also speed up some of these other openings (Search, Screensaver)
by using doc:loadDocument(false) to load only metadata and
avoid parsing the HTML.

Details in https://github.com/koreader/koreader/issues/4346#issuecomment-440036496
6 years ago
..
credocument.lua CreDocument: fix document loading interferences (#4349) 6 years ago
djvudocument.lua [Feature] Support DjVu metadata (#4314) 6 years ago
document.lua bump crengine: alternative TOC, no page break on borders (#4011) 6 years ago
documentregistry.lua decouple UI from core document code 6 years ago
koptinterface.lua [UX] Add InfoMessage about OCR (#3718) 6 years ago
pdfdocument.lua UI Behavior tweaks (#3983) 6 years ago
picdocument.lua PicDocument:getCoverPageImage(): use first page instead of MuPDF 6 years ago
tilecacheitem.lua feat: add logger module & rewrite kobo suspend script in lua 7 years ago