mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-19 00:26:45 -06:00
Version 0.14.0
This commit is contained in:
parent
65995cdc6c
commit
7bd4fd7cbd
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.13.0
|
- 0.14.0
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -17,8 +17,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 48
|
versionCode 49
|
||||||
versionName "0.13.0"
|
versionName "0.14.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -122,7 +122,7 @@ configurations.all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:4e21f7d"
|
implementation "io.github.wulkanowy:sdk:0.14.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-rc01"
|
implementation "androidx.core:core-ktx:1.2.0-rc01"
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
Wersja 0.13.0
|
Wersja 0.14.0
|
||||||
|
|
||||||
- naprawiony plan lekcji po ostatniej aktualizacji VULCANa (19.11)
|
- dodane zostały nowe opcje logowania, m.in. logowanie przez token
|
||||||
- naprawiona opcja wyboru motywu dla widżetu ze szczęśliwym numerkiem
|
- naprawione zostało wyświetlanie nauczyciela, kiedy zastępstwo zostanie usunięte z danej lekcji
|
||||||
- nowa opcja zmiany języka i język rosyjski
|
- naprawiony został biały ekran w szczęśliwym numerku
|
||||||
- możliwość łatwego nawigowania między dniami w planie lekcji przez kalendarz
|
|
||||||
- opcja ustawienia modyfikatora oceny na wartość 0,0
|
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user