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:
08f1525b6e
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
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [androidx.media3:media3-ui](https://togithub.com/androidx/media) |
`1.2.1` -> `1.3.0` |
[](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://togithub.com/androidx/media)
| `1.2.1` -> `1.3.0` |
[](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://togithub.com/androidx/media)
| `1.2.1` -> `1.3.0` |
[](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.3.0`](https://togithub.com/androidx/media/blob/HEAD/RELEASENOTES.md#130-2024-03-06)
[Compare
Source](https://togithub.com/androidx/media/compare/1.2.1...1.3.0)
This release includes the following changes since the
[1.2.1 release](#​121-2024-01-09):
- Common Library:
- Implement support for `android.resource://package/[type/]name` raw
resource URIs where `package` is different to the package of the current
application. This has always been documented to work, but wasn't
correctly implemented until now.
- Normalize MIME types set by app code or read from media to be fully
lower-case.
- Define ads with a full `MediaItem` instead of a single `Uri` in
`AdPlaybackState`.
- Increase `minSdk` to 19 (Android KitKat). This is
[aligned with all other AndroidX
libraries](https://android-developers.googleblog.com/2023/10/androidx-minsdkversion-19.html),
and is required for us to upgrade to the latest versions of our AndroidX
dependencies.
- Populate both `artworkUri` and `artworkData` in
`MediaMetadata.Builder.populate(MediaMetadata)` when at least one of
them is non-null
([#​964](https://togithub.com/androidx/media/issues/964)).
- ExoPlayer:
- Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to
preload a content media source at a specific start position before
playback. `PreloadMediaSource` takes care of preparing the content media
source to receive the `Timeline`, preparing and caching the period at
the given start position, selecting tracks and loading media data for
the period. Apps control the preload progress by implementing
`PreloadMediaSource.PreloadControl` and set the preloaded source to the
player for playback.
- Add `ExoPlayer.setImageOutput` that allows apps to set
`ImageRenderer.ImageOutput`.
- `DefaultRenderersFactory` now provides an `ImageRenderer` to the
player
by default with null `ImageOutput` and `ImageDecoder.Factory.DEFAULT`.
- Emit `Player.Listener.onPositionDiscontinuity` event when silence is
skipped ([#​765](https://togithub.com/androidx/media/issues/765)).
- Add experimental support for parsing subtitles during extraction. You
can enable this using
`MediaSource.Factory.experimentalParseSubtitlesDuringExtraction()`.
- Support adaptive media sources with `PreloadMediaSource`.
- Implement `HttpEngineDataSource`, an `HttpDataSource` using the
[HttpEngine](https://developer.android.com/reference/android/net/http/HttpEngine)
API.
- Prevent subclassing `CompositeSequenceableLoader`. This component was
[previously made
extensible](
|
2 years ago | |
|---|---|---|
| .. | ||
| wrapper | Update dependency gradle to v8.6 (#4271) | 2 years ago |
| libs.versions.toml | Update androidx.media3 to v1.3.0 (#4313) | 2 years ago |