11 Commits

Author SHA1 Message Date
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
698345f171 Register ProxyViewContainer children with parent layout.
- Fixes a crash when used in a GridLayout on iOS since the layout needs to be
notified of any layout children changes.
- Adds a _parentChanged hook for all views.
2016-01-28 18:27:31 +02:00
eac95156d1 Proxy view container 2016-01-25 11:30:36 +02:00
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00
cfda63d42b changing != to !== 2015-10-01 10:42:06 +03:00
dad1510ce9 Adding voiid return statements 2015-10-01 10:42:04 +03:00
e79fd51ce4 adding removeChildren() for layout and fixing comment typos 2015-10-01 10:28:27 +03:00
5322dd19b2 Fix Image source property to have None metadata for android - no need for layout invalidation from JS.
ClipToBounds implementation added back.
Optimization in style.ts to set native properties at once.
Fix height of CommonLayoutParameters.
2015-08-03 18:18:42 +03:00
bd50fb5550 Fixed several unit-tests 2015-08-03 13:49:08 +03:00
422cc37d48 Layout child API extensions
- Layout.insertChild(atIndex, child)
- Layout.getChildIndex(child): number
2015-08-03 13:49:00 +03:00
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00