- Added option to record audio with video
- Rotate images and video correctly if device is rotated before recording video or shooting image
- Added possibility of deleting images and video
- Show less of Image/Video preview when it is pushed up
- Dim Image/Video preview when pushed up to prevent stealing visual focus
- Move the pan gesture out to entire view, instead of only CollectionView, which enables pan down to reveal preview
- Fix blank album view after accepting Photo Library permission
- Fix wrong aspect ration on album view cells
- Fix missing iOS 10 specific strings in Info.plist in sample
- Remove old asset specifications in csproj, fixes build on newer Xamarin versions
- Fix UnauthorizedAccessException in sample
- General cleanup
- Added callback with which MediaItem was deleted
- XML doc
- Fix crash when deleting videos
- Optional Action Sheet when deleting in Local Files
- Fill cells in AlbumView for videos instead of fitting
- Fix null reference exception in rare cases where UIImage is null when scaling
- PR#17 Added ability to choose what type of Media to show. Thanks to @Prin53
- Renamed ChafuMediaType to MediaType
- Exposed MediaType properties in ViewControllers to utilize PR#17
- Now also builds on Bitrise
- Now also builds Sample on every CI build
- Added Face Detection. You can opt out and customize border through Configuration
- Added yaw and roll to face detection rectangle
- Make rectangle transitions more smooth by reusing CALayers
- Fix crash when all images are deleted in LocalFilesDataSource
- Added InitialSelectedImagePath to choose what image is selected initially
- Potential fix for first image not being selected in LocalFilesDataSource leaving ImageCropView blank until image is manually selected
- Added XML doc
- Fixed image not selected in AlbumViewController on first appearance
- Added InitialSelectedImagePath to AlbumViewController and ChafuViewController. It is used with LocalFilesDataSource for selecting the initial image. This property, needs to be set before ViewDidAppear is called, so before the ViewController is presented.
- Normalizing paths before comparing for InitialSelectedImagePath