Skip to content

Commit

Permalink
feat: added release note
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Sep 24, 2024
1 parent 1205d8b commit b198cfd
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 @@ -70,6 +70,11 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_4_4_6_4_bugfixes_subtitle,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_4_4_0_title_audio_player_android14,
subtitle = R.string.release_notes_4_4_0_subtitle_audio_player_android14,
type = ReleaseNoteType.BUGFIX
),
)
}
}
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 @@ -737,6 +737,8 @@

<string name="release_notes_4_4_6_4_bugfixes_title">List filtering after rotating device</string>
<string name="release_notes_4_4_6_4_bugfixes_subtitle">Configuration changes have been handled when rotating the device so that list filtering works</string>
<string name="release_notes_4_4_0_title_audio_player_android14">Audio player problems</string>
<string name="release_notes_4_4_0_subtitle_audio_player_android14">Devices with Android 14+ can now play correctly audio files in the app</string>

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

0 comments on commit b198cfd

Please sign in to comment.