Swipe for menu and quickstart guide (#2761)

* Swipe for menu and quickstart guide

Because swiping for the menu is a big change from what we're used to, this commit includes a new quickstart guide.

Fixes #2608.

* add some dev docs
* add FileConverter spec
* add QuickStart spec
* add Version module
* add Version spec
This commit is contained in:
Frans de Jonge
2017-04-15 14:45:56 +02:00
committed by GitHub
parent 6542382a0c
commit 89099e2c94
16 changed files with 358 additions and 53 deletions

View File

@@ -236,10 +236,6 @@ function ReaderFooter:setupTouchZones()
handler = function(ges) return self:onTapFooter(ges) end,
overrides = {
'tap_forward', 'tap_backward',
-- NOTE: readermenu_tap override is needed to keep behavior
-- consistent with the old code base in case of overlap between
-- footer and menu tap zones
'readermenu_tap',
},
},
{