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
Hans-Werner Hilse a82bafc63c fix handling of invalid UTF8 sequences
external data (and in bad cases our own) can contain invalid byte
sequences in UTF8 strings. A prominent example are file names.
There was a 1-off bug in calculating the allowed length for multibyte
chars, and the iterator was a bit too greedy when stumbling upon
invalid sequences, returning a single "invalid" char for a sequence
up to the point where it became invalid in calculation. Now, we present
one invalid char for the first byte of that sequence and then check
for a valid char starting with the next byte.
10 years ago
..
data Change "Screen Mode" to "Orientation" 10 years ago
elements Refactored menu 10 years ago
message fix run out of memory when receiving large files from Calibre 10 years ago
widget Reworked several strings 10 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 switch from scaleByDPI() to scaleBySize() 10 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 #1293 from Frenzie/language 10 years ago
opdsparser.lua add OPDS support 10 years ago
otamanager.lua Various applications of util.template 10 years ago
rendertext.lua fix handling of invalid UTF8 sequences 10 years ago
screen.lua Refactoring hardware abstraction 10 years ago
screensaver.lua fix(screensaver): lastfile will be nil for fresh installation 10 years ago
timeval.lua fix typo 10 years ago
translator.lua don't require ssl.https since it cannot yet be built for win32 10 years ago
uimanager.lua Various applications of util.template 10 years ago
wikipedia.lua don't require ssl.https since it cannot yet be built for win32 10 years ago