Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Releases: adamfisher/Xamarin.Forms.VideoPlayer

Xamarin.Forms Video Player v3.1.0

25 Jun 03:13
Compare
Choose a tag to compare

Fixed NuGet packaging issue.

Xamarin.Forms Video Player v3.0.0

20 Jun 03:47
Compare
Choose a tag to compare
  • Open source version of Xamarin.Forms Video Player!!! 🔓

Xamarin.Forms Video Player v2.2.0

28 May 19:10
Compare
Choose a tag to compare
  • 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

19 Jan 04:28
Compare
Choose a tag to compare
  • Fixed bug with Android platform library exposing its own MainActivity entry point (#88)

Xamarin.Forms Video Player v2.0.0

27 Dec 19:19
Compare
Choose a tag to compare
  • Added support for Xamarin Forms 2.5.0
  • Migrated to .NET Standard 1.4 (#80)
  • Updated namespacing to start with "Octane.Xamarin.Forms.VideoPlayer" (#23)
  • Removed Windows Phone support in favor of UWP going forward.
  • Fixed license validation failing for non-English languages. (#40)

Xamarin.Forms Video Player v1.2.3

02 Mar 13:26
Compare
Choose a tag to compare
  • 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

08 Feb 02:59
Compare
Choose a tag to compare
  • 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

08 Feb 02:22
Compare
Choose a tag to compare
  • Tweaked autoplay on iOS to wait for a PlayerItem to be ready to play instead of the player. (#35)
  • Added check for valid Android MediaPlayer state before computing the player's new dimensions on orientation change (#33)
  • Fixed linker issues (#29) and (#32)

Xamarin.Forms Video Player v1.2.0

08 Feb 02:21
Compare
Choose a tag to compare
  • 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

08 Feb 02:20
Compare
Choose a tag to compare
  • Fixed license validation check failing on Windows implementation.