Commit Graph

13022 Commits

Author SHA1 Message Date
Garrett Moon
8729bc0502 This is super minor, but active processor account takes into processors that may be out of commission due to boot arguments or thermal conditions. (#2373) 2016-10-12 15:54:59 -07:00
Michael Schneider
8491155fb4 Add locking for ASStackLayoutElement and ASAbsoluteLayoutElement (#2371) 2016-10-12 13:40:53 -07:00
Michael Schneider
8f8df537d2 Rename ASRelativeSize to ASLayoutSize (#2369) 2016-10-11 16:36:40 -07:00
Peter
702d19a07d no message 2016-10-11 22:25:54 +02:00
Peter
7a9617b101 no message 2016-10-11 19:45:45 +02:00
Peter
44664c3b88 no message 2016-10-11 19:45:22 +02:00
Peter
154a7019a8 no message 2016-10-11 19:42:45 +02:00
Peter
0e16ad3969 no message 2016-10-11 19:42:19 +02:00
Michael Schneider
507bc55504 [Layout] Add ASLayoutElementStylability protocol (#2366)
* Add ASLayoutElementStylability protocol

* Rename to styledWithBlock:, add instancetype and add noescape
2016-10-11 09:16:18 -07:00
Peter
4525da5f1e no message 2016-10-10 11:18:27 +02:00
Peter
83c2dcb1f7 no message 2016-10-10 11:14:01 +02:00
Peter
8f03224fb1 no message 2016-10-10 11:09:49 +02:00
Peter
12de311c0f no message 2016-10-10 11:09:32 +02:00
Peter
0d77ae68a9 no message 2016-10-09 21:56:47 +02:00
Peter
bcecb46e94 no message 2016-10-09 21:56:04 +02:00
Peter
40183e92e6 no message 2016-10-09 21:55:35 +02:00
Garrett Moon
4f3593b211 Improving documentation based on feedback. Thanks @appleguy! (#2364)
* Improving documentation based on feedback. Thanks @appleguy!

* :palm + forehead:
2016-10-07 16:59:44 -07:00
Adlai Holler
c72b2b212c Tiny change to the doc for ASDimensionMake (#2362) 2016-10-07 10:00:58 -07:00
Peter
760f58c6b1 no message 2016-10-07 19:34:07 +03:00
Peter
ebcf0fb93e Merge commit '0d2ab2b03a7961dfd6b99bea84743b03042abf7c' 2016-10-07 19:33:44 +03:00
Peter
387e8996dc Merge commit '2b964b14a767ea6095a6569d527c834ac4ba97ab' 2016-10-07 19:32:41 +03:00
Hannah Troisi
a79e0be016 quick renaming (#2358) 2016-10-07 09:32:38 -07:00
Peter
b30577bbdc no message 2016-10-07 19:32:33 +03:00
Peter
a68d6f31c1 no message 2016-10-07 19:14:56 +03:00
Peter
391462ff83 no message 2016-10-07 19:14:32 +03:00
Peter
c6034ac794 no message 2016-10-07 19:14:00 +03:00
Peter
a3bbfd59b3 no message 2016-10-07 19:13:32 +03:00
Michael Schneider
bb7118a26a Fix ASAbsoluteLayoutSpec creation children protocol (#2357) 2016-10-06 20:37:12 -07:00
Adlai Holler
aece8365dd Adjust layoutAttributes logic to account for new iOS 10 behavior (#2354) 2016-10-06 19:42:36 -07:00
Garrett Moon
881863fd1b [Documentation] Improve ASCollectionNode docs. (#2318)
* Improve ASCollectionNode docs.

* Spelling fix, thanks @hannahmbanana

* Address Adlai's comments
2016-10-06 21:20:24 -04:00
Michael Schneider
6f2c7caac3 [Layout] Improve ASDimensionMake via NSString (#2351)
* Improve ASDimensionMake via NSString

- ASXCTAssertEqualDimensions
- Add support for "auto"
- Assert if given an empty or invalid string

* Address comments

* Add ASCGFloatFromString and ASCGFloatFromNumber

* Rename CGRect+ASConvenience to CoreGraphics+ASConvenience
2016-10-06 16:29:33 -07:00
Benjamin Scholtysik (Reimold)
05c2b1b3a1 back to xcode 7.2 and manually installing carthage. keeping cocoapods -pre. 2016-10-06 15:41:39 -07:00
Benjamin Scholtysik (Reimold)
17c68743e5 Remove carthage install as there seems it is installed already 2016-10-06 13:58:42 -07:00
Michael Schneider
166414dfc9 [Layout] Lazy initialize ASLayoutElementStyle in ASDisplayNode and ASLayoutSpec (#2352)
* Lazy initialize `ASLayoutElementStyle` in `ASDisplayNode`

* Lazy initialize `ASLayoutElementStyle` in `ASLayoutSpec`
2016-10-06 16:53:40 -04:00
Michael Schneider
94f958c4a3 [Layout] Treat flex factors as true factors (#2349)
* Treat flex factors as factors

* Add snapshot tests

* Address comments
2016-10-06 16:53:26 -04:00
Adlai Holler
124234fef8 [Umbrella] Add warn_unused_result Attribute to Public Headers (#2353)
* Add some warn_unused_result attributes

* Add more

* Add some more
2016-10-06 16:44:49 -04:00
Benjamin Scholtysik (Reimold)
cb32df9338 use cocoapods pre 2016-10-06 11:43:03 -07:00
Benjamin Scholtysik (Reimold)
d9469c4ef2 Merge pull request #99 from bitstadium/master
Master
2016-10-06 09:54:13 -07:00
Michael Schneider
271ab20de5 Fix ASDimension creation of type ASDimensionUnitFraction via a NSString (#2347) 2016-10-05 18:30:24 -07:00
Garrett Moon
27cccc74ae [Documentation] Added docs for ASBasicImageDownloader & ASPINRemoteImageDownloader (#2327)
* Added docs for ASBasicImageDownloader & ASPINRemoteImageDownloader

* Had wrong @return syntax for sharedPINRemoteImageManager
2016-10-05 17:47:45 -07:00
Garrett Moon
874dda00cf [Documentation] Improve ASVisibility protocol documentation (#2319)
* Improve ASNavigationController, ASTabBarController and ASVisibility protocol documentation.

* Spelling and grammar fixes. Thanks @hannahmbanana!
2016-10-05 17:43:59 -07:00
Garrett Moon
df049eceef Added docs for initer and node property. (#2326) 2016-10-05 17:35:07 -07:00
Garrett Moon
b9e54363ef Documenting ASWeakProxy (#2328) 2016-10-05 17:33:47 -07:00
Garrett Moon
f1bf9be4d8 [Documentation] Add docs for exclusionPaths (#2325)
* Add docs for exclusionPaths

* Clearer, less-infringy
2016-10-05 17:32:44 -07:00
Garrett Moon
409c14890d [Documentation] Improve ASCollectionView docs. (#2317)
* Improve ASCollectionView docs.

* Move note to @note.

* Hannah comments
2016-10-05 17:16:53 -07:00
Garrett Moon
23d1b00a46 Implement ivar on _ASDisplayLayer to speed up getting node from layer. (#2346) 2016-10-05 17:09:08 -07:00
Benjamin Scholtysik (Reimold)
8f9fa53c6d Merge pull request #356 from bitstadium/master
Master
2016-10-05 15:43:49 -07:00
Benjamin Scholtysik (Reimold)
2fca4ad9e7 Merge pull request #355 from bitstadium/release/4.1.2
Release/4.1.2
2016-10-05 15:29:26 -07:00
Benjamin Scholtysik (Reimold)
b9a58dd701 Merge remote-tracking branch 'origin/master' into release/4.1.2 2016-10-05 15:28:57 -07:00
Benjamin Scholtysik (Reimold)
733a5f3b02 Update Changelog 2016-10-05 15:03:41 -07:00