diff --git a/.circleci/config.yml b/.circleci/config.yml index f6646b52..b07c9638 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ references: working_directory: *workspace_root environment: environment: - _JAVA_OPTS: -Xmx2048m + _JAVA_OPTS: -Xmx3072m attach_workspace: &attach_workspace attach_workspace: diff --git a/.travis.yml b/.travis.yml index b3261931..56c64858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ -branches: - only: - - master - - 0.7.x +#branches: +# only: +# - master +# - 0.7.x android: licenses: diff --git a/app/build.gradle b/app/build.gradle index 7aafa75a..d5887357 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { testApplicationId "io.github.tests.wulkanowy" minSdkVersion 15 targetSdkVersion 28 - versionCode 32 - versionName "0.7.6" + versionCode 33 + versionName "0.8.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -85,7 +85,7 @@ play { } dependencies { - implementation 'com.github.wulkanowy:api:3335bd6' + implementation 'io.github.wulkanowy:api:0.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.legacy:legacy-support-v4:1.0.0" @@ -101,9 +101,9 @@ dependencies { implementation "androidx.work:work-runtime:2.0.1" implementation "androidx.work:work-rxjava2:2.0.1" - implementation "androidx.room:room-runtime:2.1.0-alpha06" - implementation "androidx.room:room-rxjava2:2.1.0-alpha06" - kapt "androidx.room:room-compiler:2.1.0-alpha06" + implementation "androidx.room:room-runtime:2.1.0-alpha07" + implementation "androidx.room:room-rxjava2:2.1.0-alpha07" + kapt "androidx.room:room-compiler:2.1.0-alpha07" implementation "com.google.dagger:dagger-android-support:2.22.1" kapt "com.google.dagger:dagger-compiler:2.22.1" @@ -147,7 +147,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.0' androidTestImplementation "io.mockk:mockk-android:1.9.2" androidTestImplementation 'org.mockito:mockito-android:2.27.0' - androidTestImplementation "androidx.room:room-testing:2.1.0-alpha06" + androidTestImplementation "androidx.room:room-testing:2.1.0-alpha07" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" } diff --git a/app/jacoco.gradle b/app/jacoco.gradle index f2b01b48..f22c3359 100644 --- a/app/jacoco.gradle +++ b/app/jacoco.gradle @@ -31,17 +31,17 @@ task jacocoTestReport(type: JacocoReport) { '**/*_Provide*Factory*.*', '**/*_Factory.*'] - classDirectories = fileTree( + classDirectories.setFrom(fileTree( dir: "$buildDir/intermediates/classes/debug", excludes: excludes ) + fileTree( dir: "$buildDir/tmp/kotlin-classes/debug", excludes: excludes - ) + )) - sourceDirectories = files("$project.projectDir/src/main/java") - executionData = fileTree( + sourceDirectories.setFrom(files("$project.projectDir/src/main/java")) + executionData.setFrom(fileTree( dir: project.projectDir, includes: ["**/*.exec", "**/*.ec"] - ) + )) } diff --git a/app/src/main/play/release-notes/pl-PL/default.txt b/app/src/main/play/release-notes/pl-PL/default.txt index d0f12e55..0e2e453f 100644 --- a/app/src/main/play/release-notes/pl-PL/default.txt +++ b/app/src/main/play/release-notes/pl-PL/default.txt @@ -1,11 +1,13 @@ -Wersja 0.7.5 +Wersja 0.8.0 -Uwaga! Jeżeli w aplikacji przestały wyświetlać się oceny, prosimy o wylogowanie i zalogowanie się ponownie! +Uwaga! Po tej aktualizacji wymagane jest ponowne przypięcie widżetu planu lekcji! -Naprawiliśmy: -- problem z brakiem aktywnego semestru -- logowanie w niestandardowych dziennikach na vulcan.net.pl -- oznaczanie lekcji w planie jako odwołanej, jeśli brak opisu tej zmiany -- ładowanie wiadomości, jeśli byli zalogowani jednocześnie uczeń i rodzic +Dodaliśmy: +- możliwość przesyłania dalej i usuwania wiadomości +- możliwość zmiany ucznia w widżecie +- opcję liczenia średniej ocen z całego roku +- tryb AMOLED +- logowanie wielu uczniów jednocześnie +- widżet szczęśliwego numerka -Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.5 +Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.8.0