diff --git a/.gitmodules b/.gitmodules index 8cd5c43f..55c34521 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "naplo-plus"] path = refilc_plus - url = git@github.com:refilc/naplo-plus.git + url = https://git.qwit.cloud/refilc/student-plus.git diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index 86624d63..00000000 --- a/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,1286 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index 563d1c42..d7ab9e2e 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,25 +1,28 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index de791dde..c39d7781 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - \ No newline at end of file diff --git a/.idea/naplo.iml b/.idea/naplo.iml index ab2f4821..d039dc02 100644 --- a/.idea/naplo.iml +++ b/.idea/naplo.iml @@ -60,8 +60,21 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index b2035b95..e2184156 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,9 +2,6 @@ - - - - + \ No newline at end of file diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index ed504f67..1d24c20a 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -120,7 +120,8 @@ android { release { signingConfig signingConfigs.release - shrinkResources false + shrinkResources true + minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } diff --git a/refilc/android/app/proguard-rules.pro b/refilc/android/app/proguard-rules.pro index 31bcfd1e..00aeccca 100644 --- a/refilc/android/app/proguard-rules.pro +++ b/refilc/android/app/proguard-rules.pro @@ -11,4 +11,6 @@ -dontwarn com.stripe.android.pushProvisioning.PushProvisioningEphemeralKeyProvider -dontwarn org.joda.convert.FromString --dontwarn org.joda.convert.ToString \ No newline at end of file +-dontwarn org.joda.convert.ToString + +#-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* \ No newline at end of file diff --git a/refilc/android/app/src/main/res/drawable-hdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-hdpi/android12splash.png index 44270d23..b6c44318 100644 Binary files a/refilc/android/app/src/main/res/drawable-hdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-hdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/refilc/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png index 9ab61acd..441a9169 100644 Binary files a/refilc/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png and b/refilc/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png differ diff --git a/refilc/android/app/src/main/res/drawable-hdpi/splash.png b/refilc/android/app/src/main/res/drawable-hdpi/splash.png index 44270d23..b6c44318 100644 Binary files a/refilc/android/app/src/main/res/drawable-hdpi/splash.png and b/refilc/android/app/src/main/res/drawable-hdpi/splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-mdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-mdpi/android12splash.png index 8bbb6c5e..856f5e04 100644 Binary files a/refilc/android/app/src/main/res/drawable-mdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-mdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/refilc/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png index 26787bb3..6b1563d9 100644 Binary files a/refilc/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png and b/refilc/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png differ diff --git a/refilc/android/app/src/main/res/drawable-mdpi/splash.png b/refilc/android/app/src/main/res/drawable-mdpi/splash.png index 8bbb6c5e..856f5e04 100644 Binary files a/refilc/android/app/src/main/res/drawable-mdpi/splash.png and b/refilc/android/app/src/main/res/drawable-mdpi/splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-night-hdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-night-hdpi/android12splash.png index 44270d23..b6c44318 100644 Binary files a/refilc/android/app/src/main/res/drawable-night-hdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-night-hdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-night-mdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-night-mdpi/android12splash.png index 8bbb6c5e..856f5e04 100644 Binary files a/refilc/android/app/src/main/res/drawable-night-mdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-night-mdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-night-xhdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-night-xhdpi/android12splash.png index f0be66f0..eca10987 100644 Binary files a/refilc/android/app/src/main/res/drawable-night-xhdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-night-xhdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png index dff19fd5..b2be096f 100644 Binary files a/refilc/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png index 1cfecc9f..5b6058f5 100644 Binary files a/refilc/android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-v21/background.png b/refilc/android/app/src/main/res/drawable-v21/background.png index 7b563c85..59a249d6 100644 Binary files a/refilc/android/app/src/main/res/drawable-v21/background.png and b/refilc/android/app/src/main/res/drawable-v21/background.png differ diff --git a/refilc/android/app/src/main/res/drawable-xhdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-xhdpi/android12splash.png index f0be66f0..eca10987 100644 Binary files a/refilc/android/app/src/main/res/drawable-xhdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-xhdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/refilc/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png index ce3adc94..e41b1c60 100644 Binary files a/refilc/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png and b/refilc/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png differ diff --git a/refilc/android/app/src/main/res/drawable-xhdpi/splash.png b/refilc/android/app/src/main/res/drawable-xhdpi/splash.png index f0be66f0..eca10987 100644 Binary files a/refilc/android/app/src/main/res/drawable-xhdpi/splash.png and b/refilc/android/app/src/main/res/drawable-xhdpi/splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-xxhdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-xxhdpi/android12splash.png index dff19fd5..b2be096f 100644 Binary files a/refilc/android/app/src/main/res/drawable-xxhdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-xxhdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/refilc/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png index 4eb9f084..3f3ae930 100644 Binary files a/refilc/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png and b/refilc/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png differ diff --git a/refilc/android/app/src/main/res/drawable-xxhdpi/splash.png b/refilc/android/app/src/main/res/drawable-xxhdpi/splash.png index dff19fd5..b2be096f 100644 Binary files a/refilc/android/app/src/main/res/drawable-xxhdpi/splash.png and b/refilc/android/app/src/main/res/drawable-xxhdpi/splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-xxxhdpi/android12splash.png b/refilc/android/app/src/main/res/drawable-xxxhdpi/android12splash.png index 1cfecc9f..5b6058f5 100644 Binary files a/refilc/android/app/src/main/res/drawable-xxxhdpi/android12splash.png and b/refilc/android/app/src/main/res/drawable-xxxhdpi/android12splash.png differ diff --git a/refilc/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/refilc/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png index 253bcd0e..1171b3ec 100644 Binary files a/refilc/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png and b/refilc/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png differ diff --git a/refilc/android/app/src/main/res/drawable-xxxhdpi/splash.png b/refilc/android/app/src/main/res/drawable-xxxhdpi/splash.png index 1cfecc9f..5b6058f5 100644 Binary files a/refilc/android/app/src/main/res/drawable-xxxhdpi/splash.png and b/refilc/android/app/src/main/res/drawable-xxxhdpi/splash.png differ diff --git a/refilc/android/app/src/main/res/drawable/background.png b/refilc/android/app/src/main/res/drawable/background.png index 7b563c85..59a249d6 100644 Binary files a/refilc/android/app/src/main/res/drawable/background.png and b/refilc/android/app/src/main/res/drawable/background.png differ diff --git a/refilc/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/refilc/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 5f349f7f..c79c58a3 100644 --- a/refilc/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/refilc/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,9 @@ - + + + diff --git a/refilc/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/refilc/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index e1ea2dae..630f7d94 100644 Binary files a/refilc/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/refilc/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/refilc/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/refilc/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index c42f6ebd..c7c3b955 100644 Binary files a/refilc/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/refilc/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/refilc/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/refilc/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index dee0e7bc..f55a4d5e 100644 Binary files a/refilc/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/refilc/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/refilc/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/refilc/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 2b72514b..a8161896 100644 Binary files a/refilc/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/refilc/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/refilc/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/refilc/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index b3783dd0..86054c63 100644 Binary files a/refilc/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/refilc/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/refilc/android/app/src/main/res/values-night-v31/styles.xml b/refilc/android/app/src/main/res/values-night-v31/styles.xml index 52ac530f..c2f77e1a 100644 --- a/refilc/android/app/src/main/res/values-night-v31/styles.xml +++ b/refilc/android/app/src/main/res/values-night-v31/styles.xml @@ -6,7 +6,7 @@ false false shortEdges - #03112D + #7CA021 @drawable/android12splash