Skip to content

Releases: wordpress-mobile/MediaPicker-iOS

MediaPicker-iOS Mark 1.3.2

10 Jan 14:17
5124cdc
Compare
Choose a tag to compare
Merge pull request #314 from wordpress-mobile/bump/version-1.3.2

Bump pod spec version to 1.3.2

MediaPicker-iOS Mark 1.3.1

10 Oct 10:06
f325dce
Compare
Choose a tag to compare
Merge pull request #311 from wordpress-mobile/release/1.3.1

Bump pod spec version to 1.3.1

MediaPicker-iOS Mark 1.3.1-beta.1

20 Sep 16:17
Compare
Choose a tag to compare
Pre-release
  • #309 Adjust placement of empty view while searching

1.3

09 Aug 16:14
f5eb8a4
Compare
Choose a tag to compare
1.3
Merge pull request #304 from wordpress-mobile/issue/9504-handle_nil_n…

1.2

03 Aug 17:11
9fffaa4
Compare
Choose a tag to compare
1.2
Merge pull request #303 from wordpress-mobile/issue/9504-no_results_v…

1.0

11 May 10:28
f4846d8
Compare
Choose a tag to compare
1.0

After more than 2 years of development and being used on multiple places on the main WordPress app we think it's about time to release the first official version of WPMediaPicker.

Going forward the interface is considered stable and we will adhere to semantic versioning of the library trying to maintain the interface backward compatible while inside the same version.

0.24

01 Nov 10:29
641d34b
Compare
Choose a tag to compare

Fixed

  • 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

Release 0.20

29 Aug 11:55
Compare
Choose a tag to compare

Added

  • New design for the picker media cells. #203 #205
  • New design and interaction for album selector. #207

Fixed

  • 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

Release 0.16

29 Aug 11:56
Compare
Choose a tag to compare

Released on 2017-05-04. All issues associated with this milestone can be found using this
filter.

Added

  • 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.

Fixed

  • 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.

Release 0.14

21 Mar 23:23
Compare
Choose a tag to compare
  • Added support for using the media picker as an inputView on an UIControl.
  • Fix some bug around camera preview.