2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
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.
2014-11-12 15:21:20 +01:00
..
apps Minor English improvements. 2014-11-12 12:29:38 +01:00
device fix refresh with rotation and viewport 2014-11-12 09:32:09 +01:00
document fixes for picdocument 2014-11-11 22:32:57 +01:00
ui Capitalization: change a few mentions of calibre to lowercase 2014-11-12 13:10:48 +01:00
cache.lua fix cache implementation 2014-11-12 15:21:20 +01:00
cacheitem.lua cleanup: expand tab to 4 spaces 2014-03-13 21:52:43 +08:00
configurable.lua hold on config panel option to set default option 2014-07-03 16:31:44 +08:00
dbg.lua Actually flush stdio rather than all io. 2014-10-18 15:31:05 +02:00
device.lua Refactoring hardware abstraction 2014-11-02 21:19:04 +01:00
docsettings.lua add clear api for DocSettings 2014-10-07 13:06:52 +08:00
gettext.lua automatically set language on Android 2014-06-08 21:32:45 +08:00
JSON.lua revert JSON hack since the unusual utf8 representation is fixed 2013-10-18 00:06:34 +08:00
luxl.lua treate quoted slash as plain text in attribute value 2014-09-10 13:27:14 +08:00
MD5.lua make functions in MD5 implementation local 2014-11-11 15:53:26 +01:00
optmath.lua cleanup: expand tab to 4 spaces 2014-03-13 21:52:43 +08:00