• 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
06 Oct, 2016
1 commit
  • Merge pull request #787 from gsempe:master ...
    959d9652
    Add an option to scale down large images on iOS
    by Bogdan Poplauschi
    2016-10-06 13:28:55 +0300  
    Browse Files

05 Oct, 2016
4 commits
  • Changelog update
    73617251
    by Bogdan Poplauschi
    2016-10-05 12:24:48 +0300  
    Browse Files
  • Updated the README backwards compatibility section and linked the 4.0 Migration Guide
    7edd2654
    by Bogdan Poplauschi
    2016-10-05 11:50:49 +0300  
    Browse Files
  • Added a draft for the Migration Guide document.
    9ede7034
    by Bogdan Poplauschi
    2016-10-05 11:50:23 +0300  
    Browse Files
  • Added the Docs folder to the Xcode workspace
    cf7a5db3
    by Bogdan Poplauschi
    2016-10-05 11:41:14 +0300  
    Browse Files

04 Oct, 2016
4 commits
  • Updated the test for FLAnimatedImage
    9c0c31f5
    by Bogdan Poplauschi
    2016-10-04 16:48:12 +0300  
    Browse Files
  • Made sure SDWebImageCompat.h is imported in all the headers
    7e0964f8
    by Bogdan Poplauschi
    2016-10-04 16:13:08 +0300  
    Browse Files
  • Fixed documentation warning, param name is `completionBlock`
    945f8691
    by Bogdan Poplauschi
    2016-10-04 16:11:35 +0300  
    Browse Files
  • Merge pull request #1687 from diejmon/4.x ...
    267635ee
    Fix FLAnimatedImageView+WebCache.m not got compiled
    by Bogdan Poplauschi
    2016-10-04 16:04:12 +0300  
    Browse Files

03 Oct, 2016
1 commit
  • Fix FLAnimatedImageView+WebCache.m not got compiled ...
    a347abad
    Because of missing SD_UIKIT definition.
    by Alexander Belyavskiy
    2016-10-03 09:29:24 +0300  
    Browse Files

01 Oct, 2016
11 commits
  • Updated the README
    357e4241
    by Bogdan Poplauschi
    2016-10-01 15:25:08 +0300  
    Browse Files
  • The Carthage build phase takes too long (5 minutes). Removing it.
    d6fa29c8
    by Bogdan Poplauschi
    2016-10-01 13:08:14 +0300  
    Browse Files
  • Fixed the tests - were failing because of the #984 changes
    ed5f018c
    by Bogdan Poplauschi
    2016-10-01 12:40:50 +0300  
    Browse Files
  • #1089 properly stated on all API docs that the progressBlock is called on a background queue
    62180db8
    by Bogdan Poplauschi
    2016-10-01 12:29:12 +0300  
    Browse Files
  • Fix #1619 iOS10 Crash issue
    7940577b
    by Bogdan Poplauschi
    2016-10-01 12:13:31 +0300  
    Browse Files
  • Merge pull request #984 from gztchan:master ...
    83828990
    Add url as param to progress block
    by Bogdan Poplauschi
    2016-10-01 10:06:35 +0300  
    Browse Files
  • Merge pull request #1459 from mime29:macrowarning ...
    e844a854
    Updated dispatch_ macro in order to avoid redefinition when included as Pod
    by Bogdan Poplauschi
    2016-10-01 09:52:40 +0300  
    Browse Files
  • Merge pull request #1654 from Wondermall/session-configuration ...
    9012d268
    Allow to specify NSURLSessionConfiguration for SDWebImageDownloader
    by Bogdan Poplauschi
    2016-10-01 09:37:11 +0300  
    Browse Files
  • The shared objects (not really singletons) should allow subclassing, therefore t… ...
    c57cf7e6
    …he return type should be instancetype and not a fixed type.
    by Bogdan Poplauschi
    2016-10-01 09:28:21 +0300  
    Browse Files
  • Replaced #1537 - fixed a potential retain cycle in `SDWebImageManager`.
    9cd6779b
    by Bogdan Poplauschi
    2016-10-01 09:19:32 +0300  
    Browse Files
  • Updated the README
    b7325c09
    by Bogdan Poplauschi
    2016-10-01 09:03:41 +0300  
    Browse Files

