From 76726bf94341d23953a8cd089819b49328d5a449 Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Thu, 4 Apr 2024 09:23:43 +0100 Subject: [PATCH] feat: Added release notes --- .../presentation/releasenotes/ReleaseNotesViewModel.kt | 7 ++++++- owncloudApp/src/main/res/values/strings.xml | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt b/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt index 0b9a8461542..036ec523e5f 100644 --- a/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt +++ b/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt @@ -79,7 +79,12 @@ class ReleaseNotesViewModel( title = R.string.release_notes_4_3_0_title_7, subtitle = R.string.release_notes_4_3_0_subtitle_7, type = ReleaseNoteType.ENHANCEMENT - ) + ), + ReleaseNote( + title = R.string.release_notes_4_3_0_title_improve_available_offline_performance, + subtitle = R.string.release_notes_4_3_0_subtitle_improve_available_offline_performance, + type = ReleaseNoteType.ENHANCEMENT + ), ) } } diff --git a/owncloudApp/src/main/res/values/strings.xml b/owncloudApp/src/main/res/values/strings.xml index f84a5d2dc6a..0fe2cabbc32 100644 --- a/owncloudApp/src/main/res/values/strings.xml +++ b/owncloudApp/src/main/res/values/strings.xml @@ -741,6 +741,8 @@ Added a warning dialog in the login view when it is a http connection Correct \"Local only\" option in remove dialog \"Local only\" option in remove dialog will only be shown if checking selected files and folders recursively, at least one file is available locally + Improvements in available offline performance + Files contained in an available offline folder will be refreshed only if they have been modified Open in web