From 494b2f7f524ba8c57e7623907d3be8b896a12213 Mon Sep 17 00:00:00 2001 From: Juan Carlos Garrote Date: Mon, 12 Dec 2022 11:44:41 +0100 Subject: [PATCH] Added release notes for 3.0 --- .../releasenotes/ReleaseNotesViewModel.kt | 8 ++++++-- owncloudApp/src/main/res/values/strings.xml | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/owncloudApp/src/main/java/com/owncloud/android/presentation/viewmodels/releasenotes/ReleaseNotesViewModel.kt b/owncloudApp/src/main/java/com/owncloud/android/presentation/viewmodels/releasenotes/ReleaseNotesViewModel.kt index 5481bcbe833..4abfe45ac6b 100644 --- a/owncloudApp/src/main/java/com/owncloud/android/presentation/viewmodels/releasenotes/ReleaseNotesViewModel.kt +++ b/owncloudApp/src/main/java/com/owncloud/android/presentation/viewmodels/releasenotes/ReleaseNotesViewModel.kt @@ -47,8 +47,12 @@ class ReleaseNotesViewModel( companion object { val releaseNotesList = listOf( - ReleaseNote(R.string.release_notes_3_0_beta1_title1, R.string.release_notes_3_0_beta1_subtitle1, ReleaseNoteType.CHANGE), - ReleaseNote(R.string.release_notes_3_0_beta3_title2, R.string.release_notes_3_0_beta3_subtitle2, ReleaseNoteType.ENHANCEMENT) + ReleaseNote(R.string.release_notes_3_0_title1, R.string.release_notes_3_0_subtitle1, ReleaseNoteType.ENHANCEMENT), + ReleaseNote(R.string.release_notes_3_0_title2, R.string.release_notes_3_0_subtitle2, ReleaseNoteType.ENHANCEMENT), + ReleaseNote(R.string.release_notes_3_0_title3, R.string.release_notes_3_0_subtitle3, ReleaseNoteType.BUGFIX), + ReleaseNote(R.string.release_notes_3_0_title4, R.string.release_notes_3_0_subtitle4, ReleaseNoteType.ENHANCEMENT), + ReleaseNote(R.string.release_notes_3_0_title5, R.string.release_notes_3_0_subtitle5, ReleaseNoteType.ENHANCEMENT), + ReleaseNote(R.string.release_notes_3_0_title6, R.string.release_notes_3_0_subtitle6, ReleaseNoteType.ENHANCEMENT) ) } } diff --git a/owncloudApp/src/main/res/values/strings.xml b/owncloudApp/src/main/res/values/strings.xml index e993d798d51..b48517ff419 100644 --- a/owncloudApp/src/main/res/values/strings.xml +++ b/owncloudApp/src/main/res/values/strings.xml @@ -705,9 +705,17 @@ there are no apps that support this file type The requested file is not yet available, please try again later - New sync engine - The way in which all files are synced has been redesigned - Browser login improved - Only typing the URL, browser will be triggered + New sync engine + The way in which all files are synced has been redesigned to improve it + Automatic conflicts propagation + Conflicts are now automatically propagated (and cleaned) to parent folders + Fix for thumbnails + Thumbnails are now shown correctly in the file list + Empty views improved + A new and more attractive view has been added to screens with no items (files, uploads and logs) + Several transfers running simultaneously + With the redesign of the sync engine, now several downloads and uploads can run at the same time + Browser login improved + Only typing the URL, browser will be triggered