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/apps/filemanager
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
..
lib Swipe for menu and quickstart guide (#2761) 7 years ago
filemanager.lua decouple UI from core document code 6 years ago
filemanagerbookinfo.lua BookInformation: speedup getting EPUB metadata/cover (#3767) 6 years ago
filemanagerconverter.lua Replace remaining 'local gettext' with '_' (#4160) 6 years ago
filemanagerfilesearcher.lua File search: search in current folder, or home folder (#4093) 6 years ago
filemanagerhistory.lua UIManager: avoid painting widgets covered by a full screen widget (#3770) 6 years ago
filemanagermenu.lua Fix typo in help text: "Table of contents" 6 years ago
filemanagersearch.lua CreDocument: fix document loading interferences (#4349) 6 years ago
filemanagersetdefaults.lua Fix focus/unfocus in MultiInputDialog (#4060) 6 years ago
filemanagershortcuts.lua Adds Folder shortcuts to Plus menu (#4165) 6 years ago
filemanagerutil.lua [feat] Add support for BQ/Fnac devices (#4294) 6 years ago