Skip to content

Commit

Permalink
v1.0 (#2)
Browse files Browse the repository at this point in the history
* Create Cocoa Touch Framework

* Add Example target

* Add search bar and collection view

* Dismiss keyboard after search

* Add models

* Create configuration object

* Add operations

* Rename folders

* Add views

* Add WaterfallLayout

* Display photos from editorial collection

* Add support for drag and drop

* Replace UISearchBar by UISearchController

* Remove generics from PagedDataSource

* Add ability to perform a search

* Fix black bar under search bar

* Create photo picker delegate protocol

* Configure Example project to compile on device

* Display spinner

* Refactor UnsplashPhotoPickerViewController

* Store images in cache

* Clear cache when dismissing photo picker

* Bind collection view's content inset to keyboard visibility

* Remove unused operation queue

* Do not re-fetch editorial collection when search is canceled

* Prevent repeated search

* Remove UsernameLabel from PhotoView.xib

* Do not delete cache when dismissing the photo picker

* Refactor views creation

* Add configuration properties disk and memory cache capacity

* Fix drag'n'drop

* Set max-w and max-h when downloading a photo

* Scroll to top when performing and canceling search

* Add error view

* Add comments for public objects and properties

* Clean up code syntax

* Remove unused code

* Add allowsMultipleSelection configuration parameter

* Add done button

* Add ability to select multiple photos

* Update example for multiple photos

* Disable done button when no selected photo

* Improve when displaying empty view

* Add Swiftlint

* Fix scroll to top

* Change example app bundle name

* Fix empty state error message

* Refactor data source initialization

* Fix UISearchController deallocation

* Add localization

* Remove os_log

* Remove auto capitalization in search bar

* Remove drag and drop support

* Remove observer in PagedDataSource

* Extract Example target in its own project

* Clear developer account info in Build Settings

* Add option to select one or multiple photos Example project

* Create podspec file

* Commit shared scheme for Carthage

* Disable done button when starting or canceling a search

* Update the photo cell’s selected style.

* Adjust the user name’s font size and position depending on the horizontal size class.

* Track downloads when selecting photos.

* Fix localization message for server error

* Update podspec file

* Remove unused property.

* Fix issue with the image downloader when cells are reused.

* Update the .podspec file.

* Minor improvements.

* Improve no Internet connection error checking

* Update podspec file

* Update the README file.

* Update README (#1)

* Update the README file.

* Update README.md

* Update README.md

* Update the UI of the sample project.

* Add peek and pop

* Various tweaks.
  • Loading branch information
ocollet authored Nov 21, 2018
1 parent 98f8f14 commit 838e75d
Show file tree
Hide file tree
Showing 62 changed files with 4,661 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.2
Loading

0 comments on commit 838e75d

Please sign in to comment.