1
0

Compare commits

...

3 Commits
0.6.4 ... 0.6.5

Author SHA1 Message Date
189830e0f4 Version 0.6.5 2019-01-20 23:38:02 +01:00
2061d6408f Change icon of semester switch (#223) 2019-01-20 23:36:16 +01:00
e29886560e Disable obfuscate in R8 (#222) 2019-01-20 22:43:50 +01:00
5 changed files with 11 additions and 14 deletions

View File

@ -23,8 +23,8 @@ android {
testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15
targetSdkVersion 28
versionCode 23
versionName "0.6.4"
versionCode 24
versionName "0.6.5"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -48,7 +48,6 @@ android {
release {
buildConfigField "boolean", "CRASHLYTICS_ENABLED", "true"
minifyEnabled true
useProguard false
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release

View File

@ -5,6 +5,7 @@
-dontskipnonpubliclibraryclasses
-dontskipnonpubliclibraryclassmembers
-dontpreverify
-dontobfuscate
-allowaccessmodification
-repackageclasses ''
-verbose

View File

@ -1,10 +1,6 @@
Wersja 0.6.4
Wersja 0.6.5
- naprawiono problemy ze stabilnością podczas logowania na urządzeniach marki Meizu
- naprawiono problemy ze stabilnością w uwagach
- 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
- zmieniono ikonę zmiany semestru w ocenach
- naprawiono wyświetlanie szczegółowych informacji o błędach
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.4
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.5

View File

@ -1,9 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M10,18h4v-2h-4v2zM3,6v2h18L21,6L3,6zM6,13h12v-2L6,11v2z" />
android:pathData="M21,17V8H7V17H21M21,3A2,2 0,0 1,23 5V17A2,2 0,0 1,21 19H7C5.89,19 5,18.1 5,17V5A2,2 0,0 1,7 3H8V1H10V3H18V1H20V3H21M3,21H17V23H3C1.89,23 1,22.1 1,21V9H3V21M19,15H15V11H19V15Z" />
</vector>

View File

@ -11,6 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
android.enableR8=true
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.