diff --git a/CHANGELOG.md b/CHANGELOG.md index c99894a6f..b974e6c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ Change Log --- +### 8.4 (2020-03-11) + +* New chip configuration options + * Outlined or filled + * Text and icon, text only, or icon only +* Add option to disable color desaturation +* Fix EteSync shared lists +* Google Task sync requires Android 4.4+ +* Update translations + * Czech - @vitSkalicky + * Hungarian - kaciokos + * Interlingua - @softinterlingua + * Polish - @alex-ter + * Russian - @alex-ter + * Simplified Chinese - @sr093906 + ### 8.3 (2020-03-08) * Synchronize CalDAV and EteSync colors diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 24ecdf10d..9b9db2539 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 685 - versionName = "8.3" + versionCode = 691 + versionName = "8.4" targetSdkVersion(Versions.targetSdk) minSdkVersion(Versions.minSdk) multiDexEnabled = true diff --git a/app/licenses.yml b/app/licenses.yml index a28b3eeea..2b0b1159e 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -841,3 +841,16 @@ copyrightHolder: QuadFlask license: The Apache Software License, Version 2.0 url: https://github.com/QuadFlask/colorpicker +- artifact: com.google.auth:google-auth-library-credentials:+ + name: Google Auth Library for Java - Credentials + copyrightHolder: Google Inc. + license: BSD 3-Clause +- artifact: com.google.auth:google-auth-library-oauth2-http:+ + name: Google Auth Library for Java - OAuth2 HTTP + copyrightHolder: Google Inc. + license: BSD 3-Clause +- artifact: com.google.auto.value:auto-value-annotations:+ + name: AutoValue Annotations + copyrightHolder: Google LLC + license: The Apache Software License, Version 2.0 + url: https://github.com/google/auto/tree/master/value diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index fd9f387a6..7995d33a0 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -2205,7 +2205,7 @@ "artifactId": { "name": "journalmanager", "group": "com.etesync", - "version": "1.0.4" + "version": "1.1.0" } }, { @@ -2271,6 +2271,54 @@ "group": "com.github.QuadFlask", "version": "0.0.15" } + }, + { + "notice": null, + "copyrightHolder": "Google Inc.", + "copyrightStatement": "Copyright © Google Inc. All rights reserved.", + "license": "BSD 3-Clause", + "licenseUrl": "", + "normalizedLicense": "bsd_3_clauses", + "year": null, + "url": "", + "libraryName": "Google Auth Library for Java - Credentials", + "artifactId": { + "name": "google-auth-library-credentials", + "group": "com.google.auth", + "version": "0.20.0" + } + }, + { + "notice": null, + "copyrightHolder": "Google Inc.", + "copyrightStatement": "Copyright © Google Inc. All rights reserved.", + "license": "BSD 3-Clause", + "licenseUrl": "", + "normalizedLicense": "bsd_3_clauses", + "year": null, + "url": "", + "libraryName": "Google Auth Library for Java - OAuth2 HTTP", + "artifactId": { + "name": "google-auth-library-oauth2-http", + "group": "com.google.auth", + "version": "0.20.0" + } + }, + { + "notice": null, + "copyrightHolder": "Google LLC", + "copyrightStatement": "Copyright © Google LLC. All rights reserved.", + "license": "The Apache Software License, Version 2.0", + "licenseUrl": "", + "normalizedLicense": "apache2", + "year": null, + "url": "https://github.com/google/auto/tree/master/value", + "libraryName": "AutoValue Annotations", + "artifactId": { + "name": "auto-value-annotations", + "group": "com.google.auto.value", + "version": "1.7" + } } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/691.txt b/fastlane/metadata/android/en-US/changelogs/691.txt new file mode 100644 index 000000000..dfc6feb45 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/691.txt @@ -0,0 +1,9 @@ +* New chip configuration options + * Outlined or filled + * Text and icon, text only, or icon only +* Add option to disable color desaturation +* Fix EteSync shared lists +* Google Task sync requires Android 4.4+ +* Update translations + +Full release notes: https://tasks.org/changelog