mirror of https://github.com/tuskyapp/Tusky.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
8ad5609aef
develop
expired-auth
green-version-code-always-increase
hide-bots-in-timelines
main
poll-dialog-dismiss
prefs
preview-improvements
renovate/androidx.fragment
renovate/glide.animation.plugin
renovate/gradle-8.x
renovate/image.cropper
renovate/major-unified.push
renovate/org.jlleitschuh.gradle.ktlint-12.x
renovate/unified.push
rfc-issue-triage
simple-sse-2
unified-push-upgrade
view-update-on-tl-cache
v1.0.0
v1.0.0-alpha.1
v1.0.0-alpha.2
v1.0.0-alpha.3
v1.0.0-alpha.4
v1.0.0-alpha.5
v1.0.0-alpha.6
v1.0.0-alpha.7
v1.0.0-alpha.8
v1.0.1
v1.0.2
v1.0.3
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.1.4
v1.1.4-beta.1
v1.1.4-beta.3
v1.1.4-beta.4
v1.1.4-beta.5
v1.1.4-beta.6
v1.1.4-beta.7
v1.2.0
v1.2.1
v1.3.0
v1.3.1
v1.4.0
v1.4.1
v1.5.0
v1.5.1
v1.5.2
v1.6.0
v1.6.1
v1.7.0
v1.8.0
v10.0
v10.0-beta.1
v11.0
v11.0-beta.1
v12.0
v12.0-beta.1
v12.1
v13.0
v13.0-beta.1
v13.1
v14.0
v14.0-beta.1
v15.0
v15.0-beta.1
v15.1
v16.0
v16.0-beta.1
v16.0-beta.2
v16.0-beta.3
v17.0
v17.0-beta.1
v18.0
v18.0-beta.1
v19.0
v19.0-beta.1
v19.0-beta.2
v2.0
v2.0-beta.1
v2.0-beta.2
v2.1
v2.2
v2.3
v20.0
v20.0-beta.1
v20.0-beta.2
v21.0
v21.0-beta.1
v21.0-beta.2
v22.0
v22.0-beta.1
v22.0-beta.2
v22.0-beta.3
v22.0-beta.4
v22.0-beta.5
v22.0-beta.6
v22.0-beta.7
v23.0
v23.0-beta.1
v23.0-beta.2
v24.0
v24.0-beta.1
v24.1
v24.1-beta.1
v25.0
v25.0-beta.1
v25.1
v25.2
v26.0
v26.0-beta.1
v26.1
v26.2
v27.0
v27.0-beta.1
v27.1
v27.2
v28.0
v28.0-beta.1
v29.0
v29.0-beta.1
v3.0
v3.0-beta.1
v3.0-beta.2
v3.1
v4.0
v4.0-beta.1
v4.1
v5.0
v5.0-beta.1
v5.1
v5.2
v6.0
v6.0-beta.1
v6.1
v7.0
v7.0-beta.1
v7.1
v8.0
v8.0-beta.1
v8.1
v9.0
v9.0-beta.1
v9.1
${ noResults }
Tusky/gradle
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.media3:media3-ui](https://redirect.github.com/androidx/media) | `1.6.0` -> `1.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.media3:media3-datasource-okhttp](https://redirect.github.com/androidx/media) | `1.6.0` -> `1.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.media3:media3-exoplayer](https://redirect.github.com/androidx/media) | `1.6.0` -> `1.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>androidx/media (androidx.media3:media3-ui)</summary> ### [`v1.6.1`](https://redirect.github.com/androidx/media/blob/HEAD/RELEASENOTES.md#161-2025-04-14) [Compare Source](https://redirect.github.com/androidx/media/compare/1.6.0...1.6.1) This release includes the following changes since the [1.6.0 release](#​160-2025-03-26): - Common Library: - Add `PlaybackParameters.withPitch(float)` method for easily copying a `PlaybackParameters` with a new `pitch` value ([#​2257](https://redirect.github.com/androidx/media/issues/2257)). - ExoPlayer: - Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item ([#​2229](https://redirect.github.com/androidx/media/issues/2229)). - Fix issue where `ProgressiveMediaPeriod` throws an `IllegalStateException` as `PreloadMediaSource` attempts to call its `getBufferedDurationUs()` before it is prepared ([#​2315](https://redirect.github.com/androidx/media/issues/2315)). - Fix sending `CmcdData` in manifest requests for DASH, HLS, and SmoothStreaming ([#​2253](https://redirect.github.com/androidx/media/pull/2253)). - Ensure `AdPlaybackState.withAdDurationsUs(long[][])` can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null ([#​2267](https://redirect.github.com/androidx/media/issues/2267)). - Extractors: - MP4: Parse `alternate_group` from the `tkhd` box and expose it as an `Mp4AlternateGroupData` entry in each track's `Format.metadata` ([#​2242](https://redirect.github.com/androidx/media/issues/2242)). - Audio: - Fix offload issue where the position might get stuck when playing a playlist of short content ([#​1920](https://redirect.github.com/androidx/media/issues/1920)). - Session: - Lower aggregation timeout for platform `MediaSession` callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value. - Fix issue where notifications reappear after they have been dismissed by the user ([#​2302](https://redirect.github.com/androidx/media/issues/2302)). - Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have `COMMAND_GET_TIMELINE` available while `COMMAND_GET_CURRENT_MEDIA_ITEM` is available and the wrapped player is empty ([#​2320](https://redirect.github.com/androidx/media/issues/2320)). - Fix a bug where calling `MediaSessionService.setMediaNotificationProvider` is silently ignored after other interactions with the service like `setForegroundServiceTimeoutMs` ([#​2305](https://redirect.github.com/androidx/media/issues/2305)). - UI: - Enable `PlayerSurface` to work with `ExoPlayer.setVideoEffects` and `CompositionPlayer`. - Fix bug where `PlayerSurface` can't be recomposed with a new `Player`. - HLS extension: - Fix issue where chunk duration wasn't set in `CmcdData` for HLS media, causing an assertion failure when processing encrypted media segments ([#​2312](https://redirect.github.com/androidx/media/issues/2312)). - RTSP extension: - Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP ([#​1484](https://redirect.github.com/androidx/media/issues/1484)). - Cast extension: - Add support for playlist metadata ([#​2235](https://redirect.github.com/androidx/media/pull/2235)). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
11 months ago | |
|---|---|---|
| .. | ||
| wrapper | chore(deps): update dependency gradle to v8.13 (#4946) | 1 year ago |
| libs.versions.toml | Update androidx.media3 to v1.6.1 (#5059) | 11 months ago |
| verification-metadata.xml | Update androidx.media3 to v1.6.1 (#5059) | 11 months ago |