- Turned on network loading of assets.
- Fixed thumbnail loading wrong images.
- Converted icons to use native drawing code.
- Converted picker to use sub view controllers.
- Added basic support for pasted animated GIFs.
- Fixed loading assets from iCloud.
- Fixed thumbnail loading.
- Converted icons to use runtime drawing instead of PNGs.
- Added the ability to limit asset count.
- Fixed
hidesSelectAll
.
- Reorganized the project for better compatibility with Carthage.
- Fixed detail title view layout. Thanks again Alexsander Akers.
- Added an option to suppress the "Select All" button. Thanks to Martin J. Rehder.
A big thanks to Alexsander Akers on this release for all of his pull requests.
- Added nullability and generics annotations.
- Refactored auto layout constraints to use iOS 8 compatible API.
- Prefix category methods to prevent namespace collisions.
- Fix for asset selection persistence issues.
- Add ability to customize selected asset badge image.
Note that if you were using any of the extensions provided by this framework, they are now prefixed with
tnk_
.
- Added support for shared albums.
- Increased thumbnail size.
- Fixed bug related to setting selected assets.
- Changed image picker to select on tap. A user can preview an image fullscreen by long pressing on the thumbnail.
- Added accessibility labels for photos.
- Fixed
mediaTypes
filter (1556ff01d85e8e756f9a6c40cc531fe5cad461a1, 92a6aa1fe9204cb295764035e723b0ddb91f6d42). - Fixed asset image loading (c97fc4de3cd3ea76fcbfbbce3337f34307826ce2).
- Added ability to customize the asset detail view controller (37f4aa31d4c6f87c756bad4548b81a11065d1ec2).
- Fixed custom asset view controller class handling (1127d80bf7a198492a6f0305c7e34217c4cd59ef).
- Added notifications for displaying assets (473bf99c2752890cf2c8b9eb08e884e344887ed8).
- Added state restoration (737e8bbff3103b19338d332e69e2ab4ac60a748d).
- Fixed fullscreen image view swiping (276bda5b51b17751865ca945235713cb2dd15471).