Version 0.6.0

This commit is contained in:
Mikołaj Pich 2018-12-17 00:44:25 +01:00
parent 04f386ea3d
commit 30388fffd7
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
26 changed files with 32 additions and 17 deletions

View File

@ -11,10 +11,6 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
branches:
only:
- master
android:
licenses:
- android-sdk-preview-license-.+
@ -58,8 +54,8 @@ script:
- |
if [ $TRAVIS_TAG ]; then
gpg --yes --batch --passphrase=$SERVICES_ENCRYPT_KEY ./app/src/release/google-services.json.gpg;
openssl aes-256-cbc -d -in ./app/key-encrypted.p12 -k $ENCRYPT_KEY >> ./app/key.p12;
openssl aes-256-cbc -d -in ./app/upload-key-encrypted.jks -k $ENCRYPT_KEY >> ./app/upload-key.jks;
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/key.p12.gpg;
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/upload-key.jks.gpg;
./gradlew publishRelease -PenableCrashlytics --stacktrace;
fi

View File

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

BIN
app/key.p12.gpg Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -33,6 +33,8 @@ internal class RepositoryModule {
fun provideApi(): Api {
return Api().apply {
logLevel = NONE
androidVersion = android.os.Build.VERSION.RELEASE
buildTag = android.os.Build.MODEL
setInterceptor(HttpLoggingInterceptor(HttpLoggingInterceptor.Logger { Timber.d(it) }).setLevel(BASIC))
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -1,10 +1,13 @@
Aplikacja jest we wczesnej fazie rozwoju, ciągle pracujemy nad kolejnymi funkcjami.
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
- brak reklam,
- tryb offline,
- powiadomienia,
- obliczanie średniej ważonej,
- procentowy podgląd frekwencji,
- ciemny motyw.
GitHub: https://github.com/wulkanowy/wulkanowy
Discord: https://discord.gg/vccAQBr
Trello: https://trello.com/b/A97NUM1s/wulkanowy

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

View File

@ -1 +1 @@
Nieoficjalna aplikacja dla dziennika VULCAN UONET+.
Nieoficjalna aplikacja ucznia i rodzica dla dziennika VULCAN UONET+

View File

@ -1 +1 @@
Wulkanowy Dzienniczek UONET+
Wulkanowy Dzienniczek

View File

@ -1,2 +1,16 @@
Wersja 0.5.4:
- naprawiono błąd logowania
Wersja 0.6.0
Aplikacja została całkowicie przepisana!
Przez wielkie zmian, które w niej zaszły, wymagane jest ponowne logowanie w aplikacji
oraz ponowne dodanie widgetu planu lekcji do ekranu głównego.
Mamy nową ikonę aplikacji! 🎉
Dodaliśmy nowe funkcje:
- przeglądanie wiadomości (wysyłanie pojawi się w przyszłości)
- zadania domowe
- statystyki frekwencji
- menadżer kont
- możliwość zmiany wagi plusów i minusów
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/upload-key.jks.gpg Normal file

Binary file not shown.