Skip to content

Commit de5ca46

Browse files
committed
feat: add release note
1 parent bcd2c28 commit de5ca46

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

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
@@ -58,6 +58,11 @@ class ReleaseNotesViewModel(
5858
subtitle = R.string.release_notes_4_6_1_subtitle_shares_space_docs_provider,
5959
type = ReleaseNoteType.ENHANCEMENT
6060
),
61+
ReleaseNote(
62+
title = R.string.release_notes_4_7_0_title_new_layout_for_spaces,
63+
subtitle = R.string.release_notes_4_7_0_subtitle_new_layout_for_spaces,
64+
type = ReleaseNoteType.ENHANCEMENT
65+
),
6166
ReleaseNote(
6267
title = R.string.release_notes_bugfixes_title,
6368
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_6_1_subtitle_duplicated_automatic_uploads">Automatic uploads are more consistent against duplications</string>
744744
<string name="release_notes_4_6_1_title_bearer_token_handling">Multiple accounts on Infinite Scale servers</string>
745745
<string name="release_notes_4_6_1_subtitle_bearer_token_handling">Multiple accounts can be logged in at the same time on the same Infinite Scale server. Additionally, fixed a problem related with session handling</string>
746+
<string name="release_notes_4_7_0_title_new_layout_for_spaces">New layout for spaces list</string>
747+
<string name="release_notes_4_7_0_subtitle_new_layout_for_spaces">A new layout 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>
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)