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
NiLuJe 7f6bc28eca BookInfoManager: Convert thumbnail compression to ZSTD
* Avoid the Lua string copies when compressing/uncompressing the bb
  thumbs
* Delay the statement reset so that the pointer returned by the BLOB
  query is actually usable ;).
* Re-use a ZSTD decompression context
* Store date & mtime for successfully extracted documents
  c.f., 10477501f9 (r44914917)
* Switch to user_version pragma to handle DB schema versioning
* Update file size/date on *each* extraction attempt.
  @poirez-z raised a good point, this ought to be useful to deem a file
  re-parseable after an update.
* Remove xutil
  Functionality has been moved to ffi/zlib & ffi/zstd
* Preserve settings when migrating the BookInfo DB
* Warn via InfoMessage that the DB was updated
* Only store the series name in series, and move the index in series_index
  (Column names chosen to match Calibre's).
* Handle the new series_index column in BookInfo consumers
* This allows us to get rid of the code that stripped empty decimals
  from series index in *most* places, since it's now a real Lua
  number, and the string formatting library does that magic on its
  own.
3 years ago
..
lib Tame a few tests that relied on `pairs` being somewhat deterministic (#6371) 4 years ago
filemanager.lua FileManager: fix Plus menu override (#6957) 3 years ago
filemanagerbookinfo.lua BookInfoManager: Convert thumbnail compression to ZSTD 3 years ago
filemanagercollection.lua Minor util & ffi/util cleanups (#6657) 4 years ago
filemanagerconverter.lua [i18n] Add translators comment about Markdown (#5752) 4 years ago
filemanagerfilesearcher.lua ReaderGesture: cleanup (#6292) 4 years ago
filemanagerhistory.lua Delegate "lastfile" management to ReadHistory (#6128) 4 years ago
filemanagermenu.lua [RFC] Make default UI tapzones more generous (#6918) 4 years ago
filemanagersetdefaults.lua Floor dimension computations (mul/div). (#6264) 4 years ago
filemanagershortcuts.lua Sort folder shortcuts (#6707) 4 years ago
filemanagerutil.lua [chore] Device abstraction (#6280) 4 years ago