1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-31 15:54:38 +01:00

Version 0.6.4

This commit is contained in:
Mikołaj Pich 2019-01-20 15:39:11 +01:00
parent 8476f0e62e
commit 20d9313257
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
2 changed files with 11 additions and 8 deletions

View File

@ -23,8 +23,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 28 targetSdkVersion 28
versionCode 22 versionCode 23
versionName "0.6.3" versionName "0.6.4"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -80,7 +80,7 @@ play {
dependencies { dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation('io.github.wulkanowy:api:0.6.3') { exclude module: "threetenbp" } implementation('io.github.wulkanowy:api:0.6.4') { exclude module: "threetenbp" }
implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.appcompat:appcompat:1.0.2"

View File

@ -1,7 +1,10 @@
Wersja 0.6.3 Wersja 0.6.4
- naprawiono problem ze stabilnością przy odczytywaniu ocen - naprawiono problemy ze stabilnością podczas logowania na urządzeniach marki Meizu
- poprawiono komunikat o błędzie podczas przerwy technicznej dziennika - naprawiono problemy ze stabilnością w uwagach
- (ponownie) naprawiono logowanie w systemach Resman Rzeszów i podobnych - naprawiono błąd pobierania podglądu wiadomości, gdy otworzono aplikację z powiadomienia
- zoptymalizowano pobieranie wiadomości wysłanych
- poprawiono wyświetlanie odbiorców wiadomości wysłanych
- naprawiono problem z liczeniem średniej z ocen zawierających minus
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.3 Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.4