From 6c8b0dc527a9b6e9bb3a5c36b9519dce735c7507 Mon Sep 17 00:00:00 2001 From: Odweta Date: Fri, 8 Mar 2024 18:15:25 +0100 Subject: [PATCH] fixed app crash (buffer overflow) --- mobile/.idea/codeStyles/Project.xml | 123 ++++++++++++++++++ mobile/.idea/codeStyles/codeStyleConfig.xml | 5 + mobile/.idea/gradle.xml | 2 +- mobile/.idea/migrations.xml | 10 ++ .../java/com/odweta/solon/CalWeekFragment.kt | 1 - .../src/main/java/com/odweta/solon/Parsing.kt | 22 ++-- mobile/build.gradle.kts | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 8 files changed, 155 insertions(+), 12 deletions(-) create mode 100644 mobile/.idea/codeStyles/Project.xml create mode 100644 mobile/.idea/codeStyles/codeStyleConfig.xml create mode 100644 mobile/.idea/migrations.xml 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/gradle.xml b/mobile/.idea/gradle.xml index 8e78a60..0897082 100644 --- a/mobile/.idea/gradle.xml +++ b/mobile/.idea/gradle.xml @@ -5,7 +5,7 @@