From c6f0dad247deda90dc523794693c54a8aa42c4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sun, 30 Jul 2023 21:13:21 +0200 Subject: [PATCH] Added google play testing accounts and testing environment --- .idea/libraries/Dart_Packages.xml | 336 ++++++++++-------- .idea/libraries/Flutter_Plugins.xml | 50 +-- .idea/misc.xml | 3 + android/.idea/gradle.xml | 1 + android/.idea/kotlinc.xml | 2 +- android/.idea/workspace.xml | 20 +- .../autocomplete/autocompleteApi.dart | 3 +- .../files-sharing/fileSharingApi.dart | 3 +- lib/api/marianumcloud/talk/talkApi.dart | 3 +- lib/api/marianumcloud/webdav/webdavApi.dart | 5 +- lib/api/webuntis/webuntisApi.dart | 3 +- lib/model/accountData.dart | 6 +- lib/model/timetable/endpointData.dart | 76 ++++ lib/view/login/login.dart | 7 +- lib/view/pages/talk/chatMessage.dart | 3 +- lib/view/pages/talk/chatTile.dart | 3 +- lib/view/pages/talk/joinChat.dart | 3 +- lib/widget/loadingSpinner.dart | 9 +- pubspec.yaml | 2 +- 19 files changed, 337 insertions(+), 201 deletions(-) create mode 100644 lib/model/timetable/endpointData.dart diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 6a4da8f..7a5d985 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -5,14 +5,14 @@ - - @@ -47,14 +47,14 @@ - - @@ -103,7 +103,7 @@ - @@ -124,21 +124,21 @@ - - - @@ -152,7 +152,7 @@ - @@ -208,7 +208,7 @@ - @@ -229,7 +229,7 @@ - @@ -257,7 +257,7 @@ - @@ -268,10 +268,17 @@ + + + + + + - @@ -299,7 +306,14 @@ - + + + + + + @@ -327,7 +341,7 @@ - @@ -341,7 +355,7 @@ - @@ -397,7 +411,7 @@ - @@ -418,7 +432,7 @@ - @@ -432,14 +446,14 @@ - - @@ -467,7 +481,7 @@ - @@ -488,14 +502,14 @@ - - @@ -530,28 +544,28 @@ - - - - @@ -572,7 +586,7 @@ - @@ -590,6 +604,13 @@ + + + + + + @@ -621,7 +642,28 @@ - + + + + + + + + + + + + + + + + + + @@ -635,14 +677,14 @@ - - @@ -656,7 +698,7 @@ - @@ -698,7 +740,7 @@ - @@ -747,14 +789,14 @@ - - @@ -768,14 +810,7 @@ - - - - - - - @@ -793,6 +828,13 @@ + + + + + + @@ -810,7 +852,7 @@ - @@ -835,13 +877,6 @@ - - - - - - @@ -880,49 +915,49 @@ - - - - - - - @@ -957,14 +992,14 @@ - - @@ -978,14 +1013,14 @@ - - @@ -1020,63 +1055,63 @@ - - - - - - - - - @@ -1104,7 +1139,7 @@ - @@ -1125,21 +1160,21 @@ - - - @@ -1160,28 +1195,28 @@ - - - - @@ -1230,7 +1265,7 @@ - @@ -1259,30 +1294,30 @@ - - - - + + + + - - + + - + - - - + + + - + @@ -1290,65 +1325,71 @@ - + - + - + - + + + - + - + - + - - - + + + - + - - + + - - - - + + + + - + + - + + + + - - + + - + @@ -1360,75 +1401,74 @@ - - + + - - + + - + - - - - - - - - + + + + + + + - - + + - - + + - - - - - - - - - + + + + + + + + + - + - - - + + + - - - - + + + + - + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index b386e50..e848caa 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -1,42 +1,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 00a4da9..0798e25 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -2,6 +2,9 @@ + + diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml index 64c63c4..b0f704e 100644 --- a/android/.idea/gradle.xml +++ b/android/.idea/gradle.xml @@ -14,6 +14,7 @@