Skip to content

Commit 7147296

Browse files
jesmrecabelgardep
authored andcommitted
add release notes 3.0.2
1 parent a63cbe7 commit 7147296

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,7 @@ class ReleaseNotesViewModel(
4747

4848
companion object {
4949
val releaseNotesList = listOf(
50-
ReleaseNote(R.string.release_notes_3_0_title1, R.string.release_notes_3_0_subtitle1, ReleaseNoteType.ENHANCEMENT),
51-
ReleaseNote(R.string.release_notes_3_0_title2, R.string.release_notes_3_0_subtitle2, ReleaseNoteType.ENHANCEMENT),
52-
ReleaseNote(R.string.release_notes_3_0_title3, R.string.release_notes_3_0_subtitle3, ReleaseNoteType.BUGFIX),
53-
ReleaseNote(R.string.release_notes_3_0_title4, R.string.release_notes_3_0_subtitle4, ReleaseNoteType.ENHANCEMENT),
54-
ReleaseNote(R.string.release_notes_3_0_title5, R.string.release_notes_3_0_subtitle5, ReleaseNoteType.ENHANCEMENT),
55-
ReleaseNote(R.string.release_notes_3_0_title6, R.string.release_notes_3_0_subtitle6, ReleaseNoteType.ENHANCEMENT),
56-
ReleaseNote(R.string.release_notes_3_0_1_title1, R.string.release_notes_3_0_1_subtitle1, ReleaseNoteType.BUGFIX),
57-
ReleaseNote(R.string.release_notes_3_0_1_title2, R.string.release_notes_3_0_1_subtitle2, ReleaseNoteType.BUGFIX),
50+
ReleaseNote(R.string.release_notes_3_0_2_title1, R.string.release_notes_3_0_2_subtitle1, ReleaseNoteType.BUGFIX)
5851
)
5952
}
6053
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,4 +722,8 @@
722722
<string name="release_notes_3.0.1_title2">Fix crash in uploads tab</string>
723723
<string name="release_notes_3.0.1_subtitle2">Fix for some users who experimented crashes when entering the uploads section</string>
724724

725+
<string name="release_notes_3.0.2_title1">Fix double authentication problem</string>
726+
<string name="release_notes_3.0.2_subtitle1">Browser authentication is now smoother</string>
727+
728+
725729
</resources>

0 commit comments

Comments
 (0)