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/ui
NiLuJe ce624be8b8 Cache: Fix a whole lot of things.
* Minor updates to the min & max cache sizes (16 & 64MB). Mostly to satisfy my power-of-two OCD.
  * Purge broken on-disk cache files
  * Optimize free RAM computations
  * Start dropping LRU items when running low on memory before pre-rendring (hinting) pages in non-reflowable documents.
  * Make serialize dump the most recently *displayed* page, as the actual MRU item is the most recently *hinted* page, not the current one.
  * Use more accurate item size estimations across the whole codebase.

TileCacheItem:

  * Drop lua-serialize in favor of Persist.

KoptInterface:

  * Drop lua-serialize in favor of Persist.
  * Make KOPTContext caching actually work by ensuring its hash is stable.
3 years ago
..
data Cache: Fix a whole lot of things. 3 years ago
elements Gestures: Allow disabling tap and/or swipes for page turns (#7572) 3 years ago
message Calibre: More QoL tweaks (#7545) 3 years ago
network NetworkManager: Just warn if the gateway is unreachable after a (#7570) 3 years ago
plugin Tame BackgroundRunner: stop running when no more job (#6605) 4 years ago
widget Cache: Fix a whole lot of things. 3 years ago
bidi.lua [RTL UI] Bidi-wrap filenames, paths, urls, metadata 4 years ago
cloudmgr.lua Standardize directory/folder to folder (#7328) 3 years ago
downloadmgr.lua Calibre plugin fixes for android (#6996) 3 years ago
event.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
font.lua Font menu: show font names with their own font 4 years ago
geometry.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
gesturerange.lua Minor Input & TimeVal cleanups 3 years ago
hook_container.lua Input: Process input events in batches (#7483) 3 years ago
language.lua Georgian keyboard (#7225) 3 years ago
menusorter.lua [fix] MenuSorter: use orderedPairs for orphans (#6403) 4 years ago
otamanager.lua Unify LuaSocket usage (#7405) 3 years ago
quickstart.lua Standardize directory/folder to folder (#7328) 3 years ago
renderimage.lua Update UI layout code to use new SVG icons 3 years ago
rendertext.lua Cache: Fix a whole lot of things. 3 years ago
screensaver.lua ScreenSaver: Allow toggling the reboot/poweroff overlay message (#7566) 3 years ago
size.lua [RFC] Pagination UI shenanigans (#7335) 3 years ago
timeval.lua Minor Input & TimeVal cleanups 3 years ago
translator.lua Unify LuaSocket usage (#7405) 3 years ago
trapper.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
uimanager.lua ReaderUI: Saner FM/RD lifecycle 3 years ago
wikipedia.lua Unify LuaSocket usage (#7405) 3 years ago