Skip to content

Commit ee7858d

Browse files
committed
feat: added release note
1 parent c55d9e7 commit ee7858d

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
@@ -43,6 +43,11 @@ class ReleaseNotesViewModel(
4343

4444
companion object {
4545
val releaseNotesList = listOf(
46+
ReleaseNote(
47+
title = R.string.release_notes_4_6_0_title_shares_space_docs_provider,
48+
subtitle = R.string.release_notes_4_6_0_subtitle_shares_space_docs_provider,
49+
type = ReleaseNoteType.ENHANCEMENT
50+
),
4651
ReleaseNote(
4752
title = R.string.release_notes_bugfixes_title,
4853
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
@@ -731,6 +731,8 @@
731731
<string name="error_webfinger_username_empty">Username empty</string>
732732

733733
<!-- Release Notes -->
734+
<string name="release_notes_4_6_0_title_shares_space_docs_provider">Shares space in Android native file explorer</string>
735+
<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>
734736
<string name="release_notes_header">New in %1$s</string>
735737
<string name="release_notes_footer">Thank you for using %1$s.\n&#10084;</string>
736738
<string name="release_notes_proceed">Proceed</string>

0 commit comments

Comments
 (0)