Skip to content

Commit

Permalink
Added release notes for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Dec 12, 2022
1 parent c335e2f commit 494b2f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ class ReleaseNotesViewModel(

companion object {
val releaseNotesList = listOf(
ReleaseNote(R.string.release_notes_3_0_beta1_title1, R.string.release_notes_3_0_beta1_subtitle1, ReleaseNoteType.CHANGE),
ReleaseNote(R.string.release_notes_3_0_beta3_title2, R.string.release_notes_3_0_beta3_subtitle2, ReleaseNoteType.ENHANCEMENT)
ReleaseNote(R.string.release_notes_3_0_title1, R.string.release_notes_3_0_subtitle1, ReleaseNoteType.ENHANCEMENT),
ReleaseNote(R.string.release_notes_3_0_title2, R.string.release_notes_3_0_subtitle2, ReleaseNoteType.ENHANCEMENT),
ReleaseNote(R.string.release_notes_3_0_title3, R.string.release_notes_3_0_subtitle3, ReleaseNoteType.BUGFIX),
ReleaseNote(R.string.release_notes_3_0_title4, R.string.release_notes_3_0_subtitle4, ReleaseNoteType.ENHANCEMENT),
ReleaseNote(R.string.release_notes_3_0_title5, R.string.release_notes_3_0_subtitle5, ReleaseNoteType.ENHANCEMENT),
ReleaseNote(R.string.release_notes_3_0_title6, R.string.release_notes_3_0_subtitle6, ReleaseNoteType.ENHANCEMENT)
)
}
}
16 changes: 12 additions & 4 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,17 @@
<string name="open_in_web_error_not_supported">there are no apps that support this file type</string>
<string name="open_in_web_error_too_early">The requested file is not yet available, please try again later</string>

<string name="release_notes_3.0_beta1_title1">New sync engine</string>
<string name="release_notes_3.0_beta1_subtitle1">The way in which all files are synced has been redesigned</string>
<string name="release_notes_3.0_beta3_title2">Browser login improved</string>
<string name="release_notes_3.0_beta3_subtitle2">Only typing the URL, browser will be triggered</string>
<string name="release_notes_3.0_title1">New sync engine</string>
<string name="release_notes_3.0_subtitle1">The way in which all files are synced has been redesigned to improve it</string>
<string name="release_notes_3.0_title2">Automatic conflicts propagation</string>
<string name="release_notes_3.0_subtitle2">Conflicts are now automatically propagated (and cleaned) to parent folders</string>
<string name="release_notes_3.0_title3">Fix for thumbnails</string>
<string name="release_notes_3.0_subtitle3">Thumbnails are now shown correctly in the file list</string>
<string name="release_notes_3.0_title4">Empty views improved</string>
<string name="release_notes_3.0_subtitle4">A new and more attractive view has been added to screens with no items (files, uploads and logs)</string>
<string name="release_notes_3.0_title5">Several transfers running simultaneously</string>
<string name="release_notes_3.0_subtitle5">With the redesign of the sync engine, now several downloads and uploads can run at the same time</string>
<string name="release_notes_3.0_title6">Browser login improved</string>
<string name="release_notes_3.0_subtitle6">Only typing the URL, browser will be triggered</string>

</resources>

0 comments on commit 494b2f7

Please sign in to comment.