0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
call super to return preferredFrameSize. More... over 10 years ago
Merge pull request #604 from garrettmoon/fixCrashForNonFlowLayout More... over 10 years ago
cache result of responds to selector More... over 10 years ago
Merge pull request #602 from shannonma/merge_fork More... over 10 years ago
ASDK now supports non-flow layouts. We shouldn't be assuming a flow layout. More... over 10 years ago
Fix race in ASDisplayNodeRespectThreadAffinityOfNode More... over 10 years ago
Merge branch 'master' of github.com:rcancro/AsyncDisplayKit More... over 10 years ago
Improve relayout when constrained size of all nodes is changed: - In -layoutSubviews of table and collection views, detect changes that cause a different constrained size for nodes, and trigger relayout immediately. - Orientation change can be handled by this solution. So, no need to observe to its events. - Update Kittens example to support iPad (easier to catch bugs on these devices) and add a title to navigation bar (looks a bit nicer). More... over 10 years ago
Improve relayout when constrained size of all nodes is changed: - In -layoutSubviews of table and collection views, detect changes that cause a different constrained size for nodes, and trigger relayout immediately. - Orientation change can be handled by this solution. So, no need to observe to its events. - Update Kittens example to support iPad (easier to catch bugs on these devices) and add a title to navigation bar (looks a bit nicer). More... over 10 years ago
Merge pull request #593 from shannonma/merge_fork More... over 10 years ago
Merge pull request #595 from nguyenhuy/external_relayout More... over 10 years ago
- Automatically relayout cells when editing mode is used. - Add editing mode to Kitten sample. More... over 10 years ago
Revert Cocoapod version update More... over 10 years ago
Merge pull request #598 from nguyenhuy/wrong_implementsInsetSection More... over 10 years ago
Fix _implementsInsetSection of ASCollectionView being check before the asyncDelegate is set. More... over 10 years ago
Table and collection views' async data source can provide different constrained size per node. And because the size is of type ASSizeRange, it has a min size that is very helpful in many cases.. More... over 10 years ago
Merge pull request #594 from nguyenhuy/relayout_same_constrained_size More... over 10 years ago
Merge pull request #596 from levi/master More... over 10 years ago
ASDisplayNode returns requestedLayoutSize by default More... over 10 years ago
Merge pull request #597 from marmelroy/issue-591 More... over 10 years ago
Updates to expectedImageSize More... over 10 years ago
Adding files that were missing from the framework target More... over 10 years ago
Fixing framework target build issues - missing info plist and headers More... over 10 years ago
Add support for sectionInset in ASCollectionView in property and delegate form More... over 10 years ago
Improvements on internal relayout. More... over 10 years ago
Update comments of setNeedsLayout and setNeedsDisplay of ASDisplayNode. More... over 10 years ago
Automatically relayout cells after orientation changed. More... over 10 years ago
- Support internal relayout, that is a relayout caused by internal layout changes, like subnodes re-arrangement and/or subnodes' size change. The constrained size applied to root node is unchanged. - Update Kittens example to show how internal relayout is done. More... over 10 years ago
Text node to gracefully fail upon font failure More... over 10 years ago
setNeedsDisplay must be called on main More... over 10 years ago