forked from github/wulkanowy-mirror
Merge tag '0.19.0' into develop
Version 0.19.0
This commit is contained in:
commit
8cee882c08
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.18.3
|
- 0.19.0
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -17,8 +17,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 62
|
versionCode 63
|
||||||
versionName "0.18.3"
|
versionName "0.19.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
resValue "string", "app_name", "Wulkanowy"
|
resValue "string", "app_name", "Wulkanowy"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
@ -124,7 +124,7 @@ configurations.all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:7dc0761"
|
implementation "io.github.wulkanowy:sdk:0.19.0"
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation "androidx.core:core-ktx:1.2.0"
|
implementation "androidx.core:core-ktx:1.2.0"
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
Wersja 0.18.3
|
Wersja 0.19.0
|
||||||
- poprawiliśmy liczenie średniej i dodaliśmy nowy sposób jej liczenia w ustawieniach
|
- naprawiliśmy pokazywanie brakujących przedmiotów na liście podsumowania ocen
|
||||||
- naprawiliśmy usuwanie wiadomości
|
- ulepszyliśmy wygląd menadżera kont
|
||||||
- naprawiliśmy wysyłanie wiadomości na Lubelskim Portalu Oświatowym
|
- ulepszyliśmy wyszukiwarkę wiadomości
|
||||||
|
- dodaliśmy powiadomienia o proponowanych i końcowych ocenach
|
||||||
|
- dodaliśmy opcję udostępniania i drukowania wiadomości
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user