Add vertical edge gesture (#5156)

* Add vertical edge gesture
* Add left/right edge swipe gesture
* Move kobolight plugin to ReaderFrontlight
* Remove kobolight plugin
This commit is contained in:
Robert
2019-08-01 19:08:09 +02:00
committed by NiLuJe
parent 91b2faae6a
commit c6c8c5a037
9 changed files with 258 additions and 283 deletions

View File

@@ -3,7 +3,8 @@ local logger = require("logger")
local DEFAULT_PLUGIN_PATH = "plugins"
local OBSOLETE_PLUGINS = {
storagestat = true
storagestat = true,
kobolight = true,
}
local function sandboxPluginEventHandlers(plugin)