FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · HackPlan/AsyncDisplayKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HackPlan
/
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
User selector
Datepicker
Commit history
Commits on Oct 7, 2016
Fix ASAbsoluteLayoutSpec creation children protocol (#2357)
maicki
authored and
Adlai Holler
committed
bb7118a
View commit details
Copy full SHA for bb7118a
Browse repository at this point
Adjust layoutAttributes logic to account for new iOS 10 behavior (#2354)
Adlai Holler
authored
aece836
View commit details
Copy full SHA for aece836
Browse repository at this point
[Documentation] Improve ASCollectionNode docs. (#2318)
Show description for 881863f
garrettmoon
authored and
Adlai Holler
committed
881863f
View commit details
Copy full SHA for 881863f
Browse repository at this point
Commits on Oct 6, 2016
[Layout] Improve ASDimensionMake via NSString (#2351)
Show description for 6f2c7ca
maicki
authored
6f2c7ca
View commit details
Copy full SHA for 6f2c7ca
Browse repository at this point
[Layout] Lazy initialize ASLayoutElementStyle in ASDisplayNode and ASLayoutSpec (#2352)
Show description for 166414d
maicki
authored and
Adlai Holler
committed
166414d
View commit details
Copy full SHA for 166414d
Browse repository at this point
[Layout] Treat flex factors as true factors (#2349)
Show description for 94f958c
maicki
authored and
Adlai Holler
committed
94f958c
View commit details
Copy full SHA for 94f958c
Browse repository at this point
[Umbrella] Add warn_unused_result Attribute to Public Headers (#2353)
Show description for 124234f
Adlai Holler
authored
124234f
View commit details
Copy full SHA for 124234f
Browse repository at this point
Fix ASDimension creation of type ASDimensionUnitFraction via a NSString (#2347)
maicki
authored and
appleguy
committed
271ab20
View commit details
Copy full SHA for 271ab20
Browse repository at this point
[Documentation] Added docs for ASBasicImageDownloader & ASPINRemoteImageDownloader (#2327)
Show description for 27cccc7
garrettmoon
authored and
appleguy
committed
27cccc7
View commit details
Copy full SHA for 27cccc7
Browse repository at this point
[Documentation] Improve ASVisibility protocol documentation (#2319)
Show description for 874dda0
garrettmoon
authored and
appleguy
committed
874dda0
View commit details
Copy full SHA for 874dda0
Browse repository at this point
Added docs for initer and node property. (#2326)
garrettmoon
authored and
appleguy
committed
df049ec
View commit details
Copy full SHA for df049ec
Browse repository at this point
Documenting ASWeakProxy (#2328)
garrettmoon
authored and
appleguy
committed
b9e5436
View commit details
Copy full SHA for b9e5436
Browse repository at this point
[Documentation] Add docs for exclusionPaths (#2325)
Show description for f1bf9be
garrettmoon
authored and
appleguy
committed
f1bf9be
View commit details
Copy full SHA for f1bf9be
Browse repository at this point
[Documentation] Improve ASCollectionView docs. (#2317)
Show description for 409c148
garrettmoon
authored and
appleguy
committed
409c148
View commit details
Copy full SHA for 409c148
Browse repository at this point
Implement ivar on _ASDisplayLayer to speed up getting node from layer. (#2346)
garrettmoon
authored and
appleguy
committed
23d1b00
View commit details
Copy full SHA for 23d1b00
Browse repository at this point
Commits on Oct 5, 2016
[ASCellNode] Restore Layout Attributes Fix + iOS 10 Modification (#2335)
Show description for bb366d1
Adlai Holler
authored
bb366d1
View commit details
Copy full SHA for bb366d1
Browse repository at this point
[ASDisplayNode] Add -displayWillStartAsynchronously: method to allow skipping synchronous image cache check. (#2344)
appleguy
authored and
Adlai Holler
committed
3f1f566
View commit details
Copy full SHA for 3f1f566
Browse repository at this point
[ASDisplayNode] Optimize pendingDisplayNodes check using isEmpty (ASWeakSet).
appleguy
committed
b928e79
View commit details
Copy full SHA for b928e79
Browse repository at this point
[ASAsyncTransaction] Make System Less Specific to Layer Display, More Readable (#2332)
Show description for 4dfe2a5
Adlai Holler
authored
4dfe2a5
View commit details
Copy full SHA for 4dfe2a5
Browse repository at this point
Commits on Oct 4, 2016
Remove dependencies for ASAssert and ASThread in the async transaction system (#2333)
maicki
authored and
Adlai Holler
committed
2de1290
View commit details
Copy full SHA for 2de1290
Browse repository at this point
[Examples] Fix extra examples (#2342)
Show description for f369be4
maicki
authored and
Adlai Holler
committed
f369be4
View commit details
Copy full SHA for f369be4
Browse repository at this point
[Documentation] Improve ASTableView docs. (#2316)
Show description for 04ed52f
garrettmoon
authored and
Adlai Holler
committed
04ed52f
View commit details
Copy full SHA for 04ed52f
Browse repository at this point
[ASCollectionView] Only remeasure all nodes if bounds changed in a fixed dimension (#2343)
Adlai Holler
authored
ba2e120
View commit details
Copy full SHA for ba2e120
Browse repository at this point
[ASTextKitFontSizeAdjuster] Use the constrainedSize’s height to adjust font scaling (#2309)
Show description for 872aad2
rcancro
authored and
Adlai Holler
committed
872aad2
View commit details
Copy full SHA for 872aad2
Browse repository at this point
[Layout] Add helper properties for setting sizes via CGSize and ASRelativeSize (#2324)
Show description for d6e5e27
maicki
authored and
Adlai Holler
committed
d6e5e27
View commit details
Copy full SHA for d6e5e27
Browse repository at this point
Remove ASSentinel (#2336)
Adlai Holler
authored
f027a8b
View commit details
Copy full SHA for f027a8b
Browse repository at this point
[ASDisplayNode] Change _pendingDisplayNodes from NSMutableSet to ASWeakSet. (#2340)
Show description for 360541f
appleguy
authored and
Adlai Holler
committed
360541f
View commit details
Copy full SHA for 360541f
Browse repository at this point
Handle nil node blocks gracefully in production (#2338)
Adlai Holler
authored
67045c0
View commit details
Copy full SHA for 67045c0
Browse repository at this point
Commits on Oct 3, 2016
[ASCollectionView] Allow User to Submit Updates Before Initial Data Load (#2337)
Show description for 0a2e35a
Adlai Holler
authored
0a2e35a
View commit details
Copy full SHA for 0a2e35a
Browse repository at this point
[API] Remove old deprecated methods. (#2312)
Show description for 5205ef6
garrettmoon
authored and
Adlai Holler
committed
5205ef6
View commit details
Copy full SHA for 5205ef6
Browse repository at this point
Revert "[ASCellNode] Fix applyLayoutAttributes not called, add readonly layoutAttributes property (#2321)"
Show description for a25f4a7
appleguy
committed
a25f4a7
View commit details
Copy full SHA for a25f4a7
Browse repository at this point
Force xcpretty 0.2.2 instead of new 0.2.3 release that is failing on Travis.
appleguy
committed
7fc9f18
View commit details
Copy full SHA for 7fc9f18
Browse repository at this point
Commits on Oct 1, 2016
Introduce ASSectionContext and ASSection (#2178)
Show description for 066351b
nguyenhuy
authored and
Adlai Holler
committed
066351b
View commit details
Copy full SHA for 066351b
Browse repository at this point
Commits on Sep 30, 2016
check button state before changing` (#2323)
Hannah Troisi
authored
3f42fcb
View commit details
Copy full SHA for 3f42fcb
Browse repository at this point
Commits on Sep 29, 2016
Add allowsGroupOpacity property to ASDisplayNode (#2320)
maicki
authored
4692e25
View commit details
Copy full SHA for 4692e25
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL