• This project
    • Loading...
  • Sign in

ios / yh_sdwebimage · Commits

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • Commits 1,614
  • Network
  • Compare
  • Branches 10
  • Tags 61
  • yh_sdwebimage
10 Jun, 2016
1 commit
  • Added short description about how to use GIFs
    546a579c
    by Bogdan Poplauschi
    2016-06-10 07:04:34 +0300  
    Browse Files

07 Jun, 2016
13 commits
  • Merge pull request #1575 from rs/gif ...
    4e2a4f09
    GIF support using FLAnimatedImage
    by Bogdan Poplauschi
    2016-06-07 12:57:51 +0300  
    Browse Files
  • Merge branch '4.x' into gif ...
    17d86901
    # Conflicts:
    #	SDWebImage/MKAnnotationView+WebCache.h
    #	SDWebImage/MKAnnotationView+WebCache.m
    #	SDWebImage/SDImageCache.h
    #	SDWebImage/SDImageCache.m
    #	SDWebImage/SDWebImageManager.h
    #	SDWebImage/SDWebImageManager.m
    #	SDWebImage/UIButton+WebCache.h
    #	SDWebImage/UIButton+WebCache.m
    #	SDWebImage/UIImageView+HighlightedWebCache.h
    #	SDWebImage/UIImageView+HighlightedWebCache.m
    #	SDWebImage/UIImageView+WebCache.h
    #	SDWebImage/UIImageView+WebCache.m
    by Bogdan Poplauschi
    2016-06-07 12:42:26 +0300  
    Browse Files
  • Merge pull request #1581 from rs/Xcode_7_ObjC_updates ...
    42abd089
    Xcode 7 ObjC updates
    by Bogdan Poplauschi
    2016-06-07 12:20:14 +0300  
    Browse Files
  • Merge branch 'master' into 4.x ...
    bb0b8434
    # Conflicts:
    #	SDWebImage/SDWebImageManager.m
    by Bogdan Poplauschi
    2016-06-07 12:19:48 +0300  
    Browse Files
  • Updated the changelog
    c012fc9b
    by Bogdan Poplauschi
    2016-06-07 12:00:00 +0300  
    Browse File »
  • Bumped the version
    67329ac5
    by Bogdan Poplauschi
    2016-06-07 11:57:03 +0300  
    Browse Files
  • Reverted all the changes for "Removed the URL query params from the filename (ke… ...
    de149aed
    …y)" fb0cdb6d 1bf62d47 #1584 - fixes #1433 #1553 #1583 #1585
    This is a deal breaker for people. The solution for those issues (i.e. very long urls) is to set the SDWebImageManager cacheKeyFilter block and do their own calculations there.
    by Bogdan Poplauschi
    2016-06-07 11:56:31 +0300  
    Browse Files
  • Enabled CLANG_ANALYZER_NONNULL per http://indiestack.com/2016/06/nullable-edge-c… ...
    0df12218
    …ases/. Small fix for a case where trying to get from a set using a nil key
    by Bogdan Poplauschi
    2016-06-07 08:48:45 +0300  
    Browse Files
  • Implemented Nullability according to https://developer.apple.com/swift/blog/?id=… ...
    2064f28d
    …25. Decided to make explicit nullable and nonnull and not use NS_ASSUME_NONNULL_BEGIN so everything is clearer when read. Done so in the implementation files as well
    by Bogdan Poplauschi
    2016-06-07 08:48:45 +0300  
    Browse Files
  • Implemented Lightweight Generics - both for Swift interoperability and for easier to read code
    67f943b0
    by Bogdan Poplauschi
    2016-06-07 08:42:52 +0300  
    Browse Files
  • Opening bracket styling
    c4dd0eee
    by Bogdan Poplauschi
    2016-06-07 08:41:07 +0300  
    Browse Files
  • Merge branch '4.x' into gif ...
    7684fbd9
    # Conflicts:
    #	SDWebImage.xcodeproj/project.pbxproj
    by Bogdan Poplauschi
    2016-06-07 08:39:17 +0300  
    Browse Files
  • Merge branch 'master' into 4.x ...
    3364a981
    + SDWebImageDownloader downloadImageWithURL:... properly use the weakself-strongself pattern
    
    # Conflicts:
    #	.travis.yml
    #	Examples/SDWebImage Demo.xcodeproj/project.pbxproj
    #	README.md
    #	SDWebImage.xcodeproj/project.pbxproj
    #	SDWebImage/SDWebImageDownloader.m
    #	SDWebImage/SDWebImageDownloaderOperation.h
    #	SDWebImage/SDWebImageDownloaderOperation.m
    #	SDWebImage/SDWebImageManager.m
    #	Tests/Podfile
    #	Tests/SDWebImage Tests.xcodeproj/project.pbxproj
    by Bogdan Poplauschi
    2016-06-07 08:36:45 +0300  
    Browse Files

