All Versions
10
Latest Version
Avg Release Cycle
16 days
Latest Release
2083 days ago
Changelog History
Changelog History
-
v0.7.1 Changes
March 19, 2018- ๐ Fixed edge artefact when resizing picture with
PreUploadProcessor
- ๐ Fixed edge artefact when resizing picture with
-
v0.7.0 Changes
March 12, 2018- Flattened code source files hierarchy under
Sources/Classes
- ๐ Renamed
FlaneurImageDescription
toFlaneurImageDescriptor
that is now an enum - ๐ Created
ImageDiffableWrapper
as a placeholder for allFlaneurImageDescription
's support code - โ Added
PreUploadProcessor
and theUIImage
extension
- Flattened code source files hierarchy under
-
v0.6.1 Changes
March 02, 2018- ๐ Fixed random crashes at view loading time [#4][4]
-
v0.6.0 Changes
February 20, 2018- โก๏ธ Updated
FlaneurImageProvider
to be more Swifty. - โ Add
fetchLimit
configuration toFlaneurImageLibraryProvider
(defauls to 0 ie fetch everything). - ๐ Improved remove button #3: new icon button (via FontAwesome) as a replacement to the old text button (as a consequence,
removeButtonTitle
andremoveButtonColor
were removed fromFlaneurImagePickerConfig
).
- โก๏ธ Updated
-
v0.5.1 Changes
February 05, 2018- โก๏ธ Updated credits and contact info.
-
v0.5.0 Changes
January 18, 2018- โ Removed the notion of maximum number of selected images, that's been replaced
with a new delegation process that allows more flexibility for the caller:
dynamically decide if she wants to keep adding to the selection, replacing
the last item of the selection or doing nothing. - ๐ Fixed a crash met randomly at development time that made UI calls from the
background thread. - Made some code simpler (including the selectedImages'
didSet
observer). - When tapping an image that has already been selected, we scroll back to it to
๐ make it obvious why the selection doesn't change. - โ Add logo for iPhone Example app.
- โ Removed the notion of maximum number of selected images, that's been replaced
-
v0.4.0 Changes
December 05, 2017- Swift 4
-
v0.3.0 Changes
December 05, 2017- โ Added
flaneurImagePickerControllerDidFail
to support error cases. - ๐ Renamed
showAuthorisationSettinsPopup
topresentAuthorizationSettingsAlert
.
- โ Added
-
v0.2.0 Changes
November 20, 2017- Factorize and clean up code from:
FlaneurImageDescription
:- Using enum to associate
sourceType
and its associated value (ie URL, asset or image). - No caching done by
FlaneurImageDescription
forPHAsset
as it's not its role and was not reliable (no track of the fetch options like quality, size, etc.). - Stop conforming to
NSObject
. - Added
requestImage
extension.
- Using enum to associate
- โ Added
FlaneurImageView
as a view designed to be reusable (ie a subview ofUITableViewCell
orUICollectionReusableView
). - ๐ Fixed memory leak retaining
FlaneurImagePickerController
instances. - โก๏ธ Updated
FlaneurImagePickerControllerDelegate
:- Changed the functions' signature to be more similar to UIKit's
UIImagePickerControllerDelegate
. - Removed the dismiss code: the view controller shouldn't guess how it will be presented (a modal presentation is just one option).
- Changed the functions' signature to be more similar to UIKit's
- ๐ Fixed scrolling behavior of the selected images view.
- Made the
navigationBar
alet
so that it can be customized at initialization time rather than loading time. - โ Added the option to add image on the image source selection cells + introduce a selection style.
- ๐ Fixed: the
backgroundColorForSection
config parameter is now applied.
- Factorize and clean up code from:
-
v0.1.0 Changes
October 24, 2017๐ Initial release of
FlaneurImagePicker
.