0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #446 from nscoding/nscoding/snapshots More... almost 11 years ago
Merge pull request #451 from eanagel/setDelegate-fix More... almost 11 years ago
More fixes to catch/handle the delegate getting into an invalid state. These changes will allow setting tableView.asyncDataSource/delegate = nil. (Previously this would have no effect in dealloc thanks to ARC magic). Also added some defensive code to help identify the problem earlier. More... almost 11 years ago
change the order we tear things down in setAsyncDelegate/DataSource to avoid a random crash in UIScrollViewAccessibility. More... almost 11 years ago
Added iOS framework target for Carthage support More... almost 11 years ago
Prevent UITableView insertion/deletion animations by default More... almost 11 years ago
Fix typo in ASTableView More... almost 11 years ago
Update FBSnapshotTestCase to 1.8.1 More... almost 11 years ago
Merge branch 'master' into astableview-in-xib More... almost 11 years ago
refactor ASTAbleView initialization code so it also gets initialized when starting from initWithCoder: More... almost 11 years ago
support layers as well as views when doing ASDisplayCell cleanup (in case we add support for layer-backed ASDisplayCells in the future.) More... almost 11 years ago
Merge pull request #405 from eanagel/reloadData-completion More... almost 11 years ago
Merge pull request #440 from Driftt/control-node-target-retain More... almost 11 years ago
Don’t retain an action’s target in ASControlNode More... almost 11 years ago
Add option to pass through touches to non-link text (disabled by default.) More... almost 11 years ago
on ASDataController dealloc, ensure that loaded Cell nodes are not in the TableViewCell. For reasons I don't fully understand, this avoids a retain cycle with the currently displayed cells. More... almost 11 years ago
[README.md] Add Coveralls badge More... almost 11 years ago
Ignore .gcov files in git More... almost 11 years ago
[.slather.yml] Add newline to end of file More... almost 11 years ago
Set GENERATE_TEST_COVERAGE_FILES & INSTRUMENT_PROGRAM_FLOW_ARCS to YES in Life Without CocoaPods.xcodeproj More... almost 11 years ago
Update Podfile.lock More... almost 11 years ago
Generate coverage stats using slather/Coveralls More... almost 11 years ago
ASTextNode expose exclusion paths More... almost 11 years ago
Bug Fix - ASTableVie sometimes fails to render cell contents when scrolling programatically. Root cause is because we assume UITableView's indexPathsForVisibleRows return the new item to be displayed after tableView:willDisplayCell:forRowAtIndexPath: is called. This is not always true, especially when we are scrolling programmatically. Fix is to track this "pending" visible index path and return it along with the UITableView's indexPathsForVisibleRows in rangeControllerVisibleNodeIndexPaths:. More... almost 11 years ago
change ASMutableAttributedStringBuilderTests so that it is safe against different MAX macro More... almost 11 years ago
New patent grant. More... almost 11 years ago
Merge pull request #421 from facebook/xcode-6-3 More... almost 11 years ago
Merge pull request #418 from spicyj/kittens More... almost 11 years ago
Merge pull request #420 from facebook/swolchok-patch-1 More... almost 11 years ago
Xcode 6.3 support More... almost 11 years ago