From 4b7fbfd766c9f9292ff2f9ebf566c718e5bc276d Mon Sep 17 00:00:00 2001 From: Odweta Date: Wed, 8 Jan 2025 17:02:20 +0100 Subject: [PATCH] optimized suboptimal code --- .gitignore | 17 +- .idea/deploymentTargetSelector.xml | 10 - .idea/material_theme_project_new.xml | 12 - .idea/runConfigurations.xml | 17 - .idea/vcs.xml | 6 - README.md | 2 +- TODO.md | 4 - mobile/.idea/caches/deviceStreaming.xml | 340 ++++++++++++++++++++ mobile/.idea/codeStyles/Project.xml | 123 +++++++ mobile/.idea/codeStyles/codeStyleConfig.xml | 5 + mobile/.idea/mobile.iml | 9 + 11 files changed, 480 insertions(+), 65 deletions(-) delete mode 100644 .idea/deploymentTargetSelector.xml delete mode 100644 .idea/material_theme_project_new.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml delete mode 100644 TODO.md create mode 100644 mobile/.idea/caches/deviceStreaming.xml create mode 100644 mobile/.idea/codeStyles/Project.xml create mode 100644 mobile/.idea/codeStyles/codeStyleConfig.xml create mode 100644 mobile/.idea/mobile.iml diff --git a/.gitignore b/.gitignore index 14d73f8..f14a170 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,3 @@ -*.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -.DS_Store -/build -/captures -.externalNativeBuild -.cxx -local.properties mobile/app/build +mobile/local.properties +mobile/.gradle \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml deleted file mode 100644 index b268ef3..0000000 --- a/.idea/deploymentTargetSelector.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml deleted file mode 100644 index 9d92b58..0000000 --- a/.idea/material_theme_project_new.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 16660f1..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index c5f3614..6735ed0 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ![solon-logo](solon_logo.png) # Zorientujte se rychleji v této odlehčené verzi Školy OnLine -# Odkaz na stažení aplikace pro Android [zde](https://gitlab.com/Odweta/solon/-/releases/2.5/downloads/app-release.apk) (verze 2.5) +# Odkaz na stažení aplikace pro Android [zde](https://gitlab.com/Odweta/solon/-/releases/2.4/downloads/app-release.apk) (verze 2.4) diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 20c6c1f..0000000 --- a/TODO.md +++ /dev/null @@ -1,4 +0,0 @@ -- add settings - - color schemes - - modes -- new logo diff --git a/mobile/.idea/caches/deviceStreaming.xml b/mobile/.idea/caches/deviceStreaming.xml new file mode 100644 index 0000000..406736c --- /dev/null +++ b/mobile/.idea/caches/deviceStreaming.xml @@ -0,0 +1,340 @@ + + + + + + \ No newline at end of file diff --git a/mobile/.idea/codeStyles/Project.xml b/mobile/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..7643783 --- /dev/null +++ b/mobile/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/mobile/.idea/codeStyles/codeStyleConfig.xml b/mobile/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/mobile/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/mobile/.idea/mobile.iml b/mobile/.idea/mobile.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/mobile/.idea/mobile.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file