Skip to content

Commit

Permalink
feat: added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed May 13, 2024
1 parent e211572 commit 6bef5ff
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 @@ -135,6 +135,11 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_4_3_0_subtitle_show_app_provider_icon_from_endpoint,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_show_same_remove_dialog_for_every_file_folder,
subtitle = R.string.release_notes_4_3_0_subtitle_show_same_remove_dialog_for_every_file_folder,
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 @@ -760,6 +760,8 @@
<string name="release_notes_4_3_0_subtitle_accessibility_improvements">Some improvements to make the application more accessible</string>
<string name="release_notes_4_3_0_title_show_app_provider_icon_from_endpoint">New icons in "Open in (web)" option on the operations menu</string>
<string name="release_notes_4_3_0_subtitle_show_app_provider_icon_from_endpoint">More appropriate icons have been added to the "Open in (web)" option on the operations menu</string>
<string name="release_notes_4_3_0_title_show_same_remove_dialog_for_every_file_folder">Improved thumbnails in the delete files dialog</string>
<string name="release_notes_4_3_0_subtitle_show_same_remove_dialog_for_every_file_folder">A thumbnail for each type of file will be displayed in the remove files dialog</string>

<!-- Open in web -->
<string name="ic_action_open_in_web">Open in web</string>
Expand Down

0 comments on commit 6bef5ff

Please sign in to comment.