30 Sep, 2016
19 commits
  • Merge pull request #1657 from mackoj/master ...
    02a9eab4
    Add support for downloading images behind redirect
    by Bogdan Poplauschi
    2016-09-30 22:34:54 +0300  
    Browse Files
  • Merge pull request #1593 from corydolphin:patch/fix-carthage-tvos ...
    64878cb2
    Enables BITCODE for tvOS builds
    by Bogdan Poplauschi
    2016-09-30 21:47:09 +0300  
    Browse Files
  • Replaced #1640 - Added `sd_` prefix to the activity indicator related methods (`… ...
    17ae7919
    …setShowActivityIndicatorView:`, `setIndicatorStyle:`, `showActivityIndicatorView`, `addActivityIndicator`, `removeActivityIndicator`)
    by Bogdan Poplauschi
    2016-09-30 21:36:34 +0300  
    Browse Files
  • Merge pull request #1676 from jimmaye/background-crash-io10 ...
    fc3a4d81
    #1619: Adds NSError as input to resourceValuesForKeys:error: method
    by Bogdan Poplauschi
    2016-09-30 21:26:02 +0300  
    Browse Files
  • The iOS demo uses the dynamic framework instead of the static one
    2ec9dd76
    by Bogdan Poplauschi
    2016-09-30 21:16:48 +0300  
    Browse Files
  • Stopped the simulators from being too verbose
    13ffb232
    by Bogdan Poplauschi
    2016-09-30 21:07:44 +0300  
    Browse Files
  • Update according to Xcode 8 recommended settings. Set the deployment target to i… ...
    67e07197
    …OS 8.0. No code signing. Enabled some warnings
    by Bogdan Poplauschi
    2016-09-30 21:06:05 +0300  
    Browse Files
  • Small update to the readme
    6d4e45ba
    by Bogdan Poplauschi
    2016-09-30 21:01:31 +0300  
    Browse Files
  • Made sure we don't crash here if the operation is nil at some point
    a8ad2a5c
    by Bogdan Poplauschi
    2016-09-30 15:27:31 +0300  
    Browse Files
  • Replacing #781 - made sure completionBlock called from `SDWebImageManager` is ca… ...
    0c47bc30
    …lled on the main queue. Created 2 methods to simplify the code for calling the completions
    by Bogdan Poplauschi
    2016-09-30 15:19:17 +0300  
    Browse Files
  • Improved readability in `SDWebImageManager` by creating `safelyRemoveOperationFromRunning:` method
    265ace4a
    by Bogdan Poplauschi
    2016-09-30 14:53:52 +0300  
    Browse Files
  • Small fix, this needs to be `strongOperation`
    fdb8b2c1
    by Bogdan Poplauschi
    2016-09-30 14:45:44 +0300  
    Browse Files
  • Replacing #781 - made sure all the completionBlocks called from `SDWebImageDownl… ...
    c77adf44
    …oaderOperation` are called on the main queue. Created 2 methods to simplify the code for calling the completions
    by Bogdan Poplauschi
    2016-09-30 14:43:38 +0300  
    Browse Files
  • Replacing #781 - replaced all the remaining `dispatch_main_sync_safe` with `disp… ...
    f7e82460
    …atch_main_async_safe`, so we no longer `dispatch_sync` on the main queue that can create issues.
    by Bogdan Poplauschi
    2016-09-30 13:22:56 +0300  
    Browse Files
  • Replacing #781 - based on http://blog.benjamin-encz.de/post/main-queue-vs-main-t… ...
    062e50aa
    …hread/, background queue can execute code on the main thread, so we need to check for the main queue to assure safety
    by Bogdan Poplauschi
    2016-09-30 13:17:57 +0300  
    Browse Files
  • Updated the image used by the watchOS demo
    2b721a6e
    by Bogdan Poplauschi
    2016-09-30 10:12:58 +0300  
    Browse Files
  • The watchOS demo uses the watch dynamic framework
    55e1e8c7
    by Bogdan Poplauschi
    2016-09-30 10:12:45 +0300  
    Browse Files
  • Added SDImageCacheConfig.h and UIView+WebCache.h to the umbrella header
    f1a19df7
    by Bogdan Poplauschi
    2016-09-30 09:33:06 +0300  
    Browse Files
  • Fixed build due to latest animated WebP support that was not properly adapted fo… ...
    3c4aa45f
    …r OSX. For OSX, this will not work because the `animatedImageWithImages:duration:` API does not have an equivalent there.
    by Bogdan Poplauschi
    2016-09-30 09:32:34 +0300  
    Browse Files