mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-12 20:01:19 -06:00
Version 0.18.2
This commit is contained in:
parent
191b1ad022
commit
419675066f
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.18.1
|
- 0.18.2
|
||||||
|
|
||||||
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 60
|
versionCode 61
|
||||||
versionName "0.18.1"
|
versionName "0.18.2"
|
||||||
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:d0081b4"
|
implementation "io.github.wulkanowy:sdk:0.18.2"
|
||||||
|
|
||||||
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,8 +1,9 @@
|
|||||||
Wersja 0.18.1
|
Wersja 0.18.2
|
||||||
- naprawiliśmy sortowanie w ocenach
|
- naprawiliśmy zaznaczanie uczniów przy logowaniu
|
||||||
- naprawilismy wiele problemów ze stabilnością
|
- naprawiliśmy odświeżanie planu lekcji na samsungach
|
||||||
- nazwy opcji w ustawieniach nie są już ucięte
|
- naprawiliśmy wysyłanie wiadomości
|
||||||
- w zadaniach domowych wyświetlają się teraz pozycje na weekend
|
- poprawiliśmy oznaczanie nowych wiadomości jako przeczytanych
|
||||||
- wyłączyliśmy logowanie przez token (bo nie działa i nie wiadomo kiedy będzie działać)
|
- w podsumowaniu ocen nie będą się już pokazywać „puste” przedmioty
|
||||||
|
- w polu pisania wiadomości pierwsza litera w zdaniu będzie teraz domyślnie duża
|
||||||
|
|
||||||
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