Skip to content

Commit 218bd6f

Browse files
committed
Add release notes for v3.0.4
1 parent 44b8421 commit 218bd6f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ 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),
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)
50+
ReleaseNote(R.string.release_notes_3_0_4_title1, R.string.release_notes_3_0_4_subtitle1, ReleaseNoteType.SECURITY),
51+
ReleaseNote(R.string.release_notes_3_0_4_title2, R.string.release_notes_3_0_4_subtitle2, ReleaseNoteType.CHANGE),
5352
)
5453
}
5554
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,9 @@
731731
<string name="release_notes_3.0.3_title3">Error message shortened</string>
732732
<string name="release_notes_3.0.3_subtitle3">Error message in copy operation was so long that was not readable in device</string>
733733

734-
734+
<string name="release_notes_3.0.4_title1">Security fixes</string>
735+
<string name="release_notes_3.0.4_subtitle1">Fixed some issues related to the database</string>
736+
<string name="release_notes_3.0.4_title2">Http logs enhancement</string>
737+
<string name="release_notes_3.0.4_subtitle2">Improve some http logs to help debugging</string>
735738

736739
</resources>

0 commit comments

Comments
 (0)