Skip to content

Commit

Permalink
feat: added release notes improve auto-uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Aug 21, 2024
1 parent 9a585ab commit 995fe81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ class ReleaseNotesViewModel(

companion object {
val releaseNotesList = listOf(
ReleaseNote(
title = R.string.release_notes_4_4_0_title_improved_from_original_folder_auto_upload,
subtitle = R.string.release_notes_4_4_0_subtitle_improved_from_original_folder_auto_upload,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_accessibility_improvements,
subtitle = R.string.release_notes_4_3_0_subtitle_accessibility_improvements,
Expand Down
2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@

<string name="release_notes_4_3_0_title_accessibility_improvements">Improvements in accessibility</string>
<string name="release_notes_4_3_0_subtitle_accessibility_improvements">Some improvements to make the application more accessible</string>
<string name="release_notes_4_4_0_title_improved_from_original_folder_auto_upload">Auto uploads more consistent</string>
<string name="release_notes_4_4_0_subtitle_improved_from_original_folder_auto_upload">Added some mechanisms over retries to improve reliability</string>
<string name="release_notes_bugfixes_title">Minor bugfixes</string>
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>

Expand Down

0 comments on commit 995fe81

Please sign in to comment.