From 2900234fb6eea863c92fc92879a1bc0e41c17c74 Mon Sep 17 00:00:00 2001 From: Robbie Nesmith Date: Sat, 16 Mar 2024 16:03:04 -0500 Subject: [PATCH] Add air actions --- app/src/main/AndroidManifest.xml | 7 ++++ app/src/main/res/values-de/strings.xml | 7 ++++ app/src/main/res/values/strings.xml | 6 ++++ app/src/main/res/xml/air_actions.xml | 44 ++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 app/src/main/res/xml/air_actions.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2d40793..5fee9ec 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -72,9 +72,16 @@ android:value="org.secuso.privacyfriendly2048.activities.MainActivity" /> + + + + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 5a4a9e6..9c48cf1 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -105,4 +105,11 @@ Zeit pro Wischer Statistik zurücksetzem + + Streiche Oben + Streiche Unten + Streiche Links + Streiche Rechts + Rückgängig + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7fa3230..64f867f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -104,5 +104,11 @@ Time per Swipe Reset Statistics + + Swipe Up + Swipe Down + Swipe Left + Swipe Right + Undo diff --git a/app/src/main/res/xml/air_actions.xml b/app/src/main/res/xml/air_actions.xml new file mode 100644 index 0000000..f68526a --- /dev/null +++ b/app/src/main/res/xml/air_actions.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + +