From cc8ae173f8c81840005a1952c94c2d4f12ed1fd9 Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Sun, 26 Jun 2022 14:08:53 +0200 Subject: [PATCH 01/10] Update. Add language setting. --- .idea/compiler.xml | 6 ++ .idea/deploymentTargetDropDown.xml | 17 ++++ .idea/gradle.xml | 5 +- .idea/inspectionProfiles/Project_Default.xml | 8 ++ .idea/jarRepositories.xml | 5 ++ .idea/misc.xml | 22 +++++- .idea/runConfigurations.xml | 12 --- app/build.gradle | 1 - app/release/app-release.aab | Bin 0 -> 1856286 bytes app/src/main/AndroidManifest.xml | 4 +- .../me/zobrist/tichucounter/ContextUtils.kt | 34 ++++++++ .../me/zobrist/tichucounter/MainActivity.kt | 74 +++++++++++++++--- app/src/main/res/layout/content_main.xml | 47 +++++++---- app/src/main/res/menu/menu_main.xml | 4 + app/src/main/res/values-de/strings.xml | 7 ++ app/src/main/res/values-gsw-rCH/strings.xml | 10 --- app/src/main/res/values/strings.xml | 11 ++- app/src/main/res/xml/locales_config.xml | 5 ++ build.gradle | 8 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 20 files changed, 219 insertions(+), 63 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/runConfigurations.xml create mode 100644 app/release/app-release.aab create mode 100644 app/src/main/java/me/zobrist/tichucounter/ContextUtils.kt delete mode 100644 app/src/main/res/values-gsw-rCH/strings.xml create mode 100644 app/src/main/res/xml/locales_config.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..d67c358 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ac6b0ae..66ff961 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,17 +4,16 @@ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..bbc6cd7 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..e34606c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@