• 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
12 Jun, 2015
2 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

11 Jun, 2015
1 commit
  • Fix http://git.chromium.org/webm/libwebp.git/info/refs not valid
    dfc57ac9
    by Joel
    2015-06-11 15:14:23 +0800  
    Browse Files

08 Jun, 2015
1 commit
  • fixed typ in method description ...
    8f3b5e93
    should say asynchronously in methods ```removeImageForKey...```
    by Konstantinos K
    2015-06-08 10:05:58 +0300  
    Browse Files

18 May, 2015
1 commit
  • Merge pull request #1085 from flovilmart/AppExtensionSafe ...
    91b42511
    Determines at runtime is UIApplication is available as per #1082
    by Olivier Poitrey
    2015-05-17 21:06:19 -0700  
    Browse Files

13 May, 2015
2 commits
  • Merge pull request #1143 from rromanchuk/feature/auto-purge-on-memory-event ...
    393d4f16
    Purge nscache on system memory notifications
    by Olivier Poitrey
    2015-05-13 12:14:50 -0700  
    Browse Files
  • Use subclassed NSCache
    78be42ee
    by Ryan Romanchuk
    2015-05-13 11:03:13 -0700  
    Browse Files

12 May, 2015
2 commits
  • Purge nscache on system memory notifications
    4756d5dc
    by Ryan Romanchuk
    2015-05-12 16:24:23 -0700  
    Browse Files
  • Merge pull request #1111 from molon/master ...
    a5168816
    failedURLs can be removed at the appropriate time.
    by Konstantinos K
    2015-05-12 08:37:14 +0300  
    Browse Files

11 May, 2015
2 commits
  • Merge pull request #1140 from rromanchuk/feature/add-count-limits ...
    98989d95
    Add NSCache countLimit property
    by Olivier Poitrey
    2015-05-11 12:48:37 -0700  
    Browse Files
  • Add NSCache countLimit property in attempts to get better control of cache eviction.
    f72f4c18
    by Ryan Romanchuk
    2015-05-11 11:02:33 -0700  
    Browse Files

08 Apr, 2015
1 commit
  • failedURLs can be removed at the appropriate time.
    9ae8f974
    by molon
    2015-04-08 18:24:52 +0800  
    Browse Files

31 Mar, 2015
1 commit
  • Merge pull request #1104 from pollarm/master ...
    704c6305
    Fix parenthesis to avoid crashes
    by Bogdan Poplauschi
    2015-03-31 12:32:37 +0300  
    Browse Files

30 Mar, 2015
2 commits
  • Fix parenthesis to avoid crashes
    4dd5a668
    by Mike Pollard
    2015-03-30 21:30:16 +0100  
    Browse Files
  • Merge pull request #1101 from samritchie/master ...
    6690de8c
    Carthage build fails in Xcode 6.2
    by Bogdan Poplauschi
    2015-03-30 12:04:02 +0300  
    Browse Files

29 Mar, 2015
1 commit
  • Changed deployment target to 8.0
    9c00f5cd
    by Sam Ritchie
    2015-03-29 12:29:25 +0800  
    Browse Files

22 Mar, 2015
1 commit
  • Lowers deployment target to 8.0
    a897811e
    by Florent Vilmart
    2015-03-22 16:40:44 -0400  
    Browse Files

20 Mar, 2015
4 commits
  • Replaces direct calls to UIApplication by peformSelector
    a66a790e
    by Florent Vilmart
    2015-03-20 18:37:55 -0400  
    Browse Files
  • Determines at runtime is UIApplication is available as per #1082
    17a48036
    by Florent Vilmart
    2015-03-20 15:29:28 -0400  
    Browse Files
  • Merge pull request #1081 from flovilmart/Carthage ...
    70dfe151
    Adds shared scheme for WebImage in SDWebImage.xcodeproj
    by Bogdan Poplauschi
    2015-03-20 08:28:49 +0200  
    Browse Files
  • Adds shared scheme for WebImage in SDWebImage.xcodeproj
    f2252b34
    by Florent Vilmart
    2015-03-19 21:15:53 -0400  
    Browse Files

