From d8eb1514ffd106745de9119441ce26b9bc7f1031 Mon Sep 17 00:00:00 2001 From: Celestial04 Date: Fri, 8 Nov 2024 23:24:03 +0100 Subject: [PATCH 1/5] =?UTF-8?q?Mise=20=C3=A0=20jour=20globale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/deploymentTargetSelector.xml | 4 +- .idea/gradle.xml | 1 + .idea/misc.xml | 10 +- .idea/runConfigurations.xml | 17 +++ README.md | 103 +++++++++++-- app/build.gradle | 8 +- app/src/main/AndroidManifest.xml | 2 +- .../java/com/bouillie/web/MainActivity.java | 137 ++++++------------ app/src/main/res/layout/activity_main.xml | 25 +++- app/src/main/res/layout/tuto_1.xml | 9 ++ app/src/main/res/layout/tuto_2.xml | 19 ++- app/src/main/res/layout/tuto_3.xml | 8 + app/src/main/res/values-en/strings.xml | 7 +- app/src/main/res/values/strings.xml | 24 ++- build.gradle | 4 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 17 files changed, 254 insertions(+), 128 deletions(-) create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..b86273d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index cf0a0e8..64e678e 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@