From 26a15657a5cf1335b0e512c5f20a6b86fa12120c Mon Sep 17 00:00:00 2001 From: Egor Syrov Date: Fri, 10 Apr 2026 11:23:40 +0300 Subject: [PATCH 01/13] setup Android Studio execution --- .idea/.name | 1 + .idea/AndroidProjectSystem.xml | 6 + .idea/codeStyles/Project.xml | 123 +++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/compiler.xml | 2 +- .idea/deploymentTargetSelector.xml | 11 ++ .idea/deviceManager.xml | 13 ++ .idea/gradle.xml | 4 +- .idea/markdown.xml | 8 ++ .idea/migrations.xml | 10 ++ .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 17 +++ .idea/vcs.xml | 6 + app/google-services.json | 29 +++++ app/src/main/res/layout/activity_sign_in.xml | 12 +- app/src/main/res/values/colors.xml | 6 +- 16 files changed, 242 insertions(+), 13 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/AndroidProjectSystem.xml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/deviceManager.xml create mode 100644 .idea/markdown.xml create mode 100644 .idea/migrations.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 .idea/vcs.xml create mode 100644 app/google-services.json diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..81d5d4d --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +chatmessenger \ No newline at end of file diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..7643783 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 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 new file mode 100644 index 0000000..ca16a99 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a2d7c21..5ef3273 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,9 +4,9 @@