06 Jun, 2016
7 commits
  • Readded `shouldUseCredentialStorage` to preserve backwards compatibility
    fc0de570
    by Bogdan Poplauschi
    2016-06-06 21:24:11 +0300  
    Browse Files
  • Updated the changelog
    47305487
    by Bogdan Poplauschi
    2016-06-06 21:08:17 +0300  
    Browse Files
  • Merge pull request #1586 from oanapopescu/nsurlsession ...
    5d42a2ac
    Updated image downloader with a single session that manages all tasks
    by Bogdan Poplauschi
    2016-06-06 21:00:34 +0300  
    Browse Files
  • Keeping both owned and unowned sessions around as part of the operation. ...
    1e412927
    We need different ownership for both because we need to invalidate the owned session upon completion.
    The unowned session is wet to avoid cyclical references.
    by Oana Popescu
    2016-06-06 20:09:43 +0300  
    Browse Files
  • Updated image downloader with a single session that manages all tasks ...
    eab42791
    - the URL session is created and maintained y the image downloader
    - the session will be injected to each operation and it will use it to create the data task
    - when delegate callbacks are called, the downloader will call the same delegate methods on the appropriate operation
    - if no session is injected upon creating a operation, it will create its own session for backwards compatibility.
    by Oana Popescu
    2016-06-06 19:12:56 +0300  
    Browse Files
  • Fixed #1583 crash in `SDWebImageManager cacheKeyForURL:` when url is nil - replaced #1585
    1bf62d47
    by Bogdan Poplauschi
    2016-06-06 07:32:34 +0300  
    Browse Files
  • Merge pull request #1584 from minsOne/master ...
    d8dc6a25
    fixed crash on ios7 user device
    by Bogdan Poplauschi
    2016-06-06 07:25:00 +0300  
    Browse Files

05 Jun, 2016
1 commit
  • fixed crash on ios7 user device ...
    335a437b
    fixed that string property of NSURLComponents can`t use on iOS7
    by Ahn Jung Min
    2016-06-06 04:42:02 +0900  
    Browse Files

02 Jun, 2016
5 commits
  • Updated the changelog
    cb7a3db2
    by Bogdan Poplauschi
    2016-06-02 19:19:42 +0300  
    Browse Files
  • Bumped the deployment target to iOS 7 (due to NSURLSession) and also incremented… ...
    6545a3ab
    … the library version to 3.8.0
    by Bogdan Poplauschi
    2016-06-02 19:10:31 +0300  
    Browse Files
  • Merge pull request #1578 from oanapopescu/nsurlsession ...
    9137b65d
    Replace deprecated NSURLConnection with NSURLSession
    by Bogdan Poplauschi
    2016-06-02 18:59:05 +0300  
    Browse Files
  • Removed dealloc method and added comment regarding sending nil for delegateQueue
    09a9e74e
    by Oana Popescu
    2016-06-02 18:23:49 +0300  
    Browse Files
  • Replace deprecated NSURLConnection with NSURLSession. See #1291 #1318 #823 #1566 ...
    5580c782
    - one session per operation to preserve the ordering and priority functionalities
    - removed all the runloop code that was only used to keep the operation running. I am relying on non-setting the isFinished property to keep the operation running
    - todo: check deallocation, test background tasks
    by Oana Popescu
    2016-06-02 09:02:03 +0300  
    Browse Files

01 Jun, 2016
13 commits
  • Revisited all copyright comments and decided for just one format
    94c1ec3e
    by Bogdan Poplauschi
    2016-06-01 15:53:08 +0300  
    Browse Files
  • Trying to fix the random build failures (probably timeout due to this image url)
    7761afca
    by Bogdan Poplauschi
    2016-06-01 11:58:39 +0300  
    Browse Files
  • Updated the tests
    b059b04f
    by Bogdan Poplauschi
    2016-06-01 10:32:40 +0300  
    Browse Files
  • Trying to fix the build, seems like Travis cannot work with ssh urls
    d1f76940
    by Bogdan Poplauschi
    2016-06-01 10:17:59 +0300  
    Browse Files
  • Successfull attempt to override the UIImageView(WebCache) methods in the FLAnima… ...
    44cb993e
    …tedImageView(WebCache) category. This should make the integration easier. Not sure if it will always work
    by Bogdan Poplauschi
    2016-06-01 10:11:46 +0300  
    Browse Files
  • Updated the podspec so the GIF+FLAnimatedImage is a separate subspec
    d75bc276
    by Bogdan Poplauschi
    2016-06-01 10:10:46 +0300  
    Browse Files
  • Updated the example project so it supports the animated images as well.
    8a488d37
    by Bogdan Poplauschi
    2016-06-01 10:06:37 +0300  
    Browse Files
  • Added the FLAnimatedImageView category to the project and made the FLAnimatedImage headers public
    4df39349
    by Bogdan Poplauschi
    2016-06-01 10:06:19 +0300  
    Browse Files
  • Converted our example xibs to the new Xcode format
    f6cd50bb
    by Bogdan Poplauschi
    2016-06-01 10:05:40 +0300  
    Browse Files
  • Built a FLAnimatedImageView category that hooks this class to the SDWebImage sys… ...
    c1451f28
    …tem. It's very similar to UIImageView (WebCache). There are explicit methods for loading an animated image.
    by Bogdan Poplauschi
    2016-06-01 10:05:16 +0300  
    Browse Files
  • Corrected comment (was changed unintentionally).
    881da8fb
    by Bogdan Poplauschi
    2016-06-01 10:02:41 +0300  
    Browse Files
  • Updated the doc with the new completion type (SDWebImageManager loadImageWithURL)
    32f4e4d2
    by Bogdan Poplauschi
    2016-06-01 10:02:20 +0300  
    Browse Files
  • Based on the previous change, we now can avoid the memory cache for GIFs, as the… ...
    ada86ab9
    … memory cache only holds UIImage instances and we need the NSData. Forced to load from disk if the image is a GIF
    by Bogdan Poplauschi
    2016-06-01 09:45:13 +0300  
    Browse Files