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 Apr 4, 2024
1 parent 3403af9 commit 76726bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ class ReleaseNotesViewModel(
title = R.string.release_notes_4_3_0_title_7,
subtitle = R.string.release_notes_4_3_0_subtitle_7,
type = ReleaseNoteType.ENHANCEMENT
)
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_improve_available_offline_performance,
subtitle = R.string.release_notes_4_3_0_subtitle_improve_available_offline_performance,
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 @@ -741,6 +741,8 @@
<string name="release_notes_4_3_0_subtitle_6">Added a warning dialog in the login view when it is a http connection</string>
<string name="release_notes_4_3_0_title_7">Correct \"Local only\" option in remove dialog</string>
<string name="release_notes_4_3_0_subtitle_7">\"Local only\" option in remove dialog will only be shown if checking selected files and folders recursively, at least one file is available locally</string>
<string name="release_notes_4_3_0_title_improve_available_offline_performance">Improvements in available offline performance</string>
<string name="release_notes_4_3_0_subtitle_improve_available_offline_performance">Files contained in an available offline folder will be refreshed only if they have been modified</string>

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

0 comments on commit 76726bf

Please sign in to comment.