19 Mar, 2015
16 commits
  • @3x support - replaced #1005
    9620fffa
    by Bogdan Poplauschi
    2015-03-19 23:44:25 +0200  
    Browse Files
  • Merge pull request #1045 from mariusschulz/patch-1 ...
    4f97897a
    Updates Podfile entry to v3.7
    by Bogdan Poplauschi
    2015-03-19 23:38:13 +0200  
    Browse Files
  • Merge pull request #1071 from flovilmart/Carthage ...
    cd0c57f4
    Adds support for iOS 8+ Framework and Carthage
    by Bogdan Poplauschi
    2015-03-19 23:33:06 +0200  
    Browse Files
  • Adds Carthage WebImage scheme to workspace
    c0c5e0d7
    by Florent Vilmart
    2015-03-19 14:14:11 -0400  
    Browse Files
  • Merge pull request #1075 from ikesyo/refactor-image-cache-cost ...
    2b688699
    [Refactor] Implement cache cost calculation as a inline function
    by Bogdan Poplauschi
    2015-03-19 14:23:33 +0200  
    Browse Files
  • Merge pull request #1054 from heistings/develop ...
    d56c4f3d
    Use __typeof(self) when assigning weak reference for block.
    by Bogdan Poplauschi
    2015-03-19 14:19:58 +0200  
    Browse Files
  • Merge pull request #1041 from john-07/master ...
    eac0b816
    allow override diskCachePath
    by Bogdan Poplauschi
    2015-03-19 14:13:34 +0200  
    Browse Files
  • Merge pull request #1038 from rounak/patch-1 ...
    85dde521
    fixed typo
    by Bogdan Poplauschi
    2015-03-19 14:10:13 +0200  
    Browse Files
  • Replacing #1018 - avoid warning "<Error>: ImageIO: CGImageSourceCreateWithData d… ...
    88ee3c67
    …ata parameter is nil" if imageData is nil
    by Bogdan Poplauschi
    2015-03-19 13:52:44 +0200  
    Browse Files
  • Merge pull request #1017 from warld-limited/prefetcher_patch ...
    6e947240
    [Memory Issue] Clear SDWebImagePrefetcher progressBlock when it has completed
    by Bogdan Poplauschi
    2015-03-19 13:47:17 +0200  
    Browse Files
  • Replaces #1016
    7f99c018
    by Bogdan Poplauschi
    2015-03-19 12:10:59 +0200  
    Browse Files
  • Formatting in the readme.md
    72ed897c
    by Bogdan Poplauschi
    2015-03-19 12:09:45 +0200  
    Browse Files
  • Added some files to the workspace so they are easier to edit
    84314813
    by Bogdan Poplauschi
    2015-03-19 12:06:55 +0200  
    Browse Files
  • Merge pull request #985 from songfrank/master ...
    fb206308
    Bug fix:Collection <__NSArrayM: > was mutated while being enumerated
    by Bogdan Poplauschi
    2015-03-19 11:57:15 +0200  
    Browse Files
  • Merge pull request #988 from wantedly/improve-operation-behavior ...
    beabb184
    Improve operation behavior
    by Bogdan Poplauschi
    2015-03-19 11:54:01 +0200  
    Browse Files
  • Merge pull request #1011 from mattjgalloway/error_domain ...
    0ef0e07f
    Make a constant for the error domain
    by Bogdan Poplauschi
    2015-03-19 10:55:59 +0200  
    Browse Files

18 Mar, 2015
3 commits
  • Merge pull request #1076 from ikesyo/faild-urls-nsset ...
    27e3038e
    [Refactor] Use NSMutableSet for failed URLs' storage instead of array
    by Bogdan Poplauschi
    2015-03-18 11:24:55 +0200  
    Browse Files
  • [Refactor] Use NSMutableSet for failed URLs' storage instead of array
    210c13d1
    by Syo Ikeda
    2015-03-18 12:33:28 +0900  
    Browse Files
  • [Refactor] Implement cache cost calculation as a inline function
    021607a8
    by Syo Ikeda
    2015-03-18 12:27:23 +0900  
    Browse Files