forked from github/wulkanowy-mirror
Version 0.12.0
This commit is contained in:
parent
a7c472989c
commit
1f4a208857
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.11.0
|
- 0.12.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 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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user