• 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
04 May, 2016
1 commit
  • Fixed completion logic in MKAnnotationView+WebCache
    d2b648e8
    by Massimo Oliviero
    2016-05-04 17:23:05 +0200  
    Browse Files

31 Jul, 2015
1 commit
  • Merge pull request #1236 from mythodeia/master ...
    0df58e49
    better handling of colorspace models
    by Bogdan Poplauschi
    2015-07-31 09:54:49 +0300  
    Browse Files

16 Jul, 2015
1 commit
  • better handling of colorspace models
    fb62c3fd
    by mythodeia
    2015-07-17 00:11:54 +0300  
    Browse Files

15 Jul, 2015
9 commits
  • Merge pull request #1218 from mythodeia/master ...
    a45c722f
    progress callbacks now report on main thread
    by Bogdan Poplauschi
    2015-07-16 00:11:12 +0300  
    Browse Files
  • progress reports on main thread
    25b4c178
    by mythodeia
    2015-07-15 23:56:05 +0300  
    Browse Files
  • Merge pull request #1217 from mythodeia/master ...
    be560a40
    Import fixes from @mythodeia 's fork
    by Bogdan Poplauschi
    2015-07-15 23:42:00 +0300  
    Browse Files
  • added option to disable memory cache ...
    df751e73
    use this:
    ```shouldDisableMemoryCache``` to toggle memory cache
    by mythodeia
    2015-07-15 11:35:03 +0300  
    Browse Files
  • disable iCloud backup
    a9ea1328
    by mythodeia
    2015-07-15 11:04:44 +0300  
    Browse Files
  • activity indicator added ...
    c68d585e
    ```
    [cell.imageView setShowActivityIndicatorView:YES];
    [cell.imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray];
    ```
    by mythodeia
    2015-07-15 10:50:04 +0300  
    Browse File »
  • fix unsupported parameter combination issues ...
    4cfb12c0
    when CGBitmapContextCreate is called
    by mythodeia
    2015-07-15 10:45:31 +0300  
    Browse Files
  • set as default the device's screen scale
    dcde40fc
    by mythodeia
    2015-07-15 10:43:29 +0300  
    Browse Files
  • Update README.md
    ae11cf7e
    by Konstantinos K
    2015-07-15 09:39:25 +0300  
    Browse Files

14 Jul, 2015
1 commit
  • Merge pull request #1125 from pauruiz/CacheTests ...
    0373b97f
    Cache tests
    by Bogdan Poplauschi
    2015-07-14 16:39:47 +0300  
    Browse Files

13 Jul, 2015
3 commits
  • Bumped podspec version
    5c7dc8c2
    by Bogdan Poplauschi
    2015-07-13 23:02:15 +0300  
    Browse Files
  • Merge pull request #1153 from LukeDurrant/CustomDiskCachePath ...
    ba335fc7
    Custom disk cache path
    by Bogdan Poplauschi
    2015-07-13 22:18:55 +0300  
    Browse Files
  • Coding style updates
    33c13e79
    by Bogdan Poplauschi
    2015-07-13 22:18:33 +0300  
    Browse Files

02 Jul, 2015
1 commit
  • Merge pull request #1188 from bill350/master ...
    f611d5e5
    Add an option called "SDWebImageAvoidAutoImageFill" to avoid automati…
    by Bogdan Poplauschi
    2015-07-02 18:07:44 +0300  
    Browse Files

01 Jul, 2015
1 commit
  • Rename SDWebImageAvoidAutoImageFill option to SDWebImageAvoidAutoSetImage
    4d6693c8
    by Jean-Charles SORIN
    2015-07-01 10:11:35 +0200  
    Browse Files

29 Jun, 2015
3 commits
  • Merge pull request #1199 from keslcod/master ...
    ef578240
    A minor thing: Avoid compiler warning about the missing new line at the end of the file
    by Bogdan Poplauschi
    2015-06-29 14:36:09 +0300  
    Browse Files
  • Add newline to avoid compiler warning
    d107a801
    by Florian Buerger
    2015-06-29 11:48:49 +0200  
    Browse Files
  • Revert "Fixing casing for #import "webp/decode.h" (#import "WebP/decode.h") not" ...
    b111d624
    This reverts commit 48d4adc2.
    by Bogdan Poplauschi
    2015-06-29 11:41:32 +0300  
    Browse Files

