Commit Graph

23 Commits

Author SHA1 Message Date
Manol Donev
481043fa2b fix: label text wrapping inside flexbox layout (#5781) 2018-05-08 15:09:52 +03:00
Manol Donev
03cfc0cee3 chore(tslint): update tslint rules and fix errors (#5747)
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
SvetoslavTsenov
97b1cd9060 Tsenov/searchbar (#4328)
* Searchbar tests

* Update search bar test page

* Fix path to events test pages

* Update text-view test pages
2017-06-07 10:25:16 +03:00
SvetoslavTsenov
51d1be5bb8 Tsenov/auto complete (#4318)
* Init steps

* Implement logic for auto-complete for all test pages

* Init steps

* Implement logic for auto-complete for all test pages

* Expose TestPageMainViewModel

* Merge

* Improve check if example is already loaded in collection

* Reorder tests

* Fix tslint

* Include csslv

* Include new image source
2017-06-06 16:06:21 +03:00
SvetoslavTsenov
99611a9979 Include resource folder
Fix tslint error
2017-05-31 17:21:17 +03:00
SvetoslavTsenov
d6d016bc61 Include test page for issue 4143 2017-05-18 17:22:51 +03:00
Hristo Deshev
629eb6e683 Use relative imports in tns-core-modules.
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
Panayot Cankov
dc97ed24f9 Fix flexbox css not applied. Fix addCss duplicating some selectors. 2017-02-23 16:41:08 +02:00
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