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
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
..
data disable reflow options when reflow is not ON 9 years ago
elements fix some part of the screen not refreshed when togglering nightmode 9 years ago
message fix run out of memory when receiving large files from Calibre 10 years ago
widget disable reflow options when reflow is not ON 9 years ago
downloadmgr.lua prompt users to long press directory to set inbox 10 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua fix mupdf rendering caused by FONTDIR env var 9 years ago
geometry.lua fix #1011 10 years ago
gesturerange.lua range field in gesturerange can be function now 10 years ago
language.lua Minor English improvements. 10 years ago
networkmgr.lua Merge pull request #1423 from Markismus/master 9 years ago
opdsparser.lua add OPDS support 10 years ago
otamanager.lua add stable OTA channel 9 years ago
rendertext.lua fix handling of invalid UTF8 sequences 10 years ago
screen.lua fix no eink optimization on all devices 9 years ago
screensaver.lua clean up refreshes 10 years ago
timeval.lua fix typo 10 years ago
translator.lua fix loading frontend/JSON.lua for json.lua on Kindle 9 years ago
uimanager.lua disable Turbo on Android to save precious mcode 9 years ago
wikipedia.lua fix loading frontend/JSON.lua for json.lua on Kindle 9 years ago