Merge branch 'release/2.2.5' into develop

This commit is contained in:
Mikołaj Pich 2023-11-03 23:05:48 +01:00
commit 1fe1618220
3 changed files with 6 additions and 8 deletions

View File

@ -27,8 +27,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 136 versionCode 137
versionName "2.2.4" versionName "2.2.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "app_name", "Wulkanowy" resValue "string", "app_name", "Wulkanowy"
@ -192,7 +192,7 @@ ext {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:sdk:2.2.4' implementation 'io.github.wulkanowy:sdk:2.2.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

View File

@ -42,7 +42,7 @@ class GradeSummaryPresenter @Inject constructor(
val student = studentRepository.getCurrentStudent() val student = studentRepository.getCurrentStudent()
averageProvider.getGradesDetailsWithAverage(student, semesterId, forceRefresh) averageProvider.getGradesDetailsWithAverage(student, semesterId, forceRefresh)
} }
.logResourceStatus("load grade summary", showData = true) .logResourceStatus("load grade summary")
.mapResourceData { createGradeSummaryItems(it) } .mapResourceData { createGradeSummaryItems(it) }
.onResourceData { .onResourceData {
view?.run { view?.run {

View File

@ -1,7 +1,5 @@
Wersja 2.2.4 Wersja 2.2.5
— ułatwiliśmy przełączenie dnia na weekend w planie lekcji przy użyciu strzałek — naprawiliśmy logowanie do aplikacji, które zostało zepsute w piątek aktualizacją dziennika VULCAN
— poprawiliśmy wsparcie dla statystyk ocen z systemem punktowym
— poprawiliśmy sortowanie nauczycieli w widoku Szkoła i nauczyciele
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases