Rossen Hristov
a2d2f65adc
Call resetCSSProperties instead of resetStyleProperties from _resetCssValues
2017-01-06 14:06:32 +02:00
Rossen Hristov
eb4ac8d109
Fix all tslint errors
2017-01-06 12:00:06 +02:00
Hristo Hristov
bfab188ba0
clear nativeView field. ( #3418 )
...
moved some native setters from TabView to TabViewItem.
shorthand properties converters now accounts for unsetValue.
better formatting for test duration.
2017-01-05 18:08:42 +02:00
Alexander Vakrilov
ea92b12419
Merge pull request #3417 from NativeScript/slider-tests
...
Slider tests
2017-01-05 17:21:04 +02:00
vakrilov
5fef8a7bb4
Slider tests
2017-01-05 17:12:30 +02:00
vakrilov
cd6c3311e7
FIX: trace.write outputs errors twice
2017-01-05 17:12:30 +02:00
vakrilov
d9b827e427
FIX: package.json
2017-01-05 16:24:14 +02:00
Nedyalko Nikolov
1024ada5ca
Merge pull request #3416 from NativeScript/nnikolov/TextViewTests
...
TextView tests.
2017-01-05 16:20:52 +02:00
Nedyalko Nikolov
421810c293
TextView tests.
2017-01-05 16:09:13 +02:00
Panayot Cankov
9efa799c0a
Merge pull request #3409 from NativeScript/cankov/modules30-fix-tslint
...
Fix minor tslint errors
2017-01-04 17:38:50 +02:00
Panayot Cankov
43f5f117a7
Fix minor tslint errors
2017-01-04 17:37:56 +02:00
Alexander Vakrilov
60859ff996
Merge pull request #3406 from NativeScript/lifecycle
...
View lifecycle methods
2017-01-04 17:24:35 +02:00
vakrilov
64bca39e2b
IOS fix for context
2017-01-04 17:18:45 +02:00
vakrilov
ea95d1d854
remove unneeded applyNativeSetters
2017-01-04 17:18:45 +02:00
vakrilov
c30be0d606
View lifecycle methods
2017-01-04 17:18:45 +02:00
Panayot Cankov
ebbf202a01
Merge pull request #3408 from NativeScript/cankov/modules30-flexbox
...
Cankov/modules30 flexbox
2017-01-04 17:05:59 +02:00
Panayot Cankov
9bf411b7f6
Update _updateNativeLayoutParams and fix minWidth/Height for ios flexbox
2017-01-04 16:51:06 +02:00
Rossen Hristov
177222f548
Remove two console.log's
2017-01-04 16:29:05 +02:00
Rossen Hristov
cf2ba323b3
Merge pull request #3407 from NativeScript/app.css
...
Fix: application.setCssFileName does not work
2017-01-04 15:24:40 +02:00
Rossen Hristov
d8e062da85
Fix: application.setCssFileName does not work
2017-01-04 15:23:59 +02:00
Rossen Hristov
a1073341a4
Merge pull request #3404 from NativeScript/font
...
Fix font on Android
2017-01-04 14:19:55 +02:00
Rossen Hristov
9d6f6cca79
Fix font on Android
2017-01-04 14:13:33 +02:00
Panayot Cankov
4ae6473e48
fix flexbox tests
2017-01-04 11:55:05 +02:00
Panayot Cankov
d8db6a2484
Fix flexbox-layout properties
2017-01-04 11:55:05 +02:00
Rossen Hristov
fb4ab6cdb0
Merge pull request #3401 from NativeScript/fix-props
...
Fix all property types
2017-01-04 10:55:54 +02:00
Rossen Hristov
da0df29d20
Fix all property types
2017-01-04 10:53:34 +02:00
Rossen Hristov
cce0a2d42f
Fix all property types
2017-01-04 10:21:03 +02:00
Alexander Vakrilov
accc7643df
Merge pull request #3396 from NativeScript/action-bar-test-refactor
...
Action bar test refactor
2017-01-03 17:50:10 +02:00
vakrilov
0b67f6bc0a
attach/detach in ViewBase
2017-01-03 17:36:01 +02:00
vakrilov
f76eb15e05
tests refactored
2017-01-03 17:33:16 +02:00
Rossen Hristov
f310c8ea8c
Fix ActionBar set [colorProperty.native]
2017-01-03 15:52:23 +02:00
Rossen Hristov
a4a3df44ee
Fix PercentLength crash
2017-01-03 15:21:08 +02:00
Hristo Hristov
2303cf1f2e
fix TabView ( #3395 )
2017-01-03 15:17:18 +02:00
Rossen Hristov
163592ed60
Fix Background.isEmpty regression
2017-01-03 15:12:39 +02:00
Rossen Hristov
11f8da025b
Android TabView should use tabTextColorProperty instead of colorProperty just like in iOS
2017-01-03 12:53:21 +02:00
Rossen Hristov
25758d0803
Merge pull request #3393 from NativeScript/issue-3147
...
Fixed: Setting `setTypeface()` to null object
2017-01-03 12:34:25 +02:00
Rossen Hristov
52a84b211f
Fixed: Setting setTypeface() to null object
...
Resolves #3147
2017-01-03 12:33:36 +02:00
Rossen Hristov
726a37cb09
Merge pull request #3392 from NativeScript/issue-3210
...
Fix: SegmentedBar crash using a number as title
2017-01-03 12:03:41 +02:00
Rossen Hristov
299cac42bf
Fix: SegmentedBar crash using a number as title
...
Resolves #issue-3210
2017-01-03 12:02:46 +02:00
Rossen Hristov
9fdb49eae8
Merge pull request #3391 from NativeScript/issue-3270
...
Fix: Android platform.screen.mainScreen props are not invalidated aft…
2017-01-03 11:18:47 +02:00
Rossen Hristov
e6d64799d8
Fix: Android platform.screen.mainScreen props are not invalidated after orientation change
...
Resolves #3270
2017-01-03 11:17:06 +02:00
Rossen Hristov
79344cadf0
Merge pull request #3390 from NativeScript/issue-1639
...
Fix: Custom components within other custom components: occasionally n…
2017-01-03 11:06:55 +02:00
Rossen Hristov
55028b0c92
Fix: Custom components within other custom components: occasionally not loaded "in time" and ignoring css
...
Resolves #1639
2017-01-03 11:05:15 +02:00
Rossen Hristov
198820b03a
Merge pull request #3389 from NativeScript/issue-2116
...
Fix: setInterval callback is not fired while touch events are being p…
2017-01-03 10:52:51 +02:00
Rossen Hristov
9d2a98f558
Fix: setInterval callback is not fired while touch events are being processed
...
Resolves #2116
2017-01-03 10:49:04 +02:00
Rossen Hristov
ed0969d96d
Revert "Fix: Trying to clear inherited props after the view has been detached throws"
...
This reverts commit f64f74fb7b .
2017-01-03 09:50:05 +02:00
Nedyalko Nikolov
a16deec5da
Merge pull request #3385 from NativeScript/nnikolov/ProgressTests
...
Fixed Progress tests.
2016-12-30 16:01:35 +02:00
Nedyalko Nikolov
011bb82165
Fixed Progress tests.
2016-12-30 16:00:15 +02:00
Panayot Cankov
1f2eb88988
Merge pull request #3384 from NativeScript/cankov/modules30-layout-tests
...
Let dock, wrap, absolute and grid tests run
2016-12-30 14:06:22 +02:00
Panayot Cankov
b73d038f48
Let dock, wrap, absolute and grid tests run
2016-12-30 14:05:17 +02:00