2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/frontend/apps/cloudstorage
hius07 8bb08b503a
Cloud storage: enhance download dialog, fix Dropbox uploading (#8809)
(1) ButtonDialogTitle: new method setTitle()

(2) OPDSbrowser
-use setTitle() instead of open/close ButtonDialogTitle (no visual changes to the download dialog)
-reduce logger.info output to avoid flooding crash.log

(3) CloudStorage
-enhance download dialog (similar to OPDS), much optimized code of downloadFile
-fix a bug: cannot create new folder or upload files to the root of the Dropbox storage
2022-02-17 10:53:15 +01:00
..
cloudstorage.lua Cloud storage: enhance download dialog, fix Dropbox uploading (#8809) 2022-02-17 10:53:15 +01:00
dropbox.lua Dropbox: upload file, create folder (#8610) 2022-01-04 13:29:08 +02:00
dropboxapi.lua Dropbox: upload file, create folder (#8610) 2022-01-04 13:29:08 +02:00
ftp.lua Input dialogs: keep size in rotation (#8223) 2021-09-17 19:36:57 +02:00
ftpapi.lua CloudStorage: log error (#7694) 2021-05-16 12:46:26 +02:00
webdav.lua Input dialogs: keep size in rotation (#8223) 2021-09-17 19:36:57 +02:00
webdavapi.lua Add slash to WebDAV starting URL if missing (#8137) 2021-08-27 09:40:14 +02:00