Skip to content

Commit 396e67b

Browse files
committed
feat: add release note
1 parent 278440b commit 396e67b

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
@@ -53,6 +53,11 @@ class ReleaseNotesViewModel(
5353
subtitle = R.string.release_notes_4_7_0_subtitle_create_new_spaces,
5454
type = ReleaseNoteType.ENHANCEMENT
5555
),
56+
ReleaseNote(
57+
title = R.string.release_notes_4_7_0_title_edit_spaces,
58+
subtitle = R.string.release_notes_4_7_0_subtitle_edit_spaces,
59+
type = ReleaseNoteType.ENHANCEMENT
60+
),
5661
ReleaseNote(
5762
title = R.string.release_notes_bugfixes_title,
5863
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
@@ -743,6 +743,8 @@
743743
<string name="release_notes_4_7_0_subtitle_new_layout_for_spaces">A new design for Infinite Scale users in the spaces list, with a three-dot button on each space card that opens an options menu when clicked</string>
744744
<string name="release_notes_4_7_0_title_create_new_spaces">Create project spaces</string>
745745
<string name="release_notes_4_7_0_subtitle_create_new_spaces">Infinite Scale users with right permissions can now create project spaces directly from the app</string>
746+
<string name="release_notes_4_7_0_title_edit_spaces">Edit project spaces</string>
747+
<string name="release_notes_4_7_0_subtitle_edit_spaces">Infinite Scale users with right permissions can now edit project spaces directly from the app</string>
746748
<!-- Open in web -->
747749
<string name="ic_action_open_in_web">Open in web</string>
748750
<string name="ic_action_open_with_web">Open in %1$s (web)</string>

0 commit comments

Comments
 (0)