Skip to content

Commit 550e4ba

Browse files
committed
add new items to Release Notes 3.0.3
1 parent c667c54 commit 550e4ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ class ReleaseNotesViewModel(
4747

4848
companion object {
4949
val releaseNotesList = listOf(
50-
ReleaseNote(R.string.release_notes_3_0_3_title1, R.string.release_notes_3_0_3_subtitle1, ReleaseNoteType.BUGFIX)
50+
ReleaseNote(R.string.release_notes_3_0_3_title1, R.string.release_notes_3_0_3_subtitle1, ReleaseNoteType.BUGFIX),
51+
ReleaseNote(R.string.release_notes_3_0_3_title2, R.string.release_notes_3_0_3_subtitle2, ReleaseNoteType.BUGFIX),
52+
ReleaseNote(R.string.release_notes_3_0_3_title3, R.string.release_notes_3_0_3_subtitle3, ReleaseNoteType.BUGFIX)
5153
)
5254
}
5355
}

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

+4
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,10 @@
726726

727727
<string name="release_notes_3.0.3_title1">Authentication process smoother and more consistent</string>
728728
<string name="release_notes_3.0.3_subtitle1">Improved the internal process to handle credentials</string>
729+
<string name="release_notes_3.0.3_title2">Fixed navigation glitch</string>
730+
<string name="release_notes_3.0.3_subtitle2">Toolbar with incorrect status when browsing back from Share view</string>
731+
<string name="release_notes_3.0.3_title3">Error message shortened</string>
732+
<string name="release_notes_3.0.3_subtitle3">Error message in copy operation was so long that was not readable in device</string>
729733

730734

731735

0 commit comments

Comments
 (0)