hius07

Results 177 comments of hius07

Closed by https://github.com/koreader/koreader/pull/12106.

Upper menu Gear - Device - Keyboard - Swipe to input additional characters

> quick successive taps are interpreted as swipes Actually only the first tap is interpreted as swipe and is ignored. So the idea is, if the setting is off, to...

Can you try if it is the desired behaviour? ```Lua local VirtualKeyboard = require("ui/widget/virtualkeyboard") local VirtualKey local n = 1 while true do local name, value = debug.getupvalue(VirtualKeyboard.addKeys, n) if...

Is it actually a combination "swipe+tap"? And not just a swipe from one key to another? I tried to reproduce on my Kindle, with as small interval as I can...

(On mobile now, must be checked accurately) Maybe, if book has no title. https://github.com/koreader/koreader/blob/5d2a4410648dfc993e6dbc01cbf23941a92404c3/plugins/statistics.koplugin/main.lua#L176 https://github.com/koreader/koreader/blob/5d2a4410648dfc993e6dbc01cbf23941a92404c3/frontend/apps/filemanager/filemanagerbookinfo.lua#L203

Anyway, if a book has no title, statistics db takes _filename-without-extension_ as a title. If the file is renamed, a new entry in the db for this book will be...

Can you share the sdr metadata file of this book.

My guess is md5 hash. To find a book in the statistics database the plugin uses title, authors, md5: https://github.com/koreader/koreader/blob/03aa96dc7dc25c8d58977f0165630af7e4514891/plugins/statistics.koplugin/main.lua#L752-L758 Old books doubled the md5 sdr storage: under the `partial_md5_checksum`...

In this case my guess is our recent fix of absent of the filename extension in Export. Your old title: `["title"] = "Το Προπατορικον Αμάρτημα\0",` Your new title: `["title"] =...