implement #93 - treat back button as a gesture
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
Josia Pietsch 2025-02-06 22:27:58 +01:00
parent fa2f1c4127
commit 944eb89fef
Signed by: jrpie
GPG key ID: E70B571D66986A2D
12 changed files with 108 additions and 13 deletions

View file

@ -3,6 +3,12 @@
<resources>
<!-- Default Apps for different actions (button-press, swipes ...) -->
<!-- Back - Apps list -->
<string-array name="default_back">
<item>{\"type\": \"action:launcher\", \"value\": \"choose\"}</item> <!-- All Apps -->
</string-array>
<!-- Swipe up - Apps list -->
<string-array name="default_up">
<item>{\"type\": \"action:launcher\", \"value\": \"choose\"}</item> <!-- All Apps -->

View file

@ -25,6 +25,8 @@
- Settings : Apps
-
-->
<string name="settings_gesture_back">Back</string>
<string name="settings_gesture_description_back">Back button / back gesture</string>
<string name="settings_gesture_up">Up</string>
<string name="settings_gesture_description_up">Swipe up</string>
<string name="settings_gesture_double_up">Double Up</string>