2
0
mirror of https://github.com/koreader/koreader synced 2024-11-18 03:25:46 +00:00
koreader/frontend/apps
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
2018-11-20 21:07:59 +01:00
..
cloudstorage Fix for FTP folder being saved to an unused setting. (#4274) 2018-10-18 06:34:29 +02:00
filemanager CreDocument: fix document loading interferences (#4349) 2018-11-20 21:07:59 +01:00
opdscatalog UIManager: avoid painting widgets covered by a full screen widget (#3770) 2018-03-17 23:02:32 +01:00
reader CreDocument: fix document loading interferences (#4349) 2018-11-20 21:07:59 +01:00