Skip to content

Commit 4bba80b

Browse files
JuancaG05jesmrec
authored andcommitted
Added new release note for 4.0-beta.2
1 parent 70352c4 commit 4bba80b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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
@@ -73,6 +73,11 @@ class ReleaseNotesViewModel(
7373
ReleaseNote(
7474
title = R.string.release_notes_4_0_title_6,
7575
subtitle = R.string.release_notes_4_0_subtitle_6,
76+
type = ReleaseNoteType.ENHANCEMENT
77+
),
78+
ReleaseNote(
79+
title = R.string.release_notes_4_0_title_7,
80+
subtitle = R.string.release_notes_4_0_subtitle_7,
7681
type = ReleaseNoteType.BUGFIX
7782
)
7883
)

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,10 @@
721721
<string name="release_notes_4_0_subtitle_4">For WebFinger servers, lookup server will be requested first, and if not successful, regular authentication flow will be followed</string>
722722
<string name="release_notes_4_0_title_5">Permission handling</string>
723723
<string name="release_notes_4_0_subtitle_5">Now, when there is lack of permissions to perform some actions over a folder or a file, those actions will be hidden</string>
724-
<string name="release_notes_4_0_title_6">Minor bugfixes and improvements</string>
725-
<string name="release_notes_4_0_subtitle_6">Some minor bugs have been fixed, and minor technical improvements were introduced to improve the experience in the app</string>
724+
<string name="release_notes_4_0_title_6">New "Manage notifications" setting</string>
725+
<string name="release_notes_4_0_subtitle_6">A new item has been added in the settings, which redirects to the app notifications settings of the device</string>
726+
<string name="release_notes_4_0_title_7">Minor bugfixes and improvements</string>
727+
<string name="release_notes_4_0_subtitle_7">Some minor bugs have been fixed, and minor technical improvements were introduced to improve the experience in the app</string>
726728

727729
<!-- Open in web -->
728730
<string name="ic_action_open_in_web">Open in web</string>

0 commit comments

Comments
 (0)