Skip to content

Commit 70352c4

Browse files
committed
Added release notes for 4.0-beta.2
1 parent d25ffab commit 70352c4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ class ReleaseNotesViewModel(
6060
subtitle = R.string.release_notes_4_0_subtitle_3,
6161
type = ReleaseNoteType.CHANGE
6262
),
63+
ReleaseNote(
64+
title = R.string.release_notes_4_0_title_4,
65+
subtitle = R.string.release_notes_4_0_subtitle_4,
66+
type = ReleaseNoteType.ENHANCEMENT
67+
),
68+
ReleaseNote(
69+
title = R.string.release_notes_4_0_title_5,
70+
subtitle = R.string.release_notes_4_0_subtitle_5,
71+
type = ReleaseNoteType.ENHANCEMENT
72+
),
73+
ReleaseNote(
74+
title = R.string.release_notes_4_0_title_6,
75+
subtitle = R.string.release_notes_4_0_subtitle_6,
76+
type = ReleaseNoteType.BUGFIX
77+
)
6378
)
6479
}
6580
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,12 @@
717717
<string name="release_notes_4_0_subtitle_2">Reordered some tabs</string>
718718
<string name="release_notes_4_0_title_3">End of support Lollipop</string>
719719
<string name="release_notes_4_0_subtitle_3">This will be the last release with support for Android Lollipop (v5.0)</string>
720+
<string name="release_notes_4_0_title_4">Updated WebFinger flow</string>
721+
<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>
722+
<string name="release_notes_4_0_title_5">Permission handling</string>
723+
<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>
720726

721727
<!-- Open in web -->
722728
<string name="ic_action_open_in_web">Open in web</string>

0 commit comments

Comments
 (0)