Skip to content

Releases: MFinkBK/XamarinCommunityToolkit

NuGet package Bk.Xamarin.CommunityToolkit 2.0.15

25 Sep 13:11
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.15

Changes:

  • fixed crash in CameraView on UWP when moving the zoom slider and not respecting the zoom control's step size
  • UWP: also using ZoomTransitionMode.Direct instead of ZoomTransitionMode.Smooth to have direct camera preview feedback when using a slider control for zoom
  • fixed changing flash mode on Android when capturing photo and preview is currently displaying

NuGet package Bk.Xamarin.CommunityToolkit 2.0.14

25 Sep 10:26
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.14

Changes:

  • fixed potential crash in CameraView on Android when device is rotated

NuGet package Bk.Xamarin.CommunityToolkit 2.0.13

17 Jun 10:23
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.13

Changes:

  • fixed crash in CameraView when rotating the device and the CameraFragment is not cleaned up properly
  • also fixed un-catch-able NullReferenceException

NuGet package Bk.Xamarin.CommunityToolkit 2.0.12

15 May 09:27
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.12

Changes:

  • when rotating photos on Android, discard the original image earlier
  • when CameraView.IsVisible is modified, pause or resume camera preview on Android
  • on UWP, recognize external cameras when they have a null EnclosureLocation; tested with a "Logi C615 HD WebCam"
  • added new property AutoRotatePhoto to CameraView, default value "true"; when set to false, the camera image is not rotated automatically, but the rotation angle is returned in MediaCapturedEventArgs

NuGet package Bk.Xamarin.CommunityToolkit 2.0.11

07 Feb 10:43
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.11

Changes:

  • fixed camera preview image when rotating from landscape to portrait on Android
  • fixed orientation of camera result image on iOS

Changes from original Xamarin.CommunityToolkit repository:

  • PopupRenderer: check for isDisposed in OnElementPropertyChanged before taking action. (issue 1947)
  • Fix tab view item font family (ios and uwp) (issue 1979)

NuGet package Bk.Xamarin.CommunityToolkit 2.0.10

07 Feb 10:37
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.10

Changes:

  • Android camera: fix 0 degrees rotation. (#3)
  • Windows camera: avoid crashes in some scenarios (#4)

NuGet package Bk.Xamarin.CommunityToolkit 2.0.9

04 May 09:50
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.9

Changes:

  • merged all changes from official Xamarin.CommunityToolkit 2.0.6
  • CameraView: use the highest video preview resolution, not the default one
  • CameraView: set Available property to true when the CameraView gains camera access on UWP
  • CameraView: handle other exceptions when calling MediaCapture.InitializeAsync() on UWP

NuGet package Bk.Xamarin.CommunityToolkit 2.0.6

23 Feb 17:19
Compare
Choose a tag to compare

NuGet package built by this repository:
Bk.Xamarin.CommunityToolkit 2.0.6

Changes:

  • CameraView: use orientation of device to rotate the preview of the camera image and the result image on UWP
  • CameraView: fixed leak on UWP not cleaning up MediaCapture object for preview