Merge tag '0.14.0' into develop

Version 0.14.0
This commit is contained in:
Mikołaj Pich 2019-12-25 16:52:34 +01:00
commit 54f3733b56
3 changed files with 8 additions and 10 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.13.0 - 0.14.0
android: android:
licenses: licenses:

View File

@ -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"

View File

@ -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