124 Commits

Author SHA1 Message Date
f634f29df0 Frame test 2017-01-10 14:08:54 +02:00
5a3cfbeda9 SegmentedBar tests fixed. 2017-01-09 18:24:09 +02:00
14e1da5820 Style-properties tests 2017-01-09 17:24:38 +02:00
6eb1aee4d1 Image tests 2017-01-06 15:43:57 +02:00
eb4ac8d109 Fix all tslint errors 2017-01-06 12:00:06 +02:00
5fef8a7bb4 Slider tests 2017-01-05 17:12:30 +02:00
421810c293 TextView tests. 2017-01-05 16:09:13 +02:00
c30be0d606 View lifecycle methods 2017-01-04 17:18:45 +02:00
0b67f6bc0a attach/detach in ViewBase 2017-01-03 17:36:01 +02:00
f76eb15e05 tests refactored 2017-01-03 17:33:16 +02:00
163592ed60 Fix Background.isEmpty regression 2017-01-03 15:12:39 +02:00
11f8da025b Android TabView should use tabTextColorProperty instead of colorProperty just like in iOS 2017-01-03 12:53:21 +02:00
52a84b211f Fixed: Setting setTypeface() to null object
Resolves #3147
2017-01-03 12:33:36 +02:00
299cac42bf Fix: SegmentedBar crash using a number as title
Resolves #issue-3210
2017-01-03 12:02:46 +02:00
011bb82165 Fixed Progress tests. 2016-12-30 16:00:15 +02:00
b73d038f48 Let dock, wrap, absolute and grid tests run 2016-12-30 14:05:17 +02:00
764910be2b Fixed tab-view tests. 2016-12-30 10:55:42 +02:00
773e069681 Run all stack-layout tests 2016-12-29 11:46:04 +02:00
becf428e90 Fix most of the label tests 2016-12-28 17:33:38 +02:00
535a9ba1c2 Switch test fixed. 2016-12-28 15:42:32 +02:00
02e3b2fe78 Button tests now run except for those on TextBase 2016-12-28 12:42:40 +02:00
8ed9b3a1f9 Fixed tests for ListPicker. 2016-12-28 11:59:34 +02:00
7931ecd4f8 Fix tslint errors 2016-12-21 17:42:31 +02:00
8a4e6c4ba0 Refactor Bindable tests (still some failing) 2016-12-21 14:47:57 +02:00
8bf088edac Merge pull request #3339 from NativeScript/cankov/modules-30-test-300
Let about 300 non UI tests run
2016-12-21 12:11:55 +02:00
f5905f072d fix tab-view, segmented-bar, action-bar, all ViewBases (#3340) 2016-12-21 12:02:02 +02:00
185b84e0ba Let about 300 non UI tests run 2016-12-21 11:55:55 +02:00
d10ca1da03 Fix the last several errors 2016-12-20 13:36:10 +02:00
5496ae5215 Revert bind(options) replaced incorrectly with bind(options, model) 2016-12-19 16:33:10 +02:00
e90e2de927 Revert tests for Length where NaN or number was used 2016-12-19 15:53:44 +02:00
6feeb140e3 Fixing type errors in tests 2016-12-19 10:36:25 +02:00
d1edf6bb93 Fix tsc errors 2016-12-12 10:46:45 +02:00
39007ab05e Removed myst ListView test for ios (#3250) 2016-12-07 10:53:38 +02:00
8101a68c25 Fixed(IOS): Setting placeholder color on text filed crashes if no hint is set 2016-12-05 15:16:21 +02:00
39113f6fdd Fix: Invalid value 500 for property fontWeight in XML
Resolves #3175
2016-11-28 16:42:44 +02:00
cdbd0e7a54 percent_margin test on android uses only floor func 2016-11-23 18:27:21 +02:00
30d202b5f1 Fix: Transparent border rendered as black
Resolves #3113
2016-11-21 12:25:13 +02:00
c2b35ffef2 Delete inconsistently failing test 2016-11-15 16:17:03 +02:00
e5c0bf9668 Update the help article about the flexbox layout 2016-11-14 11:40:13 +02:00
c632f9d4aa Add more detailed error message to TabView test testAndroidOffscreenTabLimit_Default 2016-11-11 09:51:26 +02:00
80e9f9f97e Merge pull request #3047 from NativeScript/offscreen
Add TabView.androidOffscreenTabLimit property
2016-11-09 07:52:11 +02:00
e59d145705 Add TabView.androidOffscreenTabLimit property
Resolves #2815

* Gets or sets the number of tabs that should be retained to either side of the current tab in the view hierarchy in an idle state.
* Tabs beyond this limit will be recreated from the TabView when needed.
2016-11-08 17:17:30 +02:00
414ebc67dd feat(style-scope): Resolve css sheets from tns_modules
If the css sheet is not in the app directory, try to find it in the
tns_modules folder.
2016-11-08 11:28:16 +02:00
8e2af03e8f Fix misspelled Flebox to Flexbox 2016-11-08 08:58:22 +02:00
c5d34c3dd4 Image loading is done through native imageView so that once it is removed from window the bitmap is cleared. 2016-11-02 16:57:42 +02:00
c3ec836d31 Fixed Percent margin test on IOS 2016-10-31 16:21:09 +02:00
0bfd25b139 Fix: ListView with TextField in the Item template not showing Keyboard on Portrait mode
Resolves #2942
2016-10-31 13:52:38 +02:00
05cd636fc8 npm scripts for typechecking public .d.ts-es and running tslint (#2934)
* npm scripts for typechecking public .d.ts-es and running tslint

* Update test.ts
2016-10-27 15:18:54 +03:00
36d4169a7e Add flexbox-layout.md 2016-10-24 17:34:26 +03:00
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