Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Dafenng
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 13, 2016
Merge pull request #1226 from facebook/displaySchedulerConcurrency
Show description for dc0db53
appleguy
committed
dc0db53
View commit details
Copy full SHA for dc0db53
Browse repository at this point
[ASDisplayNode] Allow display-scheduling method to be called concurrently.
appleguy
committed
fce722b
View commit details
Copy full SHA for fce722b
Browse repository at this point
Commits on Feb 12, 2016
Merge pull request #1225 from garrettmoon/addImageLoadingDelegateMethod
Show description for f3696cf
appleguy
committed
f3696cf
View commit details
Copy full SHA for f3696cf
Browse repository at this point
rename imageNodeDidStartLoading to imageNodeDidStartFetchingData
garrettmoon
committed
7d80fb3
View commit details
Copy full SHA for 7d80fb3
Browse repository at this point
Add image loading delegate method / cache instead of respondsToSelector
garrettmoon
committed
cf1e4c8
View commit details
Copy full SHA for cf1e4c8
Browse repository at this point
Merge pull request #1224 from levi/pagerNodeRotation
Show description for 966ca34
appleguy
committed
966ca34
View commit details
Copy full SHA for 966ca34
Browse repository at this point
Add rotation support to ASPagerNode
Levi McCallum
committed
66c8c8f
View commit details
Copy full SHA for 66c8c8f
Browse repository at this point
Merge pull request #1222 from Adlai-Holler/AHFixChangeSetIssues
Show description for c1ca225
appleguy
committed
c1ca225
View commit details
Copy full SHA for c1ca225
Browse repository at this point
Fix some logic issues in ASHierarchyChangeSet
Adlai-Holler
committed
bb99de4
View commit details
Copy full SHA for bb99de4
Browse repository at this point
Merge pull request #1220 from binl/bl_fix_changeset_datacontroller
Show description for d237dc8
appleguy
committed
d237dc8
View commit details
Copy full SHA for d237dc8
Browse repository at this point
Merge pull request #1221 from nguyenhuy/fix_ASPagerNode_constrainedSize_crash
Show description for ec1ab3f
appleguy
committed
ec1ab3f
View commit details
Copy full SHA for ec1ab3f
Browse repository at this point
ASPagerNode uses its view's size for node constrained sizes
nguyenhuy
committed
5b135e1
View commit details
Copy full SHA for 5b135e1
Browse repository at this point
Fixes in ChangeSet and DataController
Bin Liu
committed
88ff693
View commit details
Copy full SHA for 88ff693
Browse repository at this point
Merge pull request #1219 from binl/bl_reloads_indexPaths_in_changeSet
Show description for 3a86a9d
appleguy
committed
3a86a9d
View commit details
Copy full SHA for 3a86a9d
Browse repository at this point
Commits on Feb 11, 2016
Adjust reloads' indexPaths in ChangeSet
Bin Liu
committed
3911fb1
View commit details
Copy full SHA for 3911fb1
Browse repository at this point
Merge pull request #1218 from nguyenhuy/constrained_size_pager_node
Show description for f6b85c9
appleguy
committed
f6b85c9
View commit details
Copy full SHA for f6b85c9
Browse repository at this point
Add constrainedSizeForNodeAtIndexPath to ASPagerNodeDataSource
nguyenhuy
committed
3e56a32
View commit details
Copy full SHA for 3e56a32
Browse repository at this point
Merge pull request #1216 from levi/layoutTransition
Show description for 5cccc0f
appleguy
committed
5cccc0f
View commit details
Copy full SHA for 5cccc0f
Browse repository at this point
Wrap implicit node hierarchy management behind feature flag property
Levi McCallum
committed
b267821
View commit details
Copy full SHA for b267821
Browse repository at this point
Merge pull request #1215 from garrettmoon/fixForPINRemoteImage2.0
Show description for 5fa3b53
appleguy
committed
5fa3b53
View commit details
Copy full SHA for 5fa3b53
Browse repository at this point
PINRemoteImage 2.0 moved its tag, who the hell are these idiots. -signed, author of PINRemoteImage
garrettmoon
committed
063cf86
View commit details
Copy full SHA for 063cf86
Browse repository at this point
Commits on Feb 10, 2016
Merge pull request #1183 from levi/layoutTransition
Show description for 07adec1
appleguy
committed
07adec1
View commit details
Copy full SHA for 07adec1
Browse repository at this point
Revert updates to ASViewController
Levi McCallum
committed
cb7ce44
View commit details
Copy full SHA for cb7ce44
Browse repository at this point
Resize ASViewController node on view controller size transitions
Levi McCallum
committed
2e74a75
View commit details
Copy full SHA for 2e74a75
Browse repository at this point
Layout only immediate subnodes of a node
Levi McCallum
committed
163ddb1
View commit details
Copy full SHA for 163ddb1
Browse repository at this point
Merge pull request #1209 from garrettmoon/addPINRemoteImageDownloader
Show description for e57f2cd
appleguy
committed
e57f2cd
View commit details
Copy full SHA for e57f2cd
Browse repository at this point
Allow layouts to be accessible in context
Levi McCallum
committed
6f37bb4
View commit details
Copy full SHA for 6f37bb4
Browse repository at this point
Skip decoding as ASDK will handle that.
garrettmoon
committed
e3315f4
View commit details
Copy full SHA for e3315f4
Browse repository at this point
Fix downloader test
garrettmoon
committed
622c851
View commit details
Copy full SHA for 622c851
Browse repository at this point
Includ ASTransitionContext implementation in iOS framework
Levi McCallum
committed
6aae68e
View commit details
Copy full SHA for 6aae68e
Browse repository at this point
Remove removedSubnodes instead of insertedSubnodes
Levi McCallum
committed
870cc40
View commit details
Copy full SHA for 870cc40
Browse repository at this point
Return current layout if pending layout isn't needed
Levi McCallum
committed
50a41df
View commit details
Copy full SHA for 50a41df
Browse repository at this point
Optimize insertion/deletion node calculation & expose inserted/deleted subnodes to transition context
Levi McCallum
committed
499c333
View commit details
Copy full SHA for 499c333
Browse repository at this point
Use core layoutSublayouts method for layout step
Levi McCallum
committed
d669cad
View commit details
Copy full SHA for d669cad
Browse repository at this point
Fix pending layout reference causing nil references
Levi McCallum
committed
e57761f
View commit details
Copy full SHA for e57761f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.