From 58b7c35219f020ed9c937c0fde283096506b5b5e Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Sat, 12 Sep 2020 15:39:42 +0200 Subject: [PATCH] Compatibility with Android 10 Refresh GUI --- .idea/caches/build_file_checksums.ser | Bin 548 -> 535 bytes .idea/codeStyles/Project.xml | 125 +++++++ .idea/gradle.xml | 2 + .idea/misc.xml | 14 +- app/build.gradle | 22 +- app/src/main/AndroidManifest.xml | 1 + .../adrienmalin/pingpoints/MatchActivity.kt | 322 ++++++++++++++---- .../java/adrienmalin/pingpoints/MatchModel.kt | 2 +- .../java/adrienmalin/pingpoints/Player.kt | 4 +- .../pingpoints/StarterNameActivity.kt | 36 +- .../java/adrienmalin/pingpoints/SttDialog.kt | 200 ----------- .../adrienmalin/pingpoints/VictoryActivity.kt | 28 +- .../adrienmalin/pingpoints/VictoryModel.kt | 2 +- .../java/adrienmalin/pingpoints/soundex.kt | 5 +- .../res/drawable/ic_launcher_background.xml | 170 --------- app/src/main/res/drawable/ic_left_service.xml | 7 - .../main/res/drawable/ic_right_service.xml | 7 - .../main/res/layout-land/activity_match.xml | 225 ++++++------ .../res/layout-land/activity_starter_name.xml | 205 ++++++----- app/src/main/res/layout/activity_match.xml | 224 ++++++------ .../main/res/layout/activity_starter_name.xml | 232 +++++++------ app/src/main/res/layout/activity_victory.xml | 252 ++++++++------ app/src/main/res/layout/dialog_stt.xml | 24 -- app/src/main/res/layout/grid_item.xml | 26 +- app/src/main/res/values-fr/strings.xml | 7 +- app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/strings.xml | 7 +- app/src/main/res/values/styles.xml | 18 +- app/src/main/res/xml/backup_descriptor.xml | 4 + app/src/res/drawable/ic_new_match.xml | 5 +- build.gradle | 4 +- gradle.properties | 5 +- gradle/wrapper/gradle-wrapper.properties | 3 +- 33 files changed, 1133 insertions(+), 1056 deletions(-) delete mode 100644 app/src/main/java/adrienmalin/pingpoints/SttDialog.kt delete mode 100644 app/src/main/res/drawable/ic_launcher_background.xml delete mode 100644 app/src/main/res/drawable/ic_left_service.xml delete mode 100644 app/src/main/res/drawable/ic_right_service.xml delete mode 100644 app/src/main/res/layout/dialog_stt.xml create mode 100644 app/src/main/res/xml/backup_descriptor.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 7abab4c483bf77ee207db1e755e11a53611b5b6c..f91ece99742e4d7c7105d4a0acb7cc3614055379 100644 GIT binary patch delta 144 zcmV;B0B`@K1eXMmmj!fwaT*hmoOciaZo>CEEQ)OeYbBLOZACPO-0RdZ!> zb6i1WdXvEcBoNdcjMvIOaX37G8oLVlA^0T~br0d&%vOb1Yhx)-Jj(t2N$cmW+5 y`gndt^<;4GXovM5jZVsZbN~@&a$#g_Ws`sb6%m5PUe>o^gUu3q598BEt7do%<2yY7 delta 168 zcmV;Z09XH)1f&Fzmj!3Lc2bU!oOcj{5-f0b^G&sA-p@T5rXxp_BLOZa3}SU@Y-BEH za$#g_Wp!}?egFml000oklW7rKSW;G@bZwNSQcWb2y8#_6^>xtr?6`gI2^9FR(DVmN zbO19$I$TwAWpZ;|VPtY?Wo|BQVQgt`XL4nElU@NN5ZT;xHgXfHdg}W9_=jAK1C!_h W9uZCogXtkf+w9q$MT*$|dvACV{zp0h diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 34dc27c..13b00c4 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,6 +1,22 @@ + + @@ -28,6 +44,115 @@ + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ac24c7..5cd135a 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ +