3.4.1 (2016-10-25)
-
Added french language.
-
Updated the condition of isInCloud.
-
Add CryptoSwift lib in order to the DKAsset has a unique identifier.
-
Improve scroll performance.
-
Fix crash issue.
-
Added support for asset editing.
-
Fix an issue that may cause arrow does not appear.
3.4.0 (2016-09-18)
- Migrating to swift3
3.3.4 (2016-08-16)
- Fixed an issue may cause singleSelect doesn't work as it should.
3.3.3 (2016-08-08)
-
Added Carthage support
-
Added Urdu lozalization
-
Added German localization
-
Added
deselectAssetAtIndex
anddeselectAsset
. -
Added
deselectAllAssets
. -
Fixed an issue may cause
takePicture
is incorrect. -
If a camera is not available, don't pops-up "Max photos limit reached".
-
The
didCancel
anddidSelectAssets
are executed after completion. -
Updated DKImagePickerControllerDefaultUIDelegate interface.
-
Rename
unselectedImage
todeselectImage
. -
Rename
selectedImage
toselectImage
. -
Replace tags with spaces.
3.3.2 (2016-06-20)
Merged pull requests:
-
Fixed an issue that can cause memory leaks to DKAssetGroupDetailVC.
-
Fixed an issue that may cause the backgroundColor of the DKAssetGroupDetail's view is incorrect.
3.3.1 (2016-06-19)
Merged pull requests:
- Fixed an issue that may cause crash when an asset group doesn't know its totalCount.
3.3.0 (2016-06-17)
Merged pull requests:
-
Fix the thumbnails have low quality.
-
Added Turkish localization support.
-
Added footer view.
-
Removed picker singleton.
-
Updated DKImagePickerControllerDefaultUIDelegate.
3.2.1 (2016-05-23)
Merged pull requests:
-
Add Russian translation.
-
Fixed an issue may cause popoverView show in incorrect position.
-
Optimized memory usage with large files.
-
Added support for Slow Motion.
3.2.0 (2016-05-02)
Merged pull requests:
-
Supports accessing sourceType in Objective-C.
-
Added auto download for AVAsset if locally unavailable.
-
Making checkCameraPermission public in DKImagePickerControllerDefault.
-
Added support for custom cancel button and done button.
-
Fixed dismiss of camera.
-
Added alertview on maxlimit reach.
-
Added supports for custom UICollectionViewLayout.
3.1.3 (2016-04-01)
Merged pull requests:
-
Added support for custom camera based UINavigationController.
-
Added video support for custom camera.
3.1.2 (2016-04-01)
Merged pull requests:
-
Fixed an issue that will cause the didSelectAssets block is called twice.
-
Added support for custom predicate to assets.
-
Optimized for fetching original image.
-
The fetchImageWithSize fetching image with .AspectFit.
-
Fixed an issue that may cause the popover not display as rounded.
3.1.1 (2016-03-18)
Merged pull requests:
- Fixed an issue that may cause crash when user not authorized camera access.
3.1.0 (2016-03-17)
Merged pull requests:
-
Added support for custom camera.
-
Added support for UIDelegate.
-
Added a function to sync fetch an AVAsset.
-
Fixed an issue that may cause crashing when downloading image from iCloud.
3.0.11 (2016-02-27)
Merged pull requests:
- Added a PHVideoRequestOptions API to fetch AVAsset.
Closed issues:
- Synchronous options for multiple video fetch #76
3.0.10 (2016-02-04)
Merged pull requests:
- Added possibility to deselect all selected assets when showing a single instance picker.
Closed issues:
- Possibility to deselect assets when displaying picker for second time. #69
3.0.9 (2016-01-29)
Merged pull requests:
- Fixed an issue that cause showsCancelButton flag is ignored.
Closed issues:
- showsCancelButton has no effect if set before presenting the view controller #66
3.0.8 (2016-01-21)
Merged pull requests:
- Fixed an issue that cause crash when a user taps on front facing camera to focus.
3.0.7 (2016-01-21)
Merged pull requests:
- Updated DKCamera.
3.0.6 (2016-01-20)
Merged pull requests:
- Added a function to sync fetch the full-screen image and the original image.
3.0.5 (2016-01-17)
Merged pull requests:
-
Added support for iPad.
-
Added support for landscape.
-
Updated fetching targetSize for full-screen image.
-
Make DKAssetGroup public.
3.0.4 (2015-12-28)
Closed issues:
- Cannot use DKAsset.fetchImageWithSize with iCloud photos (Perhaps?) #58
Merged pull requests:
-
Improved performance when getting list of images.
-
Added support for iCloud.
-
Improved support for iCloud and updated
fetchImage...
interface that added handling forinfo
.
3.0.3 (2015-12-25)
Merged pull requests:
- Fixed an issue that may cause full screen image is incorrect.
3.0.2 (2015-12-24)
Merged pull requests:
- Updated the defaultImageRequestOptions.
3.0.1 (2015-12-22)
Merged pull requests:
- Added default request option.
Implemented enhancements:
- CompleteBlock executes twice #54
3.0.0 (2015-12-18)
Closed issues:
- Update AssetsLibrary to Photos framework, deprecated #47
- Crash when trying to force unwrap fullResolution image when there is only nil #37
- Please Allow Camera Access shows in camera view even if accepted allowing access. #31
- Hide album "My photo stream" #25
Merged pull requests:
- Added
defaultAssetGroup
. - Added
assetGroupTypes
. - Added
showsEmptyAlbums
. - Update to Photos framework.
- Removed AssetsLibrary framework.
- Added
DKImageManager
to separate data access from business logic. - Added
DKGroupDataManager
andDKBaseManager
. - Added empty album image.
2.4.3 (2015-12-11)
Closed issues:
- DKImagePickerControllerAssetType not visible in Objective-C #49
2.4.2 (2015-12-10)
Closed issues:
- Change Default Folder #50
- Getting the right orientation of asset #48
- Suggestion, Add "Cancel" button on picker #44
- Problem when show more than one time the picker #40
Merged pull requests:
- Update README #46 (zhangao0086)
- A user can show the "cancel" button via an optional property. #45 (zhangao0086)
2.4.1 (2015-11-19)
Merged pull requests:
- Bumping version to 2.4.0 #43 (zhangao0086)
2.4.0 (2015-11-16)
Closed issues:
Merged pull requests:
- Develop #42 (zhangao0086)
- Improving UI if authorization status changed.
- Fixes an issue that cause the thumbnail of the asset is blurred.
- Allow Selection of No Photos #41 (AnthonyMDev)
- Adding a convenient way to get the create date of selected asset. #39 (zhangao0086)
2.3.7 (2015-11-08)
Closed issues:
- didRotateFromInterfaceOrientation was deprecated in iOS 8.0 #27
Merged pull requests:
- temporarily suppressed the deprecated warning #36 (zhangao0086)
2.3.6 (2015-10-28)
Closed issues:
- Return nil a video with asset.url #34
Merged pull requests:
- add a method to get the raw data of the selected asset. #35 (zhangao0086)
2.3.5 (2015-10-27)
Closed issues:
- Deselecting photos does not update the numbering. #32
Merged pull requests:
- Fixed an issue that not update the numbering when deselecting photos. #33 (zhangao0086)
2.3.1 (2015-10-25)
Merged pull requests:
- Develop #30 (zhangao0086)
- Customize the navigation bar
- Fixed a bug that may cause
- Performance improvement
2.3.0 (2015-10-18)
Fixed bugs:
Closed issues:
Merged pull requests:
- Added ability to customize asset group types for enumeration #23 (scottdelly)
- Added ability to auto close the image picker after selecting a single image #22 (scottdelly)
- Some minor english language corrections and swift optional block optimizations #21 (scottdelly)
- Swift2.0 #17 (zhangao0086)
2.2.0 (2015-09-17)
Closed issues:
- Swift 2.0 compatibility #15
Merged pull requests:
- Updated demo #13 (zhangao0086)
2.1.0 (2015-09-04)
Closed issues:
Merged pull requests:
- Develop #12 (zhangao0086)
- Added supports for 7.1
- Added hidesCamera
- Quickly take a picture
2.0.0 (2015-08-27)
Closed issues:
Merged pull requests:
- Develop #8 (zhangao0086)
- Added selected and unselected style
- Added resource file
- Updated localized strings
- Added permission warning for Photo
- Optimize the selectAssetGroup function
- Added detected for video
- Added style for video
- Improve animation
- Updated access permission
- Added control for picking type
- Added function whether allows to select photos and videos at the same time.
- Updated podspec
- Added .travis.yml
- Optimize codes
1.1.0 (2015-07-28)
Closed issues:
- how to set only 20 limit selected Image #4