Commit Graph

609 Commits (d94b819eb14b64db175e7623c8e1aa36f5a7c151)

Author SHA1 Message Date
hius07 d94b819eb1
CoverBrowser: use bookinfo cache in Classic mode (#11404)
Getting bookinfo from the cache db is much faster than opening a book, let's use it in Classic mode too.

With fallback if no metadata available.
5 months ago
hius07 43831236ce
CoverBrowser: doc_settings cache improvement (#11360) 5 months ago
hius07 c4e9e6bc51
filemanagermenu: fix classic mode items per page (#11346) 5 months ago
zwim 2c33fc6576
Reader: Do less work on same-orientation non-gyro rotations (#11297)
Namely, don't recompute layouts, as they do not change.
(The gyro codepaths were already doing something similar.)

* Keep ConfigDialog, FileManagerMenu & ReaderMenu open on rotation.
  (In practice, only ConfigDialog is affected, as *Menu doesn't handle the rotation event.)
* Plugged an instance leak in the aforementioned Menu classes.
* Unify behavior & code with the gyro codepaths.
5 months ago
hius07 ea9ef6781c
CoverBrowser: adjustable mosaic grid (#11232) 5 months ago
hius07 3533356ffd
filemanagerhistory: fix untranslated strings (#11282) 6 months ago
hius07 b949d07f4f
filemanagerbookinfo: proper text_type of description (#11260) 6 months ago
hius07 5a4e70a19d
History, Collection: title bar in FM style (#11243)
These changes make the title bar in File manager, History and Collection windows of the same height.
The items and book covers thumbnail dimensions in Mosaic and Detailed list display modes are now equal, and up/down scaling of the thumbnails is not needed when switching between File manager, History and Collection.
6 months ago
hius07 bf59f53e18
Folder shortcuts: speed up (#11221) 6 months ago
hius07 f765fe3070
Screenshot: set as book custom cover (#11227) 6 months ago
hius07 aabd6d7a26
File browser, Collection: improve group actions (#11178)
Maintain correct records in History and Favorites when moving/deleting folders or group of files.
Optimize Collection module to minimize storage requests.
6 months ago
Wim de With e7780c09f3 fixup! Process directory list items for mixed collation 7 months ago
Wim de With 128accafe3 fixup! Process directory list items for mixed collation 7 months ago
Wim de With 98d92d37ab Refactor FileManager collation for easier patching 7 months ago
hius07 b4424b4685
filemanagerhistory: fix non standard status (#11188) 7 months ago
hius07 d3787eee64
filemanagershortcuts: fix menu (#11167) 7 months ago
hius07 88d6613fed
Folder shortcuts: new markers, buttons (#11108)
Buttons to add/remove folder shortcut from Plus menu and from folder popup dialog.
A marker ("empty star") for folders with shortcuts.
7 months ago
hius07 082ef9b545
FileChooser: fix reverse sorting of folders (#11093)
Do not apply "reverse sorting" to folders in sorting modes "type", "size", "percentage".
In that modes folders are sorted by name.
7 months ago
hius07 4044c81a5a
History: update on deleting a folder (#11090) 7 months ago
hius07 d0d3cf78f9
History: search (#11084) 7 months ago
hius07 68aa209a6c
Open with... improvement (#11056)
Allows associating filetypes with non-document providers (like ImageViewer or TextViewer) to "open" (view) these files by a tap in file browser.
8 months ago
hius07 b70f866656
DocSettings (again) (#11020)
Cleaning and optimizing Docsettings code.
8 months ago
hius07 3b2fc7a551
Reader: re-enable File search, Folder shortcuts (#11028) 8 months ago
hius07 6ccf19b99f
History: update on renaming/moving a folder (#10999) 8 months ago
hius07 e577c79d95
File search, FileChooser and others (#10994) 8 months ago
hius07 517731dbbb
Finished books: freeze history timestamp and statistics (#10968) 9 months ago
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
hius07 0ac258fcb7
Coverbrowser: event for cache refreshing (#10956) 9 months ago
hius07 40e2a838ae
Status: setting status of current book in History and Collections (#10946) 9 months ago
hius07 9f39614e8a
Custom metadata: fixes 2 (#10919) 9 months ago
hius07 108d87742a
Custom metadata: fixes (#10889) 9 months ago
hius07 e4ba8c7909
Custom metadata: event (#10869) 10 months ago
hius07 f46f341b9b
Reset settings/cover/metadata separately (#10866) 10 months ago
hius07 ed2ea6803f
Custom metadata (#10861) 10 months ago
hius07 1ef7821b66
getProps: centralize 2 (#10837)
Centralize and optimize handling document properties.
10 months ago
NiLuJe a736a3ebe0
Calibre: Add reading status to the metadata search popups (#10842)
We're getting old, remembering whether you've actually read stuff is hard ;).
10 months ago
hius07 33467098dd
filemanager: minor tweaks (#10821) 10 months ago
NiLuJe 22678ee5ff Misc: Review pass on the previous commits
* Unbreak the Device test
* Rename a few things
* Tweak a few comments
10 months ago
NiLuJe ac1358e0f0 Menu: Actually hide PlatformNav if !hasKeys
Returning {} just leads to a present but blank entry

(Also, nobody notice that the capcheck was wrong inside platnav anyway ;p).
10 months ago
NiLuJe 6283674c47 Menu: Split off "Page Turns" submenu in two sections
The Kindle swipe animations & physical key inversion apply *everywhere*,
so we need this accessible in the FM, too.

Move it to Navigation, which is where it already was on !Touch devices.
10 months ago
hius07 1544ca28af
FileManager: truncate left in selected files list (#10783)
Truncate the path to view the filename in full. Closes #10760.
11 months ago
Glen Sawyer 73c4f09a88
FileChooser: re-add file sort by "last date read" (#10682)
Revert bits from eb299c30.
11 months ago
hius07 dee1c902ec
ReaderUI: minor optimization (#10634) 12 months ago
hius07 eb299c300d
FileChooser: Sort by date (#10627) 12 months ago
hius07 45428dda49
History: shorten date/time field (#10594) 1 year ago
hius07 54ab0a04f8
Archive viewer (#10584) 1 year ago
hius07 46933035c5
Open with: images (#10561) 1 year ago
hius07 fc7181419f
CoverImage: custom cover support (#10553) 1 year ago
hius07 01e6593dd4
File popup dialog buttons (#10537) 1 year ago
hius07 1944f54aa0
Custom cover: fix (#10513)
Somehow have overlooked in testing.
Closes #10512.
1 year ago