This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
Releases: adamfisher/Xamarin.Forms.VideoPlayer
Releases · adamfisher/Xamarin.Forms.VideoPlayer
Xamarin.Forms Video Player v3.1.0
Fixed NuGet packaging issue.
Xamarin.Forms Video Player v3.0.0
- Open source version of Xamarin.Forms Video Player!!! 🔓
Xamarin.Forms Video Player v2.2.0
- Added additional null checks to all native plaform renderer operations to prevent NullReferenceException errors (#83)(#110)
- Fixed the NET Standard library packaged with the UWP version to have a matching version number in the assembly's DLL meta data (#99)
- Fixed
TimeElapsedInterval
to fire on iOS and Android consistently at the specified time intervals (#100) - Fixed issue with video source throwing exception with .NET standard on UWP projects.
Xamarin.Forms Video Player v2.1.0
- Fixed bug with Android platform library exposing its own MainActivity entry point (#88)
Xamarin.Forms Video Player v2.0.0
Xamarin.Forms Video Player v1.2.3
- Made all public methods virtual so they can be overridden in VideoPlayerRenderer implementations.
- Tweaked iOS error handling to properly generate a status code when the error event fires.
Xamarin.Forms Video Player v1.2.2
- Removed Android resolution code causing exception on OrientationChange.
- Fixed Android null exception when no source is specified for the video view
Xamarin.Forms Video Player v1.2.1
Xamarin.Forms Video Player v1.2.0
- Added support for Xamarin Forms 2.3.2.127
- Fixed Android orientation change issue (#16)
- "Improved" Android video resolution appearing stretched (#2)
- Fixed iOS crashing when no source set (#18)
- Fixed bug with Android TimeElapsedInterval not firing properly.
- Fixed bug with Windows platforms TimeElapsedInterval not firing properly.
Xamarin.Forms Video Player v1.1.4
- Fixed license validation check failing on Windows implementation.