Releases: MFinkBK/XamarinCommunityToolkit
Releases · MFinkBK/XamarinCommunityToolkit
NuGet package Bk.Xamarin.CommunityToolkit 2.0.15
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
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
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
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
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
NuGet package Bk.Xamarin.CommunityToolkit 2.0.9
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
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