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
chrox 82393f0ed3 fix loading frontend/JSON.lua for json.lua on Kindle
The VFAT file system of `/mnt/us` is case insensitive so that
require("json") from Spore which intends to load luajson module in
rock directory actually will load `frontend/JSON.lua`, the two JSON
parser libraries have slightly different APIs.

This patch remove the pure Lua JSON library in favor of `luajson` which
uses LPeg pattern marching backend for better performance.
9 years ago
..
apps fix loading frontend/JSON.lua for json.lua on Kindle 9 years ago
device flush setting before showing screensaver 9 years ago
document fix #1433 9 years ago
ui fix loading frontend/JSON.lua for json.lua on Kindle 9 years ago
MD5.lua add md5:update and md5:sum methods 9 years ago
cache.lua add md5:update and md5:sum methods 9 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 factor out dump() function, handle reference loops 10 years ago
device.lua rump implementation for PocketBook devices, to be extended. 9 years ago
docsettings.lua factor out dump() function, handle reference loops 10 years ago
dump.lua fix dump() recursion detection 10 years ago
gettext.lua gettext: unescape \n 10 years ago
httpclient.lua disable Turbo on Android to save precious mcode 9 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
up_reg.list adapt widgets to new refresh/repaint API 10 years ago
util.lua strip punctuations around word before searching 9 years ago