• 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
13 Jun, 2016
5 commits
  • Added the osx platform to the podspec and set the osx deployment target to 10.8 … ...
    8e81f427
    …because of some compiler issues (pod lib lint)
    by Bogdan Poplauschi
    2016-06-13 09:47:09 +0300  
    Browse Files
  • Proper file header copyright
    13cfa24c
    by Bogdan Poplauschi
    2016-06-13 09:14:02 +0300  
    Browse Files
  • Updated the Travis CI script so it doesn't fail - both the "SDWebImage iOS Demo"… ...
    98fd09ff
    … and "SDWebImage Watch Demo" have dependencies with other platforms, so removing the -sdk option and added destination to make sure it builds for simulator
    by Bogdan Poplauschi
    2016-06-13 08:56:06 +0300  
    Browse Files
  • Updated deployment targets for the Demo project (no longer project level iOS tar… ...
    a4da728a
    …get, set watch to 2.0 and appletv to 9.0)
    by Bogdan Poplauschi
    2016-06-13 08:55:05 +0300  
    Browse Files
  • Let's try the build with Xcode 7.3
    67ef868d
    by Bogdan Poplauschi
    2016-06-13 08:25:34 +0300  
    Browse Files

12 Jun, 2016
10 commits
  • Updated the Travis CI script
    a6dcf79e
    by Bogdan Poplauschi
    2016-06-13 01:48:04 +0300  
    Browse Files
  • Correct import of MapKit
    9523b054
    by Bogdan Poplauschi
    2016-06-13 01:47:00 +0300  
    Browse Files
  • Update on the libSDWebImage.a rename to libSDWebImage iOS static.a
    ac36b844
    by Bogdan Poplauschi
    2016-06-13 01:23:39 +0300  
    Browse Files
  • Travis CI update
    d760b43b
    by Bogdan Poplauschi
    2016-06-13 01:15:28 +0300  
    Browse Files
  • Added tvOS demo
    f5171b3b
    by Bogdan Poplauschi
    2016-06-13 01:13:46 +0300  
    Browse Files
  • watchOS Demo, created a static watchos lib target, renamed static SDWebImage to … ...
    683c7edc
    …"SDWebImage iOS static", added the webp files to all targets (as libwebp is compatible with all 4 platforms). Updated Travis CI
    by Bogdan Poplauschi
    2016-06-13 00:53:08 +0300  
    Browse Files
  • OSX Example
    442b1342
    by Bogdan Poplauschi
    2016-06-13 00:09:55 +0300  
    Browse Files
  • OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility ...
    4c6eb5e7
    Clarified and simplified the usage of TARGET_OS_* macros. Added SD_MAC, SD_UIKIT, SD_IOS, SD_TV, SD_WATCH.
    Updated Travis CI
    by Bogdan Poplauschi
    2016-06-12 23:23:53 +0300  
    Browse Files
  • Added the watch framework build to the Travis CI script
    b8e210da
    by Bogdan Poplauschi
    2016-06-12 21:11:35 +0300  
    Browse Files
  • Projects cleanup, properly set targeted device family, sdkroot and supported pla… ...
    cc7fa8fd
    …tforms. Tried not to set things on the project level that need redefinition at the target level
    by Bogdan Poplauschi
    2016-06-12 21:10:18 +0300  
    Browse Files

10 Jun, 2016
2 commits
  • WatchOS support - just added a target and the conditional compiling - seems to w… ...
    3d122e55
    …ork (pod lib lint works).
    There is an issue, the SDWebImage watchOS target doesn't show the simulator, only Generic Device.
    Also need to add some demo and test code.
    by Bogdan Poplauschi
    2016-06-10 08:49:51 +0300  
    Browse Files
  • 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
2 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