[Scummvm-git-logs] scummvm master -> a3e77e78d40bef4e1652e33757dd2265b553d9e6
antoniou79
noreply at scummvm.org
Sun Sep 24 09:00:02 UTC 2023
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0ebdef39b1 ANDROID: Update comment on release version codes for 2.7.1
a3e77e78d4 DOC: ANDROID: Add info about scroll touch gesture
Commit: 0ebdef39b105a80f473a82f2d242e1d08d3e6242
https://github.com/scummvm/scummvm/commit/0ebdef39b105a80f473a82f2d242e1d08d3e6242
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-09-24T11:48:11+03:00
Commit Message:
ANDROID: Update comment on release version codes for 2.7.1
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 23000480287..a45f2282905 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -44,7 +44,7 @@ android {
versionCode 113
// versioncode must be incremented for each market upload
// ScummVM 2.8.0: 113 - 116 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
- // ScummVM 2.7.x: 109 - 112 (reserve for potential beta or bug fix release)
+ // ScummVM 2.7.1: 109 - 112 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (release on Play Store)
// Historical version codes:
// ScummVM 2.7.0.5: 105 - 108 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (proper release on Play Store)
// ScummVM 2.7.0.4: 101 - 104 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 4 on Play Store)
Commit: a3e77e78d40bef4e1652e33757dd2265b553d9e6
https://github.com/scummvm/scummvm/commit/a3e77e78d40bef4e1652e33757dd2265b553d9e6
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-09-24T11:58:53+03:00
Commit Message:
DOC: ANDROID: Add info about scroll touch gesture
Changed paths:
doc/docportal/other_platforms/android.rst
diff --git a/doc/docportal/other_platforms/android.rst b/doc/docportal/other_platforms/android.rst
index c208e718656..48978e1266a 100644
--- a/doc/docportal/other_platforms/android.rst
+++ b/doc/docportal/other_platforms/android.rst
@@ -136,6 +136,7 @@ Controls can also be manually configured in the :doc:`Keymaps tab <../settings/k
Double tap + movement, "Left mouse button hold and drag, such as for selection from action wheel in Curse of Monkey Island"
Two finger tap, Right mouse button click
Two finger tap + movement of second finger, "Right mouse button hold and drag, such as for selection from action wheel in Tony Tough"
+ Two finger slide up/down, Scroll (reverse mouse wheel)
Three finger tap, Middle mouse button click
Three finger tap + movement of third finger, Middle mouse button hold and drag
Long press system Back button, Opens Global Main Menu
@@ -164,12 +165,17 @@ To display or hide the small controller icon, from the Launcher select **Options
Two finger tap
^^^^^^^^^^^^^^^^^
-To do a two finger tap, hold one finger down and then tap with a second finger.
+To perform a two finger tap, hold one finger down and then tap with a second finger.
Three finger tap
^^^^^^^^^^^^^^^^^^
-To do a three finger tap, start with holding down one finger and progressively touch down the other two fingers, one at a time, while still holding down the previous fingers. Imagine you are impatiently tapping your fingers on a surface, but then slow down that movement so it is rhythmic, but not too slow.
+To perform a three finger tap, start with holding down one finger and progressively touch down the other two fingers, one at a time, while still holding down the previous fingers. Imagine you are impatiently tapping your fingers on a surface, but then slow down that movement so it is rhythmic, but not too slow.
+
+Two finger slide
+^^^^^^^^^^^^^^^^^
+
+To perform a two finger slide, place two fingers on the touch screen (typically the index and middle finger) and slide them upwards or downwards.
Immersive Sticky fullscreen mode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the Scummvm-git-logs
mailing list