Fixed bugs:
- Dangerous warning #126
Closed issues:
- Demo Could Not Run #155
- UICollectionViewFlowLayoutForInvalidSizes #152
- Swift 3.0 Warnings #138
- iPad 2 crash #124
- Is there plan to support different albums? #114
- Only Photo Library #113
- Take a picture programmatically #111
Merged pull requests:
- Remove Guard in Demo #157 (onmyway133)
- Stop in deinit #153 (onmyway133)
- Improvements #151 (onmyway133)
- Refactor/camera #150 (onmyway133)
- Check input before add #149 (onmyway133)
- Use serial sessionQueue because most session calls are blocking #146 (onmyway133)
- Check for buffer #145 (onmyway133)
- Configure preset before addInput #144 (onmyway133)
- Add a Gitter chat badge to README.md #143 (gitter-badger)
- Release 1.3 #141 (aashishdhawan)
- Reset transform and contentInset just in case #140 (onmyway133)
- Call reloadData after updating collectionSize #139 (onmyway133)
- Fix access UI not on main queue #137 (onmyway133)
- Refactor. Move showNoCamera into mainQueue #136 (onmyway133)
- Remove sessionPreset #134 (aashishdhawan)
- Fix UI when Camera access is denied. #133 (aashishdhawan)
- Refactored ImageGalleryPanGestureDelegate #132 (aashishdhawan)
- Change demo bundle to no.hyper.ImagePickerDemo #131 (onmyway133)
- Fix frame for NoImage Label #130 (aashishdhawan)
- Fix Image Limit bug #129 (aashishdhawan)
- Refactored LocationManager into its own File #128 (aashishdhawan)
- Fixing frame issues on rotation #127 (aashishdhawan)
- Refactored same code in a class #122 (aashishdhawan)
- Minor refactoring #121 (aashishdhawan)
- Fix/image selection #120 (onmyway133)
- Improve/swift 2.2 #119 (onmyway133)
1.2 (2016-03-18)
Implemented enhancements:
- Metadata support #102
Closed issues:
- I am trying to use the demo with latest cocoda pod and xcode 7 but its not working #108
- To quickly explore the demo project, as a User, I'd like to be able to run the demo on a device. #99
- Can't run demo app as-is #98
- Objective C support ? #97
- After dismissing the view overlaps with status bar. #94
- Present ViewController from the ImagePickerController #88
- Add paragraph about how to limit selection in the README #86
- Limitation for images #85
- StatusBar is kept hidden when leaving view #78
Merged pull requests:
- Disable code signing #109 (zenangst)
- Record location with CLLocationManager if permission given by user #107 (fnakstad)
- Fix bug where pictures are repeatedly taken due to new AVCaptureSessi… #106 (fnakstad)
- Fixed issues in iPad landscape #104 (BenchR267)
- fix reloadAssets still showing pictures as selected in collection view #101 (aronse)
- Changed how status bar appear/disappear #95 (JARMourato)
- Can Disable Camera Rotation #93 (kernjackson)
- Support taking pictures with volume button #92 (zenangst)
- Support rotation #91 (zenangst)
- Add image selection limiting to the README #90 (zenangst)
- Configure Travis to build the project #89 (zenangst)
- Fix framework resources #87 (vadymmarkov)
1.1 (2016-01-05)
Implemented enhancements:
- How to limit number of images to select? #66
Closed issues:
- Not able to force only 1 picture selection #81
- Status Bar Hidden #77
- set max number of photos for selection? #76
- Status bar is not reset when ImagePicker is removed #69
- Update for iOS 9.0 #67
Merged pull requests:
- Release 1.1 #84 (RamonGilabert)
- Development #83 (RamonGilabert)
- Fixes the development branch with master #82 (RamonGilabert)
- Add Carthage in Readme #75 (vadymmarkov)
- Feature: carthage support #74 (vadymmarkov)
- Refactoring the ImagePicker. #72 (RamonGilabert)
- Status bar initial state #71 (RamonGilabert)
- Feature requests #68 (RamonGilabert)
- Adds new image with white brackground #65 (RamonGilabert)
- Release 1.0 #64 (RamonGilabert)
1.0 (2015-12-01)
Implemented enhancements:
- Use Swift set instead of Array to store images/photos #50
Fixed bugs:
Closed issues:
- Fetch all the photos of the camera effitiently #6
- Be able to do all you can do with the normal camera #5
- Display a message when the gallery is not available #4
- Crash on loading demo #2
Merged pull requests:
- Improve README #63 (RamonGilabert)
- README #62 (RamonGilabert)
- Improve the README. #61 (RamonGilabert)
- Adds the other part of the README to resolve assets #60 (RamonGilabert)
- Refactor configuration to be static instead of a singleton #59 (RamonGilabert)
- README #58 (RamonGilabert)
- Generic fix #57 (RamonGilabert)
- Improvements across. #56 (RamonGilabert)
- Feature: camera not available #55 (vadymmarkov)
- Update noImagesLabel #54 (onmyway133)
- Feature loading indicator #53 (zenangst)
- Fix delegate call in the closure. #51 (vadymmarkov)
- Fix/collection view resizing #49 (richardoti)
- New design + refactoring #48 (richardoti)
- Improves the cropping of the image. #47 (RamonGilabert)
- Disable "flash" button if capture device has no flash. #46 (richardoti)
- Adds public to the configuration. #45 (RamonGilabert)
- Adds public where necessary. #44 (RamonGilabert)
- Fixes last force cast. #43 (RamonGilabert)
- Make Photos public #42 (zenangst)
- Lookup asynchronously and use PHAssets instead of UIImages #41 (zenangst)
- Feature/external configuration #40 (RamonGilabert)
- Refactor code to remove and improve all the things #39 (zenangst)
- Remove force unwrapping #38 (zenangst)
- Improves all the things #37 (RamonGilabert)
- Adds two new things #36 (RamonGilabert)
- Improvements in the fetching. #34 (RamonGilabert)
- Fix/collectionview cells #33 (richardoti)
- Improves the security in ImagePicker #32 (RamonGilabert)
- Swift 2.0 #31 (RamonGilabert)
- Fix image rotation #30 (richardoti)
- Fix/crash #28 (richardoti)
- Fix image rotation bug #26 (richardoti)
- Make suffix() zero-based #25 (richardoti)
- Improve/usability #23 (RamonGilabert)
- Fixes the iPhone 4 problem #21 (RamonGilabert)
- Improvements/refactoring matching desings #18 (RamonGilabert)
- Remove shared instance #16 (richardoti)
- Fix/image picker bug fixes #15 (richardoti)
- Improve/image stack #14 (richardoti)
- Refactor #13 (richardoti)
- Transfer branch #12 (richardoti)
- Added public everywhere #10 (RamonGilabert)
- Added new delegate method #9 (RamonGilabert)
- Added public protocol #8 (RamonGilabert)
- Feature/actual camera #7 (RamonGilabert)
- Replace UIColor with .color() #3 (richardoti)
- First implementation #1 (RamonGilabert)
* This Change Log was automatically generated by github_changelog_generator