2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/frontend/apps/filemanager
NiLuJe d59c837714
Kobo: Refactor various aspects of the Kaleido/MTK support (#12221)
* UIManager: Let the fb backend deal with Kaleido wfm promotion. This fixes a number of quirks that poisoned the refresh queue with spurious full-screen refreshes. See https://github.com/koreader/koreader-base/pull/1865 for more details.
* This also means we now disable Kaleido waveform modes when color rendering is disabled (remember to trash your thumbnail cache if you don't want to mix color w/ grayscale thumbnails, though).
* UIManager: Merge refreshes that share an edge, because that was driving me nuts (and would have most likely been merged by the kernel anyway). A perfect test-case is the FM, which trips two separate refreshes because of its title bar.
* ReaderFlipping: Use sensible dimensions, so that we only refresh the icon's region.
* ReaderBookmark: Only refresh the dogear instead of the whole page when toggling bookmarks.
* NetworkSetting: Make it a real boy, so it consistently refreshes properly on dismiss instead of relying on UIManager saving the day.
* Kobo: Aggressively prevent *both* suspend & standby while MTK devices are plugged-in, as both will horribly implode the kernel (we previously only prevent standby while charging).
* Kobo: Switch to 8bpp on B&W MTK devices (or when color rendering is disabled on Kaleido panels).
2024-07-28 01:19:40 +02:00
..
lib Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
filemanager.lua Filemanager: fix OpenWith without config (#12095) 2024-06-26 09:05:45 +02:00
filemanagerbookinfo.lua filemanagerbookinfo: proper text_type of description (#11260) 2023-12-25 07:40:13 +02:00
filemanagercollection.lua Collections: refresh list of files in FileManager (#11994) 2024-06-09 22:34:22 +03:00
filemanagerconverter.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2022-09-28 01:10:50 +02:00
filemanagerfilesearcher.lua File searcher: group operations (#11980) 2024-06-06 11:44:03 +03:00
filemanagerhistory.lua Collections: add collection mark to books (#11868) 2024-05-26 08:18:44 +03:00
filemanagermenu.lua Kobo: Refactor various aspects of the Kaleido/MTK support (#12221) 2024-07-28 01:19:40 +02:00
filemanagersetdefaults.lua MultiDialog: Fix an extremely nasty API misuse 2022-10-06 19:28:26 +02:00
filemanagershortcuts.lua Folder shortcuts: speed up (#11221) 2023-12-17 08:26:57 +02:00
filemanagerutil.lua Annotations, part 1 (#11563) 2024-05-03 09:08:57 +03:00