Skip to content

Commit 302b8fe

Browse files
committed
feat: add release note
1 parent a3a846c commit 302b8fe

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ class ReleaseNotesViewModel(
4848
subtitle = R.string.release_notes_4_6_0_subtitle_shares_space_docs_provider,
4949
type = ReleaseNoteType.ENHANCEMENT
5050
),
51+
ReleaseNote(
52+
title = R.string.release_notes_4_6_0_title_duplicated_automatic_uploads,
53+
subtitle = R.string.release_notes_4_6_0_subtitle_duplicated_automatic_uploads,
54+
type = ReleaseNoteType.BUGFIX
55+
),
5156
ReleaseNote(
5257
title = R.string.release_notes_bugfixes_title,
5358
subtitle = R.string.release_notes_bugfixes_subtitle,

owncloudApp/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,8 @@
733733
<!-- Release Notes -->
734734
<string name="release_notes_4_6_0_title_shares_space_docs_provider">Shares space in Android native file explorer</string>
735735
<string name="release_notes_4_6_0_subtitle_shares_space_docs_provider">Shares space now appears all together with the other spaces in Documents Provider in Infinite Scale accounts</string>
736+
<string name="release_notes_4_6_0_title_duplicated_automatic_uploads">Duplicated automatic uploads</string>
737+
<string name="release_notes_4_6_0_subtitle_duplicated_automatic_uploads">Automatic uploads are more consistent against duplications</string>
736738
<string name="release_notes_header">New in %1$s</string>
737739
<string name="release_notes_footer">Thank you for using %1$s.\n&#10084;</string>
738740
<string name="release_notes_proceed">Proceed</string>

0 commit comments

Comments
 (0)