• 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
02 Nov, 2014
3 commits
  • Updated the Tests project after updating to CocoaPods 0.34.4
    d9d9ceed
    by Bogdan Poplauschi
    2014-11-02 22:53:32 +0200  
    Browse Files
  • Merge pull request #897 from MrAlek/fix/max-concurrency-count ...
    759f0b9a
    Increased default maxConcurrentOperationCount, fixes #527
    by Bogdan Poplauschi
    2014-11-02 19:33:11 +0200  
    Browse Files
  • Increased default maxConcurrentOperationCount, fixing issue #527
    09b6ee94
    by Alek Åström
    2014-11-02 18:06:17 +0100  
    Browse Files

31 Oct, 2014
7 commits
  • Merge pull request #840 from foxling/master ...
    1a3ccc2e
    fix #610 display progressive jpeg issue
    by Bogdan Poplauschi
    2014-10-31 20:12:38 +0200  
    Browse Files
  • Merge pull request #876 from matias-pequeno/custom_operations ...
    125515d7
    Allows user to override default SDWebImageDownloaderOperation
    by Bogdan Poplauschi
    2014-10-31 20:08:45 +0200  
    Browse Files
  • Merge pull request #886 from hsoi/fix-implicit-atomicity-declaration ...
    a4c213ec
    Fix implicit atomicity declaration of the SDWebImageManager.cacheKeyFilter
    by Bogdan Poplauschi
    2014-10-31 20:05:25 +0200  
    Browse Files
  • Merge pull request #898 from mattjgalloway/xctest_async ...
    b0ff8516
    Switch to built in XCTest async
    by Bogdan Poplauschi
    2014-10-31 20:02:42 +0200  
    Browse Files
  • Merge pull request #936 from flexih/master ...
    c3c55784
    Decoding webp, depends on source image data alpha status.
    by Bogdan Poplauschi
    2014-10-31 20:00:55 +0200  
    Browse Files
  • Merge pull request #937 from pavelosipov/master ...
    52b2b70a
    Implement 'SDWebImageDownloaderAllowInvalidSSLCertificates' option.
    by Bogdan Poplauschi
    2014-10-31 19:59:31 +0200  
    Browse Files
  • Fixed #774 - remove deprecated methods. Since 4.0 is a major release, we don't n… ...
    62a8ee1a
    …eed the backwards compatible methods
    by Bogdan Poplauschi
    2014-10-31 19:12:42 +0200  
    Browse Files

23 Oct, 2014
2 commits
  • Implement 'SDWebImageDownloaderAllowInvalidSSLCertificates' option.
    75944258
    by Pavel Osipov
    2014-10-23 17:16:28 +0400  
    Browse Files
  • Decoding webp, depends on source image data alpha status.
    83ad6fa9
    by flexih
    2014-10-23 12:14:43 +0800  
    Browse Files

14 Oct, 2014
2 commits
  • Merge pull request #929 from kirualex/patch-2 ...
    d2da4d0d
    Handle empty urls NSArray
    by Olivier Poitrey
    2014-10-14 07:14:45 -0700  
    Browse Files
  • Handle empty urls NSArray ...
    98082a67
    In some cases the user may end up with an empty urls NSArray, in which case the completion block is never called.
    This commit handle such case to call immediately the completion block (if any)
    by Alexis Creuzot
    2014-10-14 11:16:58 +0200  
    Browse Files

22 Sep, 2014
2 commits
  • Merge pull request #896 from skrew/master ...
    2233b5e7
    Update UIImageView+WebCache.m
    by Bogdan Poplauschi
    2014-09-22 22:23:19 +0300  
    Browse Files
  • Fixed #900 by adding a new flag SD_LOG_NONE that allows silencing the SD logs from the Prefetcher
    ee3c351a
    by Bogdan Poplauschi
    2014-09-22 22:15:45 +0300  
    Browse Files

15 Sep, 2014
1 commit
  • Switch to built in XCTest async
    66a6873b
    by Matt Galloway
    2014-09-15 12:06:11 +0100  
    Browse Files

12 Sep, 2014
3 commits
  • Update UIImageView+WebCache.m ...
    54a772eb
    Can cause animation losing or crash if you are in a thread.
    by eric@skrobs
    2014-09-12 20:03:34 +0200  
    Browse Files
  • Merge pull request #893 from asparagui/sp_fixes ...
    5f4d7f44
    minor spelling (forth->fourth)
    by Bogdan Poplauschi
    2014-09-12 09:45:33 +0300  
    Browse Files
  • minor spelling (forth->fourth)
    5284ac66
    by Brett Koonce
    2014-09-11 19:24:54 -0700  
    Browse Files