25 Jun, 2015
2 commits
  • Merge pull request #1196 from unlucio/webp-case ...
    511ce999
    Fixing casing for #import "webp/decode.h"
    by Bogdan Poplauschi
    2015-06-25 10:38:04 +0300  
    Browse Files
  • Fixing casing for #import "webp/decode.h" (#import "WebP/decode.h") not ...
    48d4adc2
    working on case sensitive HDs
    by unLucio
    2015-06-25 11:04:55 +0400  
    Browse Files

24 Jun, 2015
13 commits
  • Merge pull request #1158 from akmarinov/master ...
    7e160e34
    Fixed an issue that causes URLs with trailing parameters to be assign…
    by Bogdan Poplauschi
    2015-06-25 01:33:39 +0300  
    Browse Files
  • Merge pull request #1138 from KoCMoHaBTa/KoCMoHaBTa-patch-1074 ...
    466e4011
    Applied patch for issue #1074
    by Bogdan Poplauschi
    2015-06-25 01:15:01 +0300  
    Browse Files
  • Merge pull request #1167 from jiangmingz/patch-2 ...
    08e9962b
    fix ImageIO: CGImageSourceCreateWithData data parameter is nil
    by Konstantinos K
    2015-06-24 19:34:50 +0300  
    Browse Files
  • Merge pull request #1178 from marciomeschini/marco/fix_accept_header ...
    7692bd26
    add webp accepted content type only if WebP enabled
    by Konstantinos K
    2015-06-24 19:24:47 +0300  
    Browse Files
  • Merge pull request #1159 from stephanecopin/errorCodeFailedURLs ...
    2ee4bfe2
    Add handling for additional error codes that shouldn't be considered a permanent failure
    by Konstantinos K
    2015-06-24 19:12:09 +0300  
    Browse Files
  • Merge pull request #1121 from archfear/transparancy_fix ...
    8021ddd3
    Fix for transparency being lost in transformed images.
    by Konstantinos K
    2015-06-24 19:10:02 +0300  
    Browse Files
  • fix(): simplify logic for failed URLs error code on iOS6/7
    db4f3fc9
    by stephane-fueled
    2015-06-24 10:57:16 -0400  
    Browse Files
  • feat(failedURLs): add additional error codes that shouldn't be considered as a permanent failure
    44994416
    by stephane-fueled
    2015-06-24 10:54:58 -0400  
    Browse Files
  • fix directive ...
    e622b290
    apologies. yeah, #elseif was quite inappropriate for this case
    by Marco Meschini
    2015-06-24 09:58:19 +0100  
    Browse Files
  • 404 image url was causing the test to fail
    0e761f4a
    by Konstantinos K
    2015-06-24 10:37:31 +0300  
    Browse Files
  • Merge pull request #1177 from aschuch/master ...
    43115af1
    libwebp submodule moved to another location
    by Konstantinos K
    2015-06-24 09:56:35 +0300  
    Browse Files
  • Merge pull request #1193 from rs/revert-1175-master ...
    01a5cfb8
    Revert "Fixes http://git.chromium.org/webm/libwebp.git/info/refs not …
    by Konstantinos K
    2015-06-24 09:52:53 +0300  
    Browse Files
  • Revert "Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid"
    ef1a1c3c
    by Konstantinos K
    2015-06-24 09:47:14 +0300  
    Browse Files

18 Jun, 2015
1 commit
  • Add an option called "SDWebImageAvoidAutoImageFill" to avoid automatic image add… ...
    5d2963ac
    …ition in UIImageView and let developer to do it himself
    by Jean-Charles SORIN
    2015-06-18 19:18:45 +0200  
    Browse Files

12 Jun, 2015
3 commits
  • add webp accepted content type only if WebP enabled ...
    26698f9d
    Send WebP as accepted content type only if it is enabled. In case it's not, stick with the standard formats in order to avoid the server sending us back WebP images.
    by Marco Meschini
    2015-06-12 17:04:33 +0100  
    Browse Files
  • Merge pull request #1175 from joelchen/master ...
    48d10c17
    Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid
    by Konstantinos K
    2015-06-12 18:13:56 +0300  
    Browse Files
  • Update .gitmodules
    1f65ca77
    by Alexander Schuch
    2015-06-12 16:48:10 +0200  
    Browse Files