Skip to content

Commit

Permalink
feat: added release note
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Oct 18, 2024
1 parent d71ffc6 commit 19fc568
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 @@ -60,6 +60,11 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_subtitle_bottom_nav_bar,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_5_0_title_quota_improvements,
subtitle = R.string.release_notes_4_5_0_subtitle_quota_improvements,
type = ReleaseNoteType.ENHANCEMENT
),
)
}
}
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 @@ -736,6 +736,8 @@
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>
<string name="release_notes_4_5_0_title_feedback_in_previews">Feedback when (un)setting av. offline in all previews</string>
<string name="release_notes_4_5_0_subtitle_feedback_in_previews">Added feedback when (un)setting av. offline in all previews and updated options menu depending on file status</string>
<string name="release_notes_4_5_0_title_quota_improvements">Storage value in the manage accounts dialog and drawer menu</string>
<string name="release_notes_4_5_0_subtitle_quota_improvements">Added storage value in manage accounts dialog and updated in the drawer menu depending on the status.</string>


<!-- Open in web -->
Expand Down

0 comments on commit 19fc568

Please sign in to comment.