11 Sep, 2014
1 commit
  • Merge pull request #890 from kyleclegg/master ...
    43af50c5
    Updated key filter sample code
    by Bogdan Poplauschi
    2014-09-11 09:41:42 +0300  
    Browse Files

10 Sep, 2014
1 commit
  • Updated code sample to not use deprecated api
    013ccba5
    by Kyle Clegg
    2014-09-10 12:51:25 -0600  
    Browse Files

04 Sep, 2014
1 commit
  • atomicity was implicit (compiler complained). Declared 'nonatomic' as that's fairly standard on iOS
    3c822787
    by John C. Daub
    2014-09-04 09:08:47 -0500  
    Browse Files

01 Sep, 2014
1 commit
  • Merge pull request #879 from dulgan/patch-1 ...
    11125c43
    Adding a flag for Cocoa Pods users
    by Bogdan Poplauschi
    2014-09-01 16:09:36 +0300  
    Browse Files

27 Aug, 2014
1 commit
  • Adding a flag for Cocoa Pods users ...
    249adae4
    Using the Parse framework and SDWebImage frameworks installed via Cocoa Pods gives the same error as described in the Alternatively section of the Add Linker Flag section in this Readme.
    I found a solution here : http://www.deanmao.com/2012/12/31/linker-error-using-cocoapods/
    by dulgan
    2014-08-27 14:10:27 +0200  
    Browse Files

15 Aug, 2014
1 commit
  • Adds setter to override default SDWebImageDownloaderOperation.
    3671cdde
    by Matias Pequeno
    2014-08-14 18:12:37 -0700  
    Browse Files

12 Aug, 2014
3 commits
  • Updated README.md with CocoaDocs link
    6dfec7cc
    by Bogdan Poplauschi
    2014-08-12 13:59:40 +0300  
    Browse Files
  • Merge pull request #854 from Gabro/patch-1 ...
    15cda1b5
    More explicit error message in case of nil completedBlock
    by Bogdan Poplauschi
    2014-08-12 12:26:01 +0300  
    Browse Files
  • More explicit error message in case of nil completedBlock ...
    ec6b6e72
    NSParameterAssert doesn't provide enough information for understanding the API misuse.
    Pointing the API user to SDWebImagePrefetcher makes more sense, as a nil completedBlock most likely signifies the intention of prefetching the image.
    by Gabriele Petronella
    2014-08-12 11:23:31 +0200  
    Browse Files

11 Aug, 2014
3 commits
  • Updated references to libwebp files after the changes from their latest release (0.4.1)
    16eea9f1
    by Bogdan Poplauschi
    2014-08-11 15:00:19 +0300  
    Browse Files
  • Merge pull request #850 from tonyarnold/fix-comment-documentation ...
    8bf39a92
    Fix misnamed parameters in comment documentation
    by Bogdan Poplauschi
    2014-08-11 10:31:45 +0300  
    Browse Files
  • Fix misnamed parameters in comment documentation
    a31b9d46
    by Tony Arnold
    2014-08-11 17:27:05 +1000  
    Browse Files

08 Aug, 2014
1 commit
  • Updated libwebp reference to 0.4.1 (this fixed the arm64 build issues)
    f1041856
    by Bogdan Poplauschi
    2014-08-08 18:12:59 +0300  
    Browse Files

06 Aug, 2014
1 commit
  • Merge pull request #838 from justjimmy/master ...
    044abf40
    fix cancelAll crash (Issue #809)
    by Bogdan Poplauschi
    2014-08-06 19:20:47 +0300  
    Browse Files

04 Aug, 2014
3 commits
  • Merge pull request #703 from talklittle/master ...
    55c7c6c8
    Flag to transform animated images
    by Bogdan Poplauschi
    2014-08-04 11:47:06 +0300  
    Browse Files
  • Flag to transform animated images ...
    a8c4fa48
    Using a new SDWebImageOptions flag: SDWebImageTransformAnimatedImage
    by Andrew Shu
    2014-08-04 01:42:12 -0700  
    Browse Files
  • fix #610
    b2909fb2
    by foxling
    2014-08-04 15:17:58 +0800  
    Browse Files

31 Jul, 2014
1 commit
  • fix cancelAll crash
    3587b8d1
    by Jimmy Lee
    2014-07-31 10:10:52 +1000  
    Browse Files

28 Jul, 2014
1 commit
  • Merge pull request #836 from reiz/master ...
    2eef774e
    Add Reference & Dependency Badges
    by Bogdan Poplauschi
    2014-07-28 13:47:42 +0300  
    Browse Files

26 Jul, 2014
1 commit
  • Add References Badge to Readme
    bf6be426
    by Robert Reiz
    2014-07-26 10:45:46 +0200  
    Browse Files