From cc04293ead6a57ba1fdfaaf43500f9c61f8bb460 Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Fri, 14 Feb 2025 07:54:31 +0100 Subject: [PATCH] update sum, idk --- .idea/libraries/Dart_Packages.xml | 1286 ----------------------------- .idea/libraries/Dart_SDK.xml | 41 +- .idea/naplo.iml | 13 + .idea/vcs.xml | 5 +- refilc/lib/api/client.dart | 22 +- refilc_plus | 2 +- 6 files changed, 48 insertions(+), 1321 deletions(-) delete mode 100644 .idea/libraries/Dart_Packages.xml diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index 86624d6..0000000 --- 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 563d1c4..d7ab9e2 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,25 +1,28 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/naplo.iml b/.idea/naplo.iml index ab2f482..d039dc0 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 b2035b9..e218415 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,9 +2,6 @@ - - - - + \ No newline at end of file diff --git a/refilc/lib/api/client.dart b/refilc/lib/api/client.dart index c777dd4..91466e1 100644 --- a/refilc/lib/api/client.dart +++ b/refilc/lib/api/client.dart @@ -21,9 +21,9 @@ class FilcAPI { static const baseUrl = "https://api.refilcapp.hu"; // Public API - static const schoolList = "$baseUrl/v3/public/school-list"; - static const news = "0.0.0.0/v4/public/news"; - static const supporters = "$baseUrl/v3/public/supporters"; + static const schoolList = "https://api.refilcapp.hu/v3/public/school-list"; + static const news = "https://staticrf-api.pages.dev/news/index.json"; + static const supporters = "0.0.0.0/v3/public/supporters"; // Private API static const ads = "0.0.0.0/v3/private/ads"; @@ -40,15 +40,15 @@ class FilcAPI { static const releases = "https://api.github.com/repos/$repo/releases"; // Share API - static const themeShare = "$baseUrl/v3/shared/theme/add"; - static const themeGet = "$baseUrl/v3/shared/theme/get"; - static const allThemes = "$themeGet/all"; - static const themeByID = "$themeGet/"; + static const themeShare = "https://api.refilcapp.hu/v3/shared/theme/add"; + static const themeGet = "https://api.refilcapp.hu/v3/shared/theme/get"; + static const allThemes = "https://api.refilcapp.hu/all"; + static const themeByID = "https://api.refilcapp.hu/"; - static const gradeColorsShare = "$baseUrl/v3/shared/grade-colors/add"; - static const gradeColorsGet = "$baseUrl/v3/shared/grade-colors/get"; - static const allGradeColors = "$gradeColorsGet/all"; - static const gradeColorsByID = "$gradeColorsGet/"; + static const gradeColorsShare = "https://api.refilcapp.hu/v3/shared/grade-colors/add"; + static const gradeColorsGet = "https://api.refilcapp.hu/v3/shared/grade-colors/get"; + static const allGradeColors = "https://api.refilcapp.hu/all"; + static const gradeColorsByID = "https://api.refilcapp.hu/"; // Payment API static const payment = "0.0.0.0/v4/payment"; diff --git a/refilc_plus b/refilc_plus index 478edbe..41d43cd 160000 --- a/refilc_plus +++ b/refilc_plus @@ -1 +1 @@ -Subproject commit 478edbefc025f89270c345bd3b3e8ab3325a30f9 +Subproject commit 41d43cd3223f324e539ef76ae6de75528a6470b2