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
François Gannaz 128302873d
New menu option and filemanager filter to hide finished books #7158 (#10895)
* New menu option and filemanager filter to hide finished books #7158

The default behavior is to display the finished books (no change on
upgrade). For consistency with the two similar options, it represented
by a checkbox "Show hidden books" that is checked by default.

The implementation is straightforward, meaning that, when the option is
unchecked, each file will require a call to `filemanagerutil.getStatus`
that checks its status.

For clarity, the code uses the "finished books" expression because the
condition is relevant to the *book* metadata, while the other settings
are about *file* attributes.
9 months ago
..
lib Tame a few tests that relied on `pairs` being somewhat deterministic (#6371) 4 years ago
filemanager.lua New menu option and filemanager filter to hide finished books #7158 (#10895) 9 months ago
filemanagerbookinfo.lua Coverbrowser: event for cache refreshing (#10956) 9 months ago
filemanagercollection.lua Status: setting status of current book in History and Collections (#10946) 9 months ago
filemanagerconverter.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
filemanagerfilesearcher.lua Custom metadata (#10861) 10 months ago
filemanagerhistory.lua Status: setting status of current book in History and Collections (#10946) 9 months ago
filemanagermenu.lua New menu option and filemanager filter to hide finished books #7158 (#10895) 9 months ago
filemanagersetdefaults.lua MultiDialog: Fix an extremely nasty API misuse 2 years ago
filemanagershortcuts.lua Menu widget: cleanup (#10241) 1 year ago
filemanagerutil.lua Coverbrowser: event for cache refreshing (#10956) 9 months ago