Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Remove touch support. There is no possibility to prevent swipe events…
Browse files Browse the repository at this point in the history
… on scrolling in items. There is also no possibility to set a sensivity for vertical scrolling for swipeLeft or swipeRight in the quojs framework.
  • Loading branch information
SSilence committed Apr 18, 2013
1 parent 5597802 commit 436fb5b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,379 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Version 2.7-SNAPSHOT
* fix bug on removing search terms (thanks a lot to ochristi)
* translation for login page (thanks a lot to jicho)
* new japanese language file (thanks a lot to wowo)
* swipe support on mobile devices (thanks a lot to jicho)

Version 2.6
* fixed OPML import for other formats (thanks a lot to Remy Gardette)
Expand Down
20 changes: 0 additions & 20 deletions _docs/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,26 +344,6 @@ <h2>Shortcuts</h2>
</table>
</div>

<h2>Gestures</h2>
<div class="documentation-entry">
<p>selfoss offers a few gestures for mobile devices.</p>

<table border="1" cellspacing="0" cellpadding="5">
<tr>
<th class="documentation-first-column">gesture</th>
<th>Functionality</th>
</tr>
<tr>
<td class="documentation-first-column">swipe left</td>
<td>select and open next entry</td>
</tr>
<tr>
<td class="documentation-first-column">swipe right</td>
<td>select and open previous entry</td>
</tr>
</table>
</div>

<h2>Extend</h2>
<div class="documentation-entry">
<p>
Expand Down
4 changes: 1 addition & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'public/js/lazy-image-loader.js',
'public/js/color-by-brightness.js',
'public/js/spectrum.js',
'public/js/quo.debug.js',
'public/js/jquery.hotkeys.js',
'public/js/selfoss-base.js',
'public/js/selfoss-events.js',
Expand All @@ -46,8 +45,7 @@
'public/js/selfoss-events-entries.js',
'public/js/selfoss-events-entriestoolbar.js',
'public/js/selfoss-events-sources.js',
'public/js/selfoss-shortcuts.js',
'public/js/selfoss-touch.js'
'public/js/selfoss-shortcuts.js'
));

// define css files
Expand Down
Loading

0 comments on commit 436fb5b

Please sign in to comment.