Version 0.6.0
@ -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
|
||||
|
||||
|
@ -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
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 19 KiB |
@ -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))
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 111 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 96 KiB |
BIN
app/src/main/play/pl-PL/listing/phoneScreenshots/more.png
Normal file
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 146 KiB |
@ -1 +1 @@
|
||||
Nieoficjalna aplikacja dla dziennika VULCAN UONET+.
|
||||
Nieoficjalna aplikacja ucznia i rodzica dla dziennika VULCAN UONET+
|
||||
|
@ -1 +1 @@
|
||||
Wulkanowy Dzienniczek UONET+
|
||||
Wulkanowy Dzienniczek
|
||||
|
@ -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
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 6.0 KiB |