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 0b9a84615426..036ec523e5f4 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 f84a5d2dc6ae..0fe2cabbc32e 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