From be032f4719736adb19c1ec174d869923555e6d48 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Wed, 7 Oct 2015 11:38:35 -0700 Subject: Make the pg up/down gesture a preference which is disabled by default. --- app/src/main/res/values/strings.xml | 7 ++++++- app/src/main/res/xml-v14/preferences.xml | 7 +++++++ app/src/main/res/xml/preferences.xml | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7d44f8d..b92cc28 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -83,7 +83,7 @@ "Page Up / Page Down" - "Swiping your finger up and down on the left third of the screen will send a page up and page down key to the remote host. Many programs map this to scrolling back into history such as irssi or tinyfugue." + "NOTE: This must be enabled in settings."\n\n"Swiping your finger up and down on the left third of the screen will send a page up and page down key to the remote host. Many programs map this to scrolling back into history such as irssi or tinyfugue." "Page up" @@ -236,6 +236,11 @@ "Tap console to show title bar and access menu" + + "Page up/down gesture" + + "Swipe the left third of the screen to send pg up/dn to the terminal" + "Full screen" diff --git a/app/src/main/res/xml-v14/preferences.xml b/app/src/main/res/xml-v14/preferences.xml index d04119f..9e76c36 100644 --- a/app/src/main/res/xml-v14/preferences.xml +++ b/app/src/main/res/xml-v14/preferences.xml @@ -89,6 +89,13 @@ android:defaultValue="false" /> + + + +