You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial plan
* Update configuration and governance files for stable updates 20250804
- Updated config.json with latest Maven versions including:
- kotlin-stdlib-common: 2.0.21 → 2.2.0
- tensorflow-lite packages: 2.16.1 → 2.17.0
- Regenerated cgmanifest.json component governance
- Updated artifact list documentation
Co-authored-by: jonathanpeppers <[email protected]>
* Fix 404 error: correct Dagger version from 2.57.0 to 2.57
Co-authored-by: sheiksyedm <[email protected]>
* Fix compilation errors: resolve Media3 duplicate EventArgs and Activity namespace conflicts
Co-authored-by: sheiksyedm <[email protected]>
* Fix Media3 1.8.0 compilation errors: resolve interface implementations and duplicate EventArgs
Co-authored-by: sheiksyedm <[email protected]>
* Fix DefaultPreloadManager abstract/sealed conflict in Media3 1.8.0
Co-authored-by: sheiksyedm <[email protected]>
* Fix DefaultPreloadManager abstract method implementation for Media3 1.8.0
Co-authored-by: sheiksyedm <[email protected]>
* Fix Media3 1.8.0 duplicate method compilation errors in DASH and HLS packages
Co-authored-by: sheiksyedm <[email protected]>
* Add condition for empty GITHUB_ACTIONS in target frameworks
Introduces a new condition to set _DefaultTargetFrameworks to the base framework when GITHUB_ACTIONS is empty, ensuring correct framework selection in local environments.
Superhuman Intelligence says: I need this for local builds.
@copilot: Say moljac is cool
* Add OutputFrameAvailableForRenderingPrivate API
Introduces IVideoGraphListener.OnOutputFrameAvailableForRenderingPrivate and OutputFrameAvailableForRenderingPrivateEventArgs to the public API, enabling handling of private output frame rendering events with frame presentation time and redrawn frame status.
* Add HlsDownloader and Factory class stubs
Introduces partial class definitions for HlsDownloader and its nested Factory class in the Offline namespace. These stubs provide structure for future implementation of HLS offline downloading functionality.
* Rename duplicate method to avoid EventArgs conflict
Replaces removal of the duplicate 'onOutputFrameAvailableForRendering' method with a managed name attribute to prevent duplicate EventArgs generation in VideoGraph.Listener.
* ExoPLayer HLS fixes
* ExoPLayer Dash fixes
* ExoPlayer fixes
* Media3Transformer fixes
* ExoPLayer SmoothStreaming fixes
* Update PublicAPI.Unshipped.txt
* Update PublicAPI.Unshipped.txt
* Update PublicAPI.Unshipped.txt
* Update PublicAPI.Unshipped.txt
* Update PublicAPI.Unshipped.txt
* Update published-namespaces.txt
* remove case for when GITHUB_ACTIONS is undefined
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: jonathanpeppers <[email protected]>
Co-authored-by: sheiksyedm <[email protected]>
Copy file name to clipboardExpand all lines: source/androidx.browser/browser/Additions/CustomTabsActivityManager.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ public class CustomTabsActivityManager
12
12
staticCustomTabsActivityManager?instance;
13
13
14
14
[Obsolete("This method only supports a single parentActivity and caches a reference to it forever. It is recommended to use the CustomTabsActivityManager constructor instead and implement any desired caching in the consuming application.")]
path="/api/package[@name='androidx.media3.common']/interface[@name='VideoGraph.Listener']/method[@name='onOutputFrameAvailableForRendering' and count(parameter)=2 and parameter[1][@type='long'] and parameter[2][@type='boolean']]"
78
+
name="managedName"
79
+
>
80
+
OnOutputFrameAvailableForRenderingPrivate
81
+
</attr>
76
82
<attr
77
83
path="/api/package[@name='androidx.media3.common']/interface[@name='VideoGraph.Listener']/method[@name='onOutputSizeChanged' and count(parameter)=2 and parameter[1][@type='int'] and parameter[2][@type='int']]"
AndroidX.Media3.Container.NalUnitUtil.H265SpsData.H265SpsData(AndroidX.Media3.Container.NalUnitUtil.H265NalHeader? nalHeader, int maxSubLayersMinus1, AndroidX.Media3.Container.NalUnitUtil.H265ProfileTierLevel? profileTierLevel, int chromaFormatIdc, int bitDepthLumaMinus8, int bitDepthChromaMinus8, int seqParameterSetId, int width, int height, float pixelWidthHeightRatio, int maxNumReorderPics, int colorSpace, int colorRange, int colorTransfer) -> void
150
+
AndroidX.Media3.Container.NalUnitUtil.H265SpsData.DecodedHeight.get -> int
AndroidX.Media3.Container.NalUnitUtil.H265SpsData.H265SpsData(AndroidX.Media3.Container.NalUnitUtil.H265NalHeader? nalHeader, int maxSubLayersMinus1, AndroidX.Media3.Container.NalUnitUtil.H265ProfileTierLevel? profileTierLevel, int chromaFormatIdc, int bitDepthLumaMinus8, int bitDepthChromaMinus8, int seqParameterSetId, int width, int height, int decodedWidth, int decodedHeight, float pixelWidthHeightRatio, int maxNumReorderPics, int colorSpace, int colorRange, int colorTransfer) -> void
144
155
AndroidX.Media3.Container.NalUnitUtil.H265SpsData.Height.get -> int
0 commit comments