Skip to content

Releases: Yummypets/YPImagePicker

Xcode 11.2.1, Dark mode support, Zoom support etc.

11 Dec 15:49
Compare
Choose a tag to compare
  • Supports Dark Mode (Thanks @chrischute)
  • Adds Zoom when taking picture or videos
  • Enables taking non-squared photos & videos and a full screen preview when onlySquareImagesFromCamera is false
  • You can enable removing media items from the edit gallery by setting config.gallery.hidesRemoveButton = false
  • Fixes a bug where crop setting was not taken into account in multiple selection (thanks @XinHaoZhuang)
  • Orientation is now correct even when orientation is locked on the device (now using CMMotionManager
  • Fixes an audio issue when recording mp4 videos thanks @gintechsystems
  • Fixes a permission crash big thanks to @heikorehder !
  • Builds with Xcode 11.2.1.
  • Fixes #176, #320, #279, #347, #306, #414, #397, #401

Big thanks to:

@fschaus, @bybash, @5fcgdaeb, @ashwinp-r, @Vollando, @XinHaoZhuang, @jinjinbary, @Emefar, @OlegZhuckovich, murilxaraujo, @jonnyarc, @rodribech20, @bithavoc, @Berk-Kaya, @daveleenew, @victormihaita, @aegzorz, @sedler, @barisozr, @MarkusWu, @hansemannn, @bithavoc, @kevinrenskers

Special mention to @kf99916 for his outstanding contributions ๐Ÿฅ‡

Xcode 11 & Swift 5.1

02 Oct 11:30
Compare
Choose a tag to compare
  • Builds with Xcode 11 & Swift 5.1

Xcode 11 & Swift 5.1

01 Oct 08:01
Compare
Choose a tag to compare
Xcode 11 & Swift 5.1 Pre-release
Pre-release
  • โš ๏ธ This is a prerelease, seems like iOS13 breaks some of the UI (crop for example)
  • Builds with Xcode 11 & Swift 5.1

Swift 5 and Xcode 10.2 !

28 Apr 20:18
Compare
Choose a tag to compare

This is the much awaited Swift 5 compatible release ๐Ÿพ ๐Ÿป !

We also have quite a lot of bug fixes and improvements, courtesy of our amazing contributors ๐Ÿ… :

  • Project broke on new Xcode 10.2 #334
  • Add support for Swift 5.0 #335
  • Problem with Swift 5, problem raising from Stevia fillContainer() #327
  • Fix bug of flashlight button disappearing when flip camera twice #308
  • Select previously selected image when deselecting in multi-selection #311
  • Add configuration of default multiple selection. #312
  • Crash in YPLibrary+LibraryChange.swift #325
  • Separte photo filters and video trimmer configuration. #319
  • After changing the album, the automatically selected image is not selected. #302

Massive thanks to @snowtema, @pushpsenairekar2911, @halfvim, @slashmo, @kzumu, @Out1and3r, @shopno111, @javiermanzo, @jasudev who have participated in this release, your help is precious ๐Ÿ™

3.5.3

02 Jan 15:19
Compare
Choose a tag to compare
  • Fixes #252 Multiple selection issue when taking photos with the native camera in the middle of multi-selection. Thanks @taratandel for noticing ๐Ÿ‘Œ
  • Fixes #287 tap to focus that was broken , kudos to @bithavoc
  • Adds #253 "cross folder" multiple selection, fixing #193 Kudos to @mpiechocki for tackling such a big feature ๐Ÿ‘ ๐Ÿ”ฅ
  • #231 Enables hidind the bottom bar, for example when showing a single screen. Kudos @ylin0x81
  • Allow no selection when multi-selecting #249 @mpiechocki again ๐Ÿค–
  • Fixes #291 Library crop does not work when maxNumberOfItems = 1. Bug found and fixed by @calsmith ๐Ÿ…
  • #295 Setting square to be the default crop option (ala instagram) thanks to @jasudev

And also, Happy new year ๐ŸŽ‰ ๐Ÿพ !!!!

3.5.2

09 Oct 10:28
Compare
Choose a tag to compare
  • Removes old deprecated callbacks with warnings as described in #240 by @5fcgdaeb
  • Adds Korean courtesy of @trilliwon ๐Ÿ‡ฐ๐Ÿ‡ท
  • Fixes "Umbrella header PrynTrimmerView.h not found" #242 @ylin0x81
  • Fixed a memory leak in YPImagePicker #238 @ylin0x81
  • Fixes library crop button needing 2 taps to work the first time #243

Special mention for @ylin0x81 for his work on this release ๐Ÿ‘

Xcode 10 & Swift 4.2

01 Oct 14:46
Compare
Choose a tag to compare
  • Migrates codebase to Swift 4.2
  • Pre-built framework built with Xcode10
  • New Bulgarian wordings ๐Ÿ‡ง๐Ÿ‡ฌ courtesy to @t0a0
  • Russian wording amends (thanks @t0a0)!

Xcode 10 & Swift 4.2- Prerelease

25 Sep 09:05
Compare
Choose a tag to compare
Pre-release
  • Migrates codebase to Swift 4.2
  • Pre-built framework built with Xcode10
  • New Bulgarian wordings ๐Ÿ‡ง๐Ÿ‡ฌ courtesy to @t0a0
  • Russian wording amends (thanks @t0a0)!

โš ๏ธ The pod installation is not working at the moment but we're on it :)

3.4.1

17 Sep 20:10
5473c01
Compare
Choose a tag to compare
  • Added to config: preferredStatusBarStyle, bottomMenuItemUnSelectedColour, bottomMenuItemSelectedColour, PHFetchOptions
  • Added PHAsset to YPMediaPhoto
  • Introduces minWidthForItem to enable the restriction for the max height of the asset, like in instagramm! ๐Ÿš€
  • Totally rebuilded filters! Now they work smoothly.๐Ÿ”ฅ
  • The gallery now work better with touches and panning - not moving up every time.๐Ÿ‘๐Ÿป
    Also some changes that fixes diff problems:
  • Preventing of selecting the same asset in lib. Fix with wrong zooming in lib.
  • Fix for #177 with mov only captured video.
  • Fixed the #190 bug with crash in video capture.
  • Fix for video without audio track.
  • Important - added a cancelling of proccessing the video.
  • Fix for #137 with not cropped video recording.

Some UI improvements.

3.4.0

20 Jul 15:00
Compare
Choose a tag to compare
  • Use weak over unowned to fix crashes, kudos to @jonasecandersson ๐Ÿ‘ fixes #178
  • Use correct video Orientation even when phone is "orientation locked" Thanks to @Appswage fixes #161
  • Introduces numberOfItemsInRow & spacingBetweenItems to customize library layout, courtesy of @shotat ๐Ÿš€
  • Fixes Library being stuck with a small number of items, due to the collectionView alwaysBounceVertical defaulting to false. Kudos to @shotat again ๐Ÿ”ฅ
  • Adds ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesian language thanks to @wsnjy ๐Ÿ™
  • Improves UI on Gallery with multiple items, adds natural paging + touch animations. fixes #135

Thank you so much for your great work on this release, you are the BEST! <3