Skip to content

Commit 864c9bd

Browse files
committed
feat: add release note
1 parent 7e64569 commit 864c9bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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
@@ -63,6 +63,11 @@ class ReleaseNotesViewModel(
6363
subtitle = R.string.release_notes_4_5_0_subtitle_feedback_in_previews,
6464
type = ReleaseNoteType.ENHANCEMENT
6565
),
66+
ReleaseNote(
67+
title = R.string.release_notes_4_5_1_title_strange_behaviour_apps_provider,
68+
subtitle = R.string.release_notes_4_5_1_subtitle_strange_behaviour_apps_provider,
69+
type = ReleaseNoteType.BUGFIX
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,9 @@
742742
<string name="release_notes_4_5_0_subtitle_quota_improvements">Storage occupation refreshed frequently in file and refresh operations and available in accounts manager view, besides of drawer menu</string>
743743
<string name="release_notes_4_5_0_title_light_users">Infinite Scale Users Light</string>
744744
<string name="release_notes_4_5_0_subtitle_light_users">Infinite Scale Users Light (users without personal space) are now supported in the app</string>
745-
745+
<string name="release_notes_4_5_1_title_strange_behaviour_apps_provider">Fix for files creation via app providers</string>
746+
<string name="release_notes_4_5_1_subtitle_strange_behaviour_apps_provider">Files are now opened correctly when they are created using app
747+
providers</string>
746748

747749
<!-- Open in web -->
748750
<string name="ic_action_open_in_web">Open in web</string>

0 commit comments

Comments
 (0)