The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.
None.
None.
None.
None.
- Allow camera use when limited photo library permission is granted [#419]
- Fix WPMediaPickerViewController crash when reloading collection view items [#414]
- Fix
WPMediaPickerViewController
crash when performing batch updates [#412]
- Fix a possible crash when displaying an empty view [#409]
- Fix empty view position to avoid message disappearing when keyboard shows up. [#399]
Versions below this precede the Keep a Changelog-inspired formatting.
- Fix a crash that happens during an incremental update to a large media library. [#398]
- Add this changelog file [#396]
- Fix issue where incorrect thumbnails are displayed during incremental updates.
Released on 2022-01-10. All issues associated with this milestone can be found using this filter.
- Fix crashing error when trying to access the Media Library for the first time. #375
Released on 2021-10-22. All issues associated with this milestone can be found using this filter.
- Update minimum version of supported iOS to be iOS 13.0
Released on 2019-10-18. All issues associated with this milestone can be found using this filter.
- Fix image/photo capture when it's done with the device rotated. #337 #338
Released on 2019-10-18. All issues associated with this milestone can be found using this filter.
- Fix bug where VC present after selection was being changed by selection updates. #353
Released on 2019-09-09. All issues associated with this milestone can be found using this filter.
- Update code to have as minimum working version iOS 11.
Released on 2019-06-14. All issues associated with this milestone can be found using this filter.
- Sorting of user albums alphabetically. #329
- Fix selection frame when rotating device. #332
- Fix asset display on device. #333
Released on 2019-05-01. All issues associated with this milestone can be found using this filter.
- Add new method to WPMediaCollectionDataSource protocol to allow for checking changes on the groups of the data source. This allow improving refresh on the WPMediaGroupViewController so that it only refresh when the group changes instead of when the assets of a group change. #322 #323
Released on 2019-04-24. All issues associated with this milestone can be found using this filter.
- If no details of the changes are made available on PHDataSource send a change notification with the proper variable state set. Make sure observers are removed and readded when datasource changes. #305 #321
Released on 2018-06-21. All issues associated with this milestone can be found using this filter.
- Check for nil for empty View Controller. #304
Released on 2018-06-21. All issues associated with this milestone can be found using this filter.
- Added the possibility to use a View Controller for the empty state. #303
Released on 2018-06-21. All issues associated with this milestone can be found using this filter.
- Added the possibility to configure a badge on the top left of the media cells. Good to display extra info about the media object. #295 #296 #299
- It's now possible to configure the display of the each media on the carrousel view. #300
Released on 2018-05-09. All issues associated with this milestone can be found using this filter.
- Fix crash when updating collection view from partial changes. #293
Released on 2018-04-30. All issues associated with this milestone can be found using this filter.
- Implements a carousel view to preview multiple selection of assets. #281
- Bottom action bar. #282
- Fix crash when dealloc WPMediaGroupCell. #280
- Enable bounce correctly depending of scrolling type. #288
Released on 2018-02-26. All issues associated with this milestone can be found using this filter.
- Ordering of selection highlight and position indicator. #278
Released on 2010-01-10. All issues associated with this milestone can be found using this filter.
- Smart Invert support. #272
- Fix video player on iPhone X. #273
- Center empty view. #274
Released on 2017-11-20. All issues associated with this milestone can be found using this filter.
- Added the possibility to display a overlay view on top of the media cells. #259 #261
- Added the possibility to search for assets on the picker. #257 #260 #268
- Improved reload of cells by reconfiguring the cell instead of reloading it. #269
Released on 2017-11-01. All issues associated with this milestone can be found using this filter.
- Empty albums are filtered out of the album list. #230
- Fix crash on reload when using the same data source. #253
- Fixed display of count and thumbnail of albums when scrolling super quick. #255
Released on 2017-10-04. All issues associated with this milestone can be found using this filter.
- Fixed layout issues for the iPhoneX. #242
- Updated collection cell design for audio & doc files. #245
- Fixed issues with play/pause of videos. #249
- Pushed the minimum version of iOS to be the 10. Solved deprecation warnings. #248
Released on 2017-09-21. All issues associated with this milestone can be found using this filter.
- Fixed crash on photos permission check. #239
Released on 2017-09-06. All issues associated with this milestone can be found using this filter.
- Fixed some crashes and bugs on the demo app. #219 #221
- Fixed bugs related to selection of assets and refresh. #225 #223
- Improved performance when capturing new media inside the picker. #211
- Photos captured using the picker were not saving metadata. #226
Released on 2017-08-25. All issues associated with this milestone can be found using this filter.
- New design for the picker media cells. #203 #205
- New design and interaction for album selector. #207
- Improved performance of loading albums and assets on the picker. #209
- Fixed selection bug when capturing new cell. #214
- Improved performance when capturing new media inside the picker. #211
Released on 2017-07-26. All issues associated with this milestone can be found using this filter.
- Fixed some retain cycles that were causing issues with double notifications.
- Refactor options on the picker to allow better refresh of picker.
- Allow selected assets to be pre-selected on the picker.
Released on 2017-06-16. All issues associated with this milestone can be found using this filter.
- Fixed unit tests compilation and started running them on Travis CI
- Improved startup time of the picker
- Fix long standing issue when certain updates when switching groups where crashing the picker.
Released on 2017-05-26. All issues associated with this milestone can be found using this filter.
- Two new
WPMediaPickerViewControllerDelegate
methods:mediaPickerControllerWillBeginLoadingData
andmediaPickerControllerDidEndLoadingData
to inform the delegate when loading of data from the data source has begun / ended.
Released on 2017-05-04. All issues associated with this milestone can be found using this filter.
- A title to the default asset preview view controller, showing the date of the asset.
- The media picker can now handle non-image and non-video assets, such as PDFs. The cells in the picker will show a placeholder icon, the file type, and filename.
- The media picker will show a placeholder icon if an image or video fails to load.
- Video is now captured in high quality.
- The picker's layout is now improved on iPad, for more consistent cell spacing.
- The group picker should now be much faster to load and scroll for PHAssetCollections.
- Date / time formatting code has been refactored / cleaned up a little, and should now better handle different locales.
- Optimized the loading and caching of group thumbnails.
Released on 2017-03-29. All issues associated with this milestone can be found using this filter.
- A new toolbar to WPVideoPlayerView to allow control of play/pause of video assets.
- Fixed scrolling issues when opening the picker.