Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guillermomuntaner/GMImagePicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: talk-to/GMImagePicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Sep 19, 2017

  1. Copy the full SHA
    3a58f3c View commit details
  2. Fixed the documentation

    dineshflock committed Sep 19, 2017
    Copy the full SHA
    1199cf7 View commit details

Commits on Oct 11, 2017

  1. Copy the full SHA
    c242747 View commit details

Commits on Oct 16, 2017

  1. Rearrange albums

    dineshflock committed Oct 16, 2017
    Copy the full SHA
    43035ad View commit details
  2. Copy the full SHA
    eabdb71 View commit details

Commits on Nov 24, 2017

  1. Copy the full SHA
    a24247d View commit details
  2. Copy the full SHA
    35fae4b View commit details

Commits on Nov 28, 2017

  1. Copy the full SHA
    aaebf5e View commit details

Commits on Dec 4, 2017

  1. - Example to use Cocoapods now

    - Add 'TDTChocolate/FoundationAdditions' as dependency in .podspec
    dineshflock committed Dec 4, 2017
    Copy the full SHA
    8c3cb9b View commit details
  2. Copy the full SHA
    52bbb3d View commit details
  3. Add TDTLogs

    dineshflock committed Dec 4, 2017
    Copy the full SHA
    4fe9b3f View commit details

Commits on Jan 18, 2018

  1. Copy the full SHA
    54c612d View commit details
  2. Copy the full SHA
    b740e20 View commit details
  3. Copy the full SHA
    c39de26 View commit details

Commits on Jan 19, 2018

  1. Copy the full SHA
    724ad70 View commit details
  2. Update .gitignore

    dineshflock committed Jan 19, 2018
    Copy the full SHA
    cb7db8f View commit details
  3. Merge branch 'feature/support-icloud-stored-images'

    * feature/support-icloud-stored-images:
      Update the logging to current needs
      Allow downloads of iCloud images
      Fix fetch options to allow network and quality image, meantime setting blank image
      Add progress view on grid cell
      Add TDTLogs
      Fix crash due to missing NSPhotoLibraryUsageDescription
      - Example to use Cocoapods now - Add 'TDTChocolate/FoundationAdditions' as dependency in .podspec
    dineshflock committed Jan 19, 2018
    Copy the full SHA
    40cf087 View commit details
  4. Copy the full SHA
    73857bd View commit details
  5. Merge branch 'feature/support-icloud-stored-images'

    * feature/support-icloud-stored-images:
      Fix back 'allFetchResultLabel'
    dineshflock committed Jan 19, 2018
    Copy the full SHA
    13b6295 View commit details
  6. Update podspec to 1.0.0

    dineshflock committed Jan 19, 2018
    Copy the full SHA
    87cecce View commit details
  7. Fix podspec

    dineshflock committed Jan 19, 2018
    Copy the full SHA
    e164fb5 View commit details
  8. Fix the podspec

    dineshflock committed Jan 19, 2018
    Copy the full SHA
    8b6bdff View commit details
  9. Copy the full SHA
    7099b6c View commit details
  10. Update example pod file

    dineshflock committed Jan 19, 2018
    Copy the full SHA
    a0c9d3e View commit details

Commits on Jan 29, 2018

  1. Copy the full SHA
    f8f3fbf View commit details
  2. Copy the full SHA
    5ee98e8 View commit details

Commits on Jun 19, 2018

  1. Copy the full SHA
    d9352d1 View commit details

Commits on Jun 20, 2018

  1. Copy the full SHA
    f617422 View commit details

Commits on Jul 10, 2018

  1. Merge pull request #2 from talk-to/fix-indexpath-crash

    Fix issues with index path on item change
    dineshflock authored Jul 10, 2018
    Copy the full SHA
    c046194 View commit details
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -23,4 +23,4 @@ DerivedData
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/
Pods/
26 changes: 26 additions & 0 deletions Examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
Pods/
Loading