Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update media3 to v1.4.1 #3344

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Update media3 to v1.4.1 #3344

merged 1 commit into from
Aug 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.media3:media3-ui 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.media3:media3-exoplayer 1.4.0 -> 1.4.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

androidx/media (androidx.media3:media3-ui)

v1.4.1

Compare Source

This release includes the following changes since the
1.4.0 release:

  • ExoPlayer:
    • Handle preload callbacks asynchronously in PreloadMediaSource
      (#​1568).
    • Allow playback regardless of buffered duration when loading fails
      (#​1571).
  • Extractors:
    • MP3: Fix Searched too many bytes error by correctly ignoring trailing
      non-MP3 data based on the length field in an Info frame
      (#​1480).
  • Text:
    • TTML: Fix handling of percentage tts:fontSize values to ensure they
      are correctly inherited from parent nodes with percentage tts:fontSize
      values.
    • Fix IndexOutOfBoundsException in LegacySubtitleUtil due to
      incorrectly handling the case of the requested output start time being
      greater than or equal to the final event time in the Subtitle
      (#​1516).
  • DRM:
    • Fix android.media.MediaCodec$CryptoException: Operation not supported in this configuration: ERROR_DRM_CANNOT_HANDLE error on API 31+ devices
      playing L1 Widevine content. This error is caused by an incomplete
      implementation of the framework
      MediaDrm.requiresSecureDecoder
      method (#​1603).
  • Effect:
    • Add a release() method to GlObjectsProvider.
  • Session:
    • Transform a double-tap of KEYCODE_HEADSETHOOK into a 'seek to next'
      action, as
      documented
      (#​1493).
    • Handle KEYCODE_HEADSETHOOK as a 'play' command in
      MediaButtonReceiver when deciding whether to ignore it to avoid a
      ForegroundServiceDidNotStartInTimeException
      (#​1581).
  • RTSP Extension:
    • Skip invalid Media Descriptions in SDP parsing
      (#​1087).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 27, 2024 12:57
@renovate renovate bot removed the request for review from a team August 27, 2024 12:57
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Aug 27, 2024
@renovate renovate bot requested a review from bmarty August 27, 2024 12:57
Copy link

sonarcloud bot commented Aug 27, 2024

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.69%. Comparing base (6ca93a2) to head (dea0567).
Report is 17 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3344   +/-   ##
========================================
  Coverage    82.69%   82.69%           
========================================
  Files         1681     1681           
  Lines        39415    39415           
  Branches      4787     4787           
========================================
  Hits         32594    32594           
  Misses        5146     5146           
  Partials      1675     1675           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bmarty bmarty added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Aug 28, 2024
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Aug 28, 2024
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/yKoknH

@bmarty bmarty merged commit 90ac43a into develop Aug 28, 2024
33 checks passed
@bmarty bmarty deleted the renovate/media3 branch August 28, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant