• 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
16 Dec, 2014
6 commits
  • Merge branch 'improve-operation-behavior'
    22750a18
    by Naoki Morita
    2014-12-16 12:35:44 +0900  
    Browse Files
  • Fix typo.
    f7a23211
    by Naoki Morita
    2014-12-16 12:35:17 +0900  
    Browse Files
  • Fix notification name.
    d90d1158
    by Naoki Morita
    2014-12-16 12:24:57 +0900  
    Browse Files
  • Fix notification name.
    327c4443
    by Naoki Morita
    2014-12-16 12:23:41 +0900  
    Browse Files
  • Improve operation behavior to get more information of it.
    cd977d70
    by Naoki Morita
    2014-12-16 11:48:26 +0900  
    Browse Files
  • Fix NSNotificationCenter dispatch on subthreads.
    3d3471e4
    by Naoki Morita
    2014-12-16 10:52:34 +0900  
    Browse Files

06 Nov, 2014
3 commits
  • Revert "Loading Indicator view with 2 lines of code" ...
    6698910f
    This reverts commit 2cfa5ccb.
    by Bogdan Poplauschi
    2014-11-06 19:59:27 +0200  
    Browse Files
  • Loading Indicator view with 2 lines of code ...
    2cfa5ccb
    added support for UIActivityIndicatorView while the image is
    downloaded, without adding extra ‘setImageWithUrl’ methods to the
    UIImageView+WebCache category.
    I used [this pull
    request](https://github.com/mythodeia/UIActivityIndicator-for-SDWebImage
    ), original author is [JJSaccolo](https://github.com/JJSaccolo), and
    modded it a bit to support loading indicator while the image is
    downloading.
    
    the usage is basically this right before the usual sd_setImage...
    methods:
    ```
            // show activity indicator
            [cell.imageView setShowActivityIndicatorView:YES];
            // choose indicator style
            [cell.imageView
    setIndicatorStyle:UIActivityIndicatorViewStyleGray];
    ```
    by mythodeia
    2014-11-06 19:26:44 +0200  
    Browse Files
  • Updated Readme with git clone command
    afd1931c
    by Bogdan Poplauschi
    2014-11-06 14:20:35 +0200  
    Browse Files

04 Nov, 2014
7 commits
  • Everything worked except the tests, trying using xcodebuild instead of xctool
    0aa9b61b
    by Bogdan Poplauschi
    2014-11-04 13:52:11 +0200  
    Browse Files
  • Another try with Travis CI, this time no clean action, as it fails with ...
    542fc298
    xcodebuild build clean
    Scheme Tests is not currently configured for the clean action.
    by Bogdan Poplauschi
    2014-11-04 13:44:45 +0200  
    Browse Files
  • Moved all schemes to the workspace container plus created scheme for Tests
    87384290
    by Bogdan Poplauschi
    2014-11-04 12:45:04 +0200  
    Browse Files
  • Reverted last change, doesn't work with Travis CI
    0b50b57c
    by Bogdan Poplauschi
    2014-11-04 12:28:49 +0200  
    Browse Files
  • Updated Travis CI config, making sure xctool is installed
    55f4bead
    by Bogdan Poplauschi
    2014-11-04 12:22:59 +0200  
    Browse Files
  • Updated Travis CI script, replaced xcpretty with xctool
    ef9a2798
    by Bogdan Poplauschi
    2014-11-04 12:16:25 +0200  
    Browse Files
  • Updated libwebp reference to 0.4.2
    01931d1d
    by Bogdan Poplauschi
    2014-11-04 10:55:59 +0200  
    Browse Files

02 Nov, 2014
7 commits
  • Merge pull request #941 from mishagray/cost_compute_fix ...
    914ed45a
    Cost compute fix
    by Bogdan Poplauschi
    2014-11-02 23:55:23 +0200  
    Browse Files
  • Merge pull request #942 from Krivoblotsky/master ...
    b596c9c1
    '304 Not Modified' HTTP status code handling.
    by Bogdan Poplauschi
    2014-11-02 23:52:10 +0200  
    Browse Files
  • The code from SDWebImageDownloaderOperation connection:didFailWithError: should … ...
    7f39e5e6
    …match the code from connectionDidFinishLoading:. This fixes #872
    by Bogdan Poplauschi
    2014-11-02 23:20:16 +0200  
    Browse Files
  • Added Travis CI configuration file
    936f47c0
    by Bogdan Poplauschi
    2014-11-02 22:53:45 +0200  
    Browse Files
  • 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
9 commits
  • 304 http status code handling
    3d94e344
    by Serg Krivoblotsky
    2014-10-31 23:30:27 +0200  
    Browse Files
  • Merge commit '7d933740' into cost_compute_fix
    dfd2e2a2
    by Michael Gray
    2014-10-31 14:32:51 -0400  
    Browse Files
  • 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
1 commit
  • 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