Skip to content

Commit

Permalink
Added new contributions issues to calens and changed release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Feb 8, 2024
1 parent 7984744 commit 15744bb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
8 changes: 8 additions & 0 deletions changelog/4.2.0_2024-02-05/4177
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change: Migration to Media3 from Exoplayer

Media3 is the new home for Exoplayer, which has become a part of this library.
Media3 provides a more advanced and optimized media playback experience for users,
with improvements in performance and compatibility.

https://github.com/owncloud/android/issues/4157
https://github.com/owncloud/android/pull/4177
5 changes: 5 additions & 0 deletions changelog/4.2.0_2024-02-05/4263
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Prevent that two media files are playing at the same time

The player handles the audio focus shifts, pausing one player if another starts.

https://github.com/owncloud/android/pull/4263
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,11 @@ class ReleaseNotesViewModel(
ReleaseNote(
title = R.string.release_notes_4_2_0_title_10,
subtitle = R.string.release_notes_4_2_0_subtitle_10,
type = ReleaseNoteType.CHANGE,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_11,
subtitle = R.string.release_notes_4_2_0_subtitle_11,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_12,
subtitle = R.string.release_notes_4_2_0_subtitle_12,
type = ReleaseNoteType.BUGFIX,
),
)
Expand Down
14 changes: 6 additions & 8 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -743,14 +743,12 @@
<string name="release_notes_4_2_0_subtitle_7">Photos and videos from camera now saved inside spaces, not only in Personal</string>
<string name="release_notes_4_2_0_title_8">Manage password policy in live mode in Infinite Scale accounts</string>
<string name="release_notes_4_2_0_subtitle_8">Password policy for public links is handled in live mode with new items in the dialog</string>
<string name="release_notes_4_2_0_title_9">Merge network library as module</string>
<string name="release_notes_4_2_0_subtitle_9">The network library has been archived and integrated into the application architecture as a module</string>
<string name="release_notes_4_2_0_title_10">Migration to Media3 from Exoplayer</string>
<string name="release_notes_4_2_0_subtitle_10">Media3 is the new home for Exoplayer, which has become a part of this library</string>
<string name="release_notes_4_2_0_title_11">Prevent two media is playing at the same time</string>
<string name="release_notes_4_2_0_subtitle_11">The player handles the audio focus shifts, pausing one player if another starts</string>
<string name="release_notes_4_2_0_title_12">Minor bugfixes</string>
<string name="release_notes_4_2_0_subtitle_12">Some bugs were fixed to improve experience in the app</string>
<string name="release_notes_4_2_0_title_9">Video player improved</string>
<string name="release_notes_4_2_0_subtitle_9">A more advanced and optimized media playback experience for users, with improvements in performance and compatibility.</string>
<string name="release_notes_4_2_0_title_10">Prevent that two media files are playing at the same time</string>
<string name="release_notes_4_2_0_subtitle_10">The player handles the audio focus shifts, pausing one player if another starts</string>
<string name="release_notes_4_2_0_title_11">Minor bugfixes</string>
<string name="release_notes_4_2_0_subtitle_11">Some bugs were fixed to improve experience in the app</string>

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

0 comments on commit 15744bb

Please sign in to comment.