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

fix(deps): update androidxmediaversion to v1.4.1 #13503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

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

Release Notes

androidx/media (androidx.media3:media3-datasource-okhttp)

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 added 3. to review dependencies Pull requests that update a dependency file labels Sep 2, 2024
@renovate renovate bot changed the title fix(deps): update androidxmediaversion to v1.4.1 Update androidxMediaVersion to v1.4.1 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/androidxmediaversion branch from 3f4ea73 to 2e83f2c Compare September 5, 2024 19:28
@renovate renovate bot changed the title Update androidxMediaVersion to v1.4.1 fix(deps): update androidxmediaversion to v1.4.1 Sep 5, 2024
@renovate renovate bot changed the title fix(deps): update androidxmediaversion to v1.4.1 Update androidxMediaVersion to v1.4.1 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/androidxmediaversion branch from b2d2c73 to 36f5a4b Compare September 12, 2024 09:26
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/androidxmediaversion branch from 36f5a4b to 80de3f6 Compare September 23, 2024 12:37
Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/13503.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

Copy link

Codacy

Lint

TypemasterPR
Warnings5959
Errors33

SpotBugs

CategoryBaseNew
Bad practice6464
Correctness6363
Dodgy code297297
Experimental11
Internationalization77
Malicious code vulnerability11
Multithreaded correctness66
Performance5353
Security1818
Total510510

@renovate renovate bot changed the title Update androidxMediaVersion to v1.4.1 fix(deps): update androidxmediaversion to v1.4.1 Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants