James Crutchley

Results 27 issues of James Crutchley

- ## Feature/Proposal ## #### Add Support for Subtitles to Media Element. ### Description of Change ### Adds subtitle support to Windows, Android, iOS, and Mac Catalyst. ### Linked Issues...

needs discussion
📽️ MediaElement

### Feature name Media Element Subtitles ### Link to discussion https://github.com/CommunityToolkit/Maui/discussions/1867 ### Progress tracker - [X] Android Implementation - [X] iOS Implementation - [X] MacCatalyst Implementation - [X] Windows Implementation...

approved
proposal
champion
📽️ MediaElement

can we have a `readonly struct record` instead of ValueTuples? _Originally posted by @pictos in https://github.com/CommunityToolkit/Maui/pull/1918#discussion_r1648287363_

📽️ MediaElement

Add support for Subtitles to Media Element. API: ```csharp /// /// Backing store for the property. /// public static readonly BindableProperty ParserProperty = BindableProperty.Create(nameof(CustomSubtitleParser), typeof(IParser), typeof(MediaElement), null); /// /// Backing...

Update for PR: https://github.com/CommunityToolkit/Maui/pull/2041

Regarding PR https://github.com/CommunityToolkit/Maui/pull/2260 Updated .gitignore to ignore the .vs directory used by Visual Studio. Expanded MediaElement.md with detailed instructions for editing the Info.plist file to support multiple scenes in Mac...

- Feature/Proposal Add Support for Full Screen Events for Windows, Android, iOS and Mac Catalyst. ### Description of Change ### Add event handlers to notify developer when full screen status...

📽️ MediaElement

### Description of Change ### Port Media Element to use Media 3 Binding from Xamarin AndroidX team. This will allow us to stop using deprecated methods and classes and move...

needs discussion
📽️ MediaElement
breaking change

- Bug fix ### Description of Change ### Improve layout and fullscreen handling for MediaElement - Wrap content in ScrollView in MediaElementCarouselViewPage.xaml - Replace Border with Grid in MediaElementCollectionViewPage.xaml -...

📽️ MediaElement

- Bug fix ### Description of Change ### Track window count and manage snackbar notifications Added a static `NumberOfWindows` property to the `Options` class to track the number of windows....

📽️ MediaElement