1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 02:29:08 -05:00

Version 0.12.0

This commit is contained in:
Mikołaj Pich 2019-10-29 00:25:03 +01:00
parent a7c472989c
commit 1f4a208857
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
3 changed files with 10 additions and 11 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.11.0 - 0.12.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 46 versionCode 47
versionName "0.11.0" versionName "0.12.0"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -123,7 +123,7 @@ configurations.all {
} }
dependencies { dependencies {
implementation "io.github.wulkanowy:api:6873c00" implementation "io.github.wulkanowy:api:0.12.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-beta01" implementation "androidx.core:core-ktx:1.2.0-beta01"

View File

@ -1,10 +1,9 @@
Wersja 0.11.0 Wersja 0.12.0
- ciemny motyw dla widżetów - wsparcie dla dziennika Lubelskiego Portalu Oświatowego
- lista nauczycieli - naprawa problemów z wyświetlaniem ocen punktowych
- statystyka ocen punktowych ucznia na tle klasy i lepsze wyświetlanie punktów na liście ocen - automatyczne przełączanie motywu na androidzie 10
- ładniejsza nawigacja między datami w planie lekcji i nie tylko - wyświetlanie pomocy przy problemach z logowaniem
- naprawiony szczęśliwy numerek - wyświetlanie informacji o szkole
- naprawione logowanie do dziennika Resman
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases