Skip to content

Commit a677d9b

Browse files
committed
feat: add release note
1 parent c97ff6b commit a677d9b

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_new_layout_for_spaces,
5454
type = ReleaseNoteType.ENHANCEMENT
5555
),
56+
ReleaseNote(
57+
title = R.string.release_notes_4_8_0_title_space_membership,
58+
subtitle = R.string.release_notes_4_8_0_subtitle_space_membership,
59+
type = ReleaseNoteType.ENHANCEMENT
60+
),
5661
ReleaseNote(
5762
title = R.string.release_notes_4_8_0_title_set_emoji_as_space_image,
5863
subtitle = R.string.release_notes_4_8_0_subtitle_set_emoji_as_space_image,

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@
747747
<string name="release_notes_4_7_0_subtitle_space_management">Infinite Scale users with right permissions can now manage spaces (create, edit, disable, enable and delete) directly from the app</string>
748748
<string name="release_notes_4_8_0_title_set_emoji_as_space_image">Set emoji as space image</string>
749749
<string name="release_notes_4_8_0_subtitle_set_emoji_as_space_image">Infinite Scale users with right permissions can now set an emoji as space image</string>
750+
<string name="release_notes_4_8_0_title_space_membership">Space membership</string>
751+
<string name="release_notes_4_8_0_subtitle_space_membership">Infinite Scale users can see all members of a space and manage them with right permissions</string>
750752
<!-- Open in web -->
751753
<string name="ic_action_open_in_web">Open in web</string>
752754
<string name="ic_action_open_with_web">Open in %1$s (web)</string>

0 commit comments

Comments
 (0)