Commit Graph

25012 Commits

Author SHA1 Message Date
Peter
6d02f94b95 Merge commit 'd0b0d0dd4fdfcc7f4a40fee4e78fe96e6c63e40d' 2017-01-22 23:45:11 +03:00
Peter
48c1c227a5 no message 2017-01-22 23:45:06 +03:00
Peter
182a5fc053 Merge commit '4a8984a425ff98319b7dcf650e243c3834a19ce3' 2017-01-22 23:44:30 +03:00
Peter
90c2a0574f no message 2017-01-22 23:44:25 +03:00
Brandon Withrow
10c7a51000 Merge pull request #10 from brandon-withrow/btw/animatedTransitions
Added support for animated transitions
2017-01-20 11:09:28 -08:00
Huy Nguyen
3764639bd4 Buck: use snapshot_reference_images_path instead of copying images to XCTest bundle (#2915) 2017-01-19 18:17:47 -08:00
aaronschubert0
b3be451486 [ASTableNode/ASCollectionNode] Inversion (#2891)
* Add inverted property to ASTableNode

* Add inverted property to ASCollectionNode

* Add example

* De-inform data controller and use different CATransform3D

* Add logic to pending state

* Add accessor for inverted property
2017-01-19 18:16:01 -08:00
Adlai Holler
e69a475d2b Minor Collection Simplifications (#2906)
* Minor collection simplifications

* Remove didChangeCollectionViewDataSource call, restrict subclassing ASCollectionViewFlowLayoutInspector
2017-01-19 13:57:03 -08:00
Brandon Withrow
52d4b46f25 Added another transition 2017-01-18 13:53:01 -08:00
Brandon Withrow
097976a40a Added new transition 2017-01-18 13:39:08 -08:00
Brandon Withrow
2b097ce5e6 Small Bug Fix 2017-01-18 12:50:26 -08:00
Brandon Withrow
85a85dfe41 Added support for animated transitions
Adds support for animated transitions between view controllers
2017-01-18 12:27:38 -08:00
Hannah Troisi
d41ef55cd7 [UIImage+ASConvenience] as_resizableRoundedImage border doesn't respect roundedCorner argument (#2905)
* fix border path on as_resizableRoundedImageWithCornerRadius... method

* add a space to force this PR to rebuild

* Revert added space
2017-01-18 11:13:58 -08:00
Huy Nguyen
6736367627 [ASStackLayoutSpec] Refactor baseline alignment algorithm (#2892)
* Add tests for baseline alignments

* Merge baseline alignment algorithm to the main stack algorithm
- Baseline alignment is now part of the main stack algorithm.
- ASStackBaselinePositionedLayout is no longer needed and removed.

* All snapshot test cases of ASStackLayoutSpec are passing now

* Remove baselineRelativeArrangement

* Remove TODO

* Minor fixes in cross size determination step
2017-01-18 11:12:10 -08:00
Brandon Withrow
d8ab7508c8 Merge pull request #9 from brandon-withrow/btw/layers
Btw/layers
2017-01-18 10:05:21 -08:00
Brandon Withrow
51774a1cb1 Code Cleanup 2017-01-18 10:04:31 -08:00
overtake
d0b0d0dd4f change 2017-01-18 11:28:55 +03:00
overtake
4a8984a425 change 2017-01-18 11:28:55 +03:00
Brandon Withrow
cd4c66bea3 Removed some stuff 2017-01-17 18:17:46 -08:00
Brandon Withrow
200ac89370 Umm 2017-01-17 18:16:32 -08:00
Brandon Withrow
2b7aaa0a22 Added support for custom sublayers
Also fixed a bug with shapelayers
2017-01-17 18:15:17 -08:00
Adlai Holler
68bd326f9c Disable Flaky ASNetworkImageNode Test (#2899)
* Disable flaky network image node test

* Make flaky test slightly more lenient
2017-01-17 17:03:45 -08:00
Peter
81076bdde4 Merge commit '89156ebbc750a2d28b8d4594ccad62ef4c73127e' 2017-01-18 02:13:01 +03:00
overtake
0225468512 Merge branch 'master' of https://github.com/peter-iakovlev/TelegramCore 2017-01-17 18:41:57 +03:00
overtake
4ab63ab2f3 requestMessageActionCallback games support 2017-01-17 18:41:49 +03:00
overtake
9490b2031f Merge branch 'master' of https://github.com/peter-iakovlev/Postbox 2017-01-17 18:41:08 +03:00
Peter
2b5e6b2776 no message 2017-01-17 18:38:14 +03:00
Peter
1e7a0e1bba no message 2017-01-17 18:37:59 +03:00
Peter
9835ac1b88 no message 2017-01-17 18:33:36 +03:00
overtake
4c392a3ace no message 2017-01-16 16:02:06 +03:00
Brandon Withrow
f333d16d26 Merge pull request #8 from brandon-withrow/btw/typingdemon
Typing Demo
2017-01-13 16:00:42 -08:00
Brandon Withrow
93a479326d Typing Demo 2017-01-13 15:58:38 -08:00
Michael Schneider
89156ebbc7 Add availability check for noescape attribute (#2897) 2017-01-13 11:32:33 -08:00
GitGadd
f52bc786c0 Respect hitTestSlop when determining if a tracked touch is inside for ASControlNode (#2896) 2017-01-13 11:07:50 -08:00
Adlai Holler
30194fe41f Remove duplicate declarations from last PR (#2893) 2017-01-12 14:41:53 -08:00
Leo Tumwattana
4e80acc6e1 [ASEditableTextNode] Maximum number of lines to display (#2777) (#2867)
* WIP

* Calculate TextKit Height based on max lines to display

* Remove TODO

* Calculate height based on lineFragmentRect

* Fixes issue with calculated width

* Resolve TextKit stack threading issues

* Removes blank lines

* Open brace on next line

* setNeedsLayout in case of changes on live node
2017-01-12 13:47:44 -08:00
Benjamin Scholtysik (Reimold)
308634847c Merge pull request #390 from bitstadium/fix/fix-disabling-feedback
Fix/fix disabling feedback
2017-01-11 19:53:28 -08:00
Garrett Moon
daa12a867e Need an autorelease pool (#2890) 2017-01-11 17:00:27 -08:00
Adlai Holler
7c4ee350b0 Use Native convertRect:, convertPoint: Methods to Handle Nil Cases (#2889)
* When converting rects, points on loaded nodes, call into UIKit/CoreAnimation

* Always use view-ish behavior

* Improve nil window handling, add documentation
2017-01-11 13:44:35 -08:00
aaronschubert0
5b104c09a7 Update CocoaPod badges to be dynamic. (#2886)
This updates the values automatically, which is perfect to reflect the growth of ASDK. I've wanted to do this for ages but the shield.io API didn't have the support up till now. We lose some granularity but I think this is worth it.
2017-01-11 13:44:22 -08:00
Adlai Holler
42f0288fda Account for table view cell separator when reporting height (#2883) 2017-01-11 12:48:16 -08:00
Adlai Holler
98a95a6907 Pin collection cellNode.frame = contentView.bounds (#2884) 2017-01-11 12:47:12 -08:00
Benjamin Scholtysik (Reimold)
c41db19c79 Add BITFeedbackObservationModeAll 2017-01-11 11:07:51 -08:00
Benjamin Scholtysik (Reimold)
16c3e49f4d Add unit test for default setup 2017-01-11 10:57:55 -08:00
Benjamin Scholtysik (Reimold)
6b931e602d Fix formatting 2017-01-11 10:35:51 -08:00
Michael Schneider
cdf7f70747 [ASDimension] Simplify header file to focus on the most essential types for app developers. (#2794)
* First round of cleanups for ASDimension.mm/h

* Add ASDimensionDeprecated and ASDimensionInternal to Copy Files build phase
2017-01-10 10:05:15 -08:00
Benjamin Scholtysik (Reimold)
f2237d6949 Remove deprecated property 2017-01-10 09:23:17 -08:00
Benjamin Scholtysik (Reimold)
de53fe034d Fix enabling/disabling the feedbackmanager 2017-01-10 09:15:27 -08:00
Saif Al-Dilaimi
c85aa11dbb Adding section to passthrough properties (#2847)
* added accessoryType to ASCellNode

* Moved the passthrough properties in an own section in ASEditableTextNode

* added documentation and reverted ASEditableCellNode changes

* fixed code signing

* adding seperatorInset property as a passthrough property

* revert changes to project file

* moved setting properties to setNode:

* moved clipsToBounds to setNode
2017-01-09 18:26:51 -08:00
Garrett Moon
c383b52e78 Print out cocoapods environment to help with #2881 (#2882) 2017-01-09 13:36:12 -08:00