FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for AsyncDisplayKit/ASMultiplexImageNode.mm - SummerXZX/AsyncDisplayKit · GitHub
SummerXZX
/
AsyncDisplayKit
Public
forked from
facebookarchive/AsyncDisplayKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
AsyncDisplayKit
AsyncDisplayKit
ASMultiplexImageNode.mm
on
master
User selector
Datepicker
Commit history
Commits on Jul 10, 2016
[Build] Remove Unused Imports across all of AsyncDisplayKit. This uses a feature of AppCode. (#1875)
Show description for 3b2af7e
appleguy
authored
3b2af7e
View commit details
Copy full SHA for 3b2af7e
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
Deallocate objects on a serial queue specific for deallocation (#1737)
Show description for aa5d730
maicki
authored and
appleguy
committed
aa5d730
View commit details
Copy full SHA for aa5d730
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Clean up header comments (for consistent Facebook licensing info) (#1741)
Show description for c857e80
hannahmbanana
authored and
appleguy
committed
c857e80
View commit details
Copy full SHA for c857e80
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
fixed typo and added backwards compatibility for 'visibilityDidChange'
lappp9
committed
fc5467b
View commit details
Copy full SHA for fc5467b
View code at this point
Browse repository at this point
changed '-visibilityDidChange:' to '-visiblieStateDidChange:' to match the others
lappp9
committed
e510120
View commit details
Copy full SHA for e510120
View code at this point
Browse repository at this point
Commits on May 10, 2016
Merge pull request #1632 from Adlai-Holler/ResolveMultiplexImageNodeLoadLoop
Show description for 1c98daf
appleguy
committed
1c98daf
View commit details
Copy full SHA for 1c98daf
View code at this point
Browse repository at this point
Commits on May 9, 2016
Add support for disabling progressive image rendering
Show description for c0eb6ca
garrettmoon
committed
c0eb6ca
View commit details
Copy full SHA for c0eb6ca
View code at this point
Browse repository at this point
Commits on May 7, 2016
[ASMultiplexImageNode] Do not request already-loaded images from data source to avoid loop
Adlai-Holler
committed
253692d
View commit details
Copy full SHA for 253692d
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
Add the ability for ASNetworkImageNodes to keep track of their progressive image quality
Wendy
committed
0b55df9
View commit details
Copy full SHA for 0b55df9
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Merge branch 'master' into ImageNodeImprovements
Show description for a216b17
Adlai-Holler
committed
a216b17
View commit details
Copy full SHA for a216b17
View code at this point
Browse repository at this point
[ASNetworkImageNode] Carry recent progress image block changes over from multiplex image node
Adlai-Holler
committed
bc8a2b1
View commit details
Copy full SHA for bc8a2b1
View code at this point
Browse repository at this point
[ASMultiplexImageNode] Reduce lockage in visibilityDidChange
Adlai-Holler
committed
f5adc79
View commit details
Copy full SHA for f5adc79
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Add support for animated GIFs
Show description for 3bcbfb1
garrettmoon
committed
3bcbfb1
View commit details
Copy full SHA for 3bcbfb1
View code at this point
Browse repository at this point
[ASMultiplexImageNode] Do not eagerly cancel image downloads
Adlai-Holler
committed
140ca71
View commit details
Copy full SHA for 140ca71
View code at this point
Browse repository at this point
Fix indentation
Adlai-Holler
committed
faf29dd
View commit details
Copy full SHA for faf29dd
View code at this point
Browse repository at this point
[ASMultiplexImageNode] Avoid deadlock by reading our interface state earlier
Adlai-Holler
committed
7128f69
View commit details
Copy full SHA for 7128f69
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
[ASMultiplexImageNode] Copy recent changes made to ASNetworkImageNode for progress image handling
Adlai-Holler
committed
0022cad
View commit details
Copy full SHA for 0022cad
View code at this point
Browse repository at this point
Commits on Mar 20, 2016
Merge pull request #1398 from facebook/Placeholders
Show description for 4297cb1
appleguy
committed
4297cb1
View commit details
Copy full SHA for 4297cb1
View code at this point
Browse repository at this point
[AsyncDisplayKit] Adopt #pragma once, remove last remaining dispatch_sync (UIScreen scale).
appleguy
committed
8308a4c
View commit details
Copy full SHA for 8308a4c
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
[ASDisplayNode] Placeholders should always be recreated if returning to past nodes.
Show description for c5c7abb
appleguy
committed
c5c7abb
View commit details
Copy full SHA for c5c7abb
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Add a space between the ? and : in ternarys
ejensen
committed
17aebcb
View commit details
Copy full SHA for 17aebcb
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
Mark depreciated protocols with deprivation attribute
ejensen
committed
c2f8539
View commit details
Copy full SHA for c2f8539
View code at this point
Browse repository at this point
Flatten indentation of parameter hierarchy
ejensen
committed
3d34c17
View commit details
Copy full SHA for 3d34c17
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Add clear image to ASMultiplexImageNode
maicki
committed
3c32c48
View commit details
Copy full SHA for 3c32c48
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
[AS*ImageNode] dispatch to the background before scheduling image download request (perf).
appleguy
committed
ca8357a
View commit details
Copy full SHA for ca8357a
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
Check loadedImageIdentifer before sending it to delegate
anhnguyens60
committed
8d603bf
View commit details
Copy full SHA for 8d603bf
View code at this point
Browse repository at this point
Provide a Synchronous Path for Loading Memory-Cached Images
Adlai-Holler
committed
da953ac
View commit details
Copy full SHA for da953ac
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Fix warnings
garrettmoon
committed
752f054
View commit details
Copy full SHA for 752f054
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Addressing comments
garrettmoon
committed
48fc481
View commit details
Copy full SHA for 48fc481
View code at this point
Browse repository at this point
Add default PINRemoteImageDownloader
garrettmoon
committed
5a4e4dc
View commit details
Copy full SHA for 5a4e4dc
View code at this point
Browse repository at this point
Commits on Jan 23, 2016
Exclude all of ASMultiplexImageNode from tvOS - for now.
Scott Goodson
committed
fe572c2
View commit details
Copy full SHA for fe572c2
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
[tvOS] Initial commit to make build run.
aaronschubert0
committed
cc4f604
View commit details
Copy full SHA for cc4f604
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
Introduced ASHierarchyState. Created ASDisplayNode+FrameworkPrivate.h. Fixed deadlock.
Scott Goodson
committed
8408842
View commit details
Copy full SHA for 8408842
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Scope like a boss
Adlai-Holler
committed
fca8614
View commit details
Copy full SHA for fca8614
View code at this point
Browse repository at this point
Lock and unlock manually when doing early return
Adlai-Holler
committed
50b318b
View commit details
Copy full SHA for 50b318b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL