Version 0.4.0

This commit is contained in:
Mikołaj Pich
2018-05-07 19:11:28 +02:00
parent 8e855bd375
commit 3105e9e53b
22 changed files with 86 additions and 3 deletions

View File

@ -9,6 +9,7 @@ buildscript {
classpath "org.greenrobot:greendao-gradle-plugin:$greenDaoGradle"
classpath "io.fabric.tools:gradle:$fabricGradle"
classpath "com.google.gms:oss-licenses:0.9.2"
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
}
}
@ -22,28 +23,48 @@ apply plugin: 'io.fabric'
apply from: '../jacoco.gradle'
apply from: '../android-sonarqube.gradle'
apply plugin: 'com.google.gms.oss.licenses.plugin'
apply plugin: 'com.github.triplet.play'
android {
compileSdkVersion 26
buildToolsVersion '27.0.3'
playAccountConfigs {
defaultAccountConfig {
serviceAccountEmail = System.getenv("PLAY_SERVICE_ACCOUNT_EMAIL")
pk12File = file('key.p12')
}
}
defaultConfig {
applicationId "io.github.wulkanowy"
testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15
targetSdkVersion 26
versionCode 7
versionName "0.3.1"
versionCode 8
versionName "0.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
playAccountConfig = playAccountConfigs.defaultAccountConfig
manifestPlaceholders = [
fabricApiKey: System.getenv("FABRIC_API_KEY") ?: "null"
]
}
signingConfigs {
release {
storeFile file("upload-key.jks")
storePassword System.getenv("PLAY_STORE_PASSWORD")
keyAlias System.getenv("PLAY_KEY_ALIAS")
keyPassword System.getenv("PLAY_KEY_PASSWORD")
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix ".dev"
@ -64,6 +85,11 @@ android {
}
}
play {
track = 'alpha'
uploadImages = true
}
greendao {
schemaVersion 26
generateTests = true

BIN
app/key-encrypted.p12 Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
wulkanowyinc@gmail.com

View File

@ -0,0 +1 @@
+48733393622

View File

@ -0,0 +1 @@
https://wulkanowy.github.io/

View File

@ -0,0 +1 @@
pl-PL

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

View File

@ -0,0 +1,8 @@
Wyróżnione cechy i funkcje:
- Całkowicie darmowa i otwarta (brak jakichkolwiek reklam i mikropłatności)
- Powiadomienia
- Tryb offline
- Aktywne wsparcie i rozwój
GitHub: https://github.com/wulkanowy/wulkanowy
Discord: https://discord.gg/JMG2rhJ

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -0,0 +1 @@
Nieoficjalna aplikacja dla dziennika VULCAN UONET+.

View File

@ -0,0 +1 @@
Wulkanowy Dziennik UONET+

View File

View File

@ -0,0 +1,11 @@
Wersja 0.4.0:
- dodano widget planu lekcji
- dodano widok sprawdzianów
- dodano informacje o końcowych ocenach z przedmiotu
- dodano przełącznik semestru w ocenach
- dodano opcję ukrycia obecności
- dodano wyróżnik aktualnego tygodnia
- dodano podstawową obsługę niestandardowych dzienników Vulcan (np. Opolska eSzkoła)
- naprawiono animacje w ocenach
- naprawiono wyświetlanie oceny w szczególnych przypadkach
- optymalizacja aplikacji

View File

@ -30,7 +30,7 @@
<string name="noColor_text">Brak koloru</string>
<string name="activity_dashboard_text">Aktywność dashboard</string>
<string name="exams_text">Exams</string>
<string name="exams_text">Sprawdziany</string>
<string name="grades_text">Oceny</string>
<string name="attendance_text">Frekwencja</string>
<string name="timetable_text">Plan lekcji</string>

Binary file not shown.