Skip to content

Commit 2468ae7

Browse files
committed
feat: add release note
1 parent dad47d3 commit 2468ae7

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
@@ -63,6 +63,11 @@ class ReleaseNotesViewModel(
6363
subtitle = R.string.release_notes_4_8_0_subtitle_spaces_permanent_links,
6464
type = ReleaseNoteType.ENHANCEMENT
6565
),
66+
ReleaseNote(
67+
title = R.string.release_notes_4_8_0_title_action_to_copy_or_move_destination_folder,
68+
subtitle = R.string.release_notes_4_8_0_subtitle_action_to_copy_or_move_destination_folder,
69+
type = ReleaseNoteType.ENHANCEMENT
70+
),
6671
ReleaseNote(
6772
title = R.string.release_notes_bugfixes_title,
6873
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
@@ -751,6 +751,8 @@
751751
<string name="release_notes_4_8_0_subtitle_spaces_permanent_links">Infinite Scale users can now get a permanent link for a space and share it with other members</string>
752752
<string name="release_notes_4_8_0_title_space_public_links">Space public links</string>
753753
<string name="release_notes_4_8_0_subtitle_space_public_links">Infinite Scale users can see all public links of a space and manage them with right permissions</string>
754+
<string name="release_notes_4_8_0_title_action_to_copy_or_move_destination_folder">Navigate to destination folder</string>
755+
<string name="release_notes_4_8_0_subtitle_action_to_copy_or_move_destination_folder">New action to navigate to the destination folder when a file is copied or moved</string>
754756

755757
<!-- Open in web -->
756758
<string name="ic_action_open_in_web">Open in web</string>

0 commit comments

Comments
 (0)