Commit Graph

15 Commits

Author SHA1 Message Date
Panayot Cankov
56cd220c17 FlexboxLayout profiling and improvements (#3173)
* It looks like inline styles are making the flexbox example slow

* FlexboxLayout createReorderIndices proper overload

* Remove the getLayoutParams

* Removed unnecessary reorder methods

* Fix tslint errors
2016-11-30 11:30:02 +02:00
Vasil Chimev
c669fa8281 Merge pull request #3110 from NativeScript/vchimev-flexbox
Update flexbox css test page
2016-11-17 17:55:47 +02:00
vchimev
4619022b3c Update flexbox css test page 2016-11-17 17:31:12 +02:00
Vasil Chimev
338dbed52b Update a flexbox test page 2016-11-16 16:57:45 +02:00
Panayot Cankov
440a89e099 Merge pull request #3087 from NativeScript/flexbox-perf-tests
Add performance tests measuring FlexboxLayout versus StackLayout and GridLayout
2016-11-14 12:27:52 +02:00
Panayot Cankov
d95791b0a5 Add performance tests measuring FlexboxLayout versus StackLayout and GridLayout 2016-11-14 11:54:43 +02:00
vchimev
afd2779626 Add flexbox test pages 2016-11-11 16:30:56 +02:00
vchimev
2ba47b4228 Update flexbox test page 2016-11-10 17:15:53 +02:00
vchimev
c244af3e2b Rename a flexbox test page
Fix a typo.
2016-11-03 11:42:50 +02:00
vchimev
fc9843d800 Add a flexbox-repeater test page 2016-11-02 16:09:56 +02:00
vchimev
9f9b9c7d92 Update flexbox test page 2016-10-31 15:50:40 +02:00
vchimev
0b9d7b7b6c Update flexbox test page 2016-10-28 16:30:03 +03:00
Vladimir Enchev
e27995a889 tslint errors fixed 2016-10-27 15:33:39 +03:00
Panayot Cankov
ae02bbdff3 Fix order set at runtime, polish unit test app example.
Add alignSelf nad flexWrapBefore in the flexbox examples

Some test fail with quite close calculations. Use eps.

Fix flex grow making last items with flexGrow 0 to shrink due to rounding, happy tslint
2016-10-24 14:34:26 +03:00
Panayot Cankov
943e67a4c8 Add flexbox, we have to figure out layout params 2016-09-30 12:20:07 +03:00