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
Hans-Werner Hilse 6b45a4ea06 fix cache implementation
the cache would behave badly when the same item was insert()ed twice:
it would add the size twice to memory consumption, but would never substract
it twice when purging the (actually single) object from cache. So the cache
would seem to fill up while in fact it wasn't.
10 years ago
..
apps Minor English improvements. 10 years ago
device fix refresh with rotation and viewport 10 years ago
document fixes for picdocument 10 years ago
ui Capitalization: change a few mentions of calibre to lowercase 10 years ago
JSON.lua revert JSON hack since the unusual utf8 representation is fixed 11 years ago
MD5.lua make functions in MD5 implementation local 10 years ago
cache.lua fix cache implementation 10 years ago
cacheitem.lua cleanup: expand tab to 4 spaces 10 years ago
configurable.lua hold on config panel option to set default option 10 years ago
dbg.lua Actually flush stdio rather than all io. 10 years ago
device.lua Refactoring hardware abstraction 10 years ago
docsettings.lua add clear api for DocSettings 10 years ago
gettext.lua automatically set language on Android 10 years ago
luxl.lua treate quoted slash as plain text in attribute value 10 years ago
optmath.lua cleanup: expand tab to 4 spaces 10 years ago