79 Commits

Author SHA1 Message Date
ea22eb9c20 refactoring circular imports 2017-03-06 14:05:55 +02:00
33aa48bdfd Add support for snapshot
Fix Layout class getMeasuredWidth & getMeasuredHeight
Move some classes to widgets
Fix API17 tests
2017-03-06 14:05:55 +02:00
3066dbd072 Clipping is required for iOS even with uniform borders, as long as the radius is > 0 2017-02-27 16:07:21 +02:00
3b8bc17ab4 Fix the font properties to invalidate the layout in iOS 2017-02-23 11:27:50 +02:00
8a0d98e815 Inset clip path + Background circ-ref 2017-02-21 18:00:48 +02:00
b9c0d33b3a Fix a crash on Button tap - reexport TouchAction 2017-02-20 16:58:11 +02:00
531b33d02b fix background example (#3663) 2017-02-20 13:48:30 +02:00
5265bf0ae3 Animation properties and some backward compatability with the QSF 2017-02-08 10:52:54 +02:00
0dd8f985c4 Add animations demo to the gallery app, make vertical alignment center and visibility collapsed backward compatible 2017-01-25 13:17:33 +02:00
312a99667e Enable Button tests, fix AbsoluteLayout tests 2017-01-23 09:42:24 +02:00
e34b0f622c fix span (#3510)
* Remove Bindable.
Fix Observable & ObservableArray tests
Fix formattedString text
Change implementation of Span, FormattedString & TextBase
properties valueChange called before native setter

* revetred formattedString tests asserts - formattedText update text property again
properties - when getting value we now use always property name instead of key (using key could return undefined for property that is set to its default value)
updated fontSize & fontInternal properties on all controls
fix font properties so that fontInternal is reset if the new font is the same as Font.default

* fix tslint errors
2017-01-20 16:42:20 +02:00
329ba3a2c5 Page tests fix. 2017-01-16 19:28:08 +02:00
fec5e92dbe Fix tracing 2017-01-16 13:29:46 +02:00
c3327ea52f Fix animations and lots of cyclic requires 2017-01-13 14:41:38 +02:00
819155fb18 Minor fixes + more green tests 2017-01-12 16:20:38 +02:00
f634f29df0 Frame test 2017-01-10 14:08:54 +02:00
fcda6454cc Fix zIndex for Android buttons 2017-01-10 10:13:06 +02:00
14e1da5820 Style-properties tests 2017-01-09 17:24:38 +02:00
5a3be4d577 Make border radii Lengths 2017-01-06 16:03:06 +02:00
7f52dc3c2a Fix: Resetting backgroundImage throws 2017-01-06 14:34:46 +02:00
eb4ac8d109 Fix all tslint errors 2017-01-06 12:00:06 +02:00
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
43f5f117a7 Fix minor tslint errors 2017-01-04 17:37:56 +02:00
c30be0d606 View lifecycle methods 2017-01-04 17:18:45 +02:00
4ae6473e48 fix flexbox tests 2017-01-04 11:55:05 +02:00
d8db6a2484 Fix flexbox-layout properties 2017-01-04 11:55:05 +02:00
da0df29d20 Fix all property types 2017-01-04 10:53:34 +02:00
cce0a2d42f Fix all property types 2017-01-04 10:21:03 +02:00
0b67f6bc0a attach/detach in ViewBase 2017-01-03 17:36:01 +02:00
a4a3df44ee Fix PercentLength crash 2017-01-03 15:21:08 +02:00
b73d038f48 Let dock, wrap, absolute and grid tests run 2016-12-30 14:05:17 +02:00
773e069681 Run all stack-layout tests 2016-12-29 11:46:04 +02:00
02e3b2fe78 Button tests now run except for those on TextBase 2016-12-28 12:42:40 +02:00
70cc1dd5d9 Move the effective* values from style to this 2016-12-27 10:57:10 +02:00
7931ecd4f8 Fix tslint errors 2016-12-21 17:42:31 +02:00
9f2b647d09 Fixed null reference exception 2016-12-21 17:08:19 +02:00
f5905f072d fix tab-view, segmented-bar, action-bar, all ViewBases (#3340) 2016-12-21 12:02:02 +02:00
d10ca1da03 Fix the last several errors 2016-12-20 13:36:10 +02:00
c71b4d4bf1 Hhristov/modules30 fixes (#3321)
* Fixed bindings, several css properties, attached properties

* Fix valueChanged handlers
Fix double registration of width/height property handlers

* fix broken merge
2016-12-19 17:52:18 +02:00
63e4139a65 Merge branch 'hhristov/modules30' into alignments 2016-12-19 17:27:49 +02:00
c5b98de528 Merge pull request #3317 from NativeScript/cankov/modules30
Fixing type errors in tests
2016-12-19 16:35:06 +02:00
8ac7c8d574 HorizontalAlignment and VerticalAlignment 2016-12-19 16:25:08 +02:00
6cfbaae947 Add 'auto' and number to the PercentLength and Length types 2016-12-19 15:53:01 +02:00
1255e6bd4a Visibility 2016-12-19 11:56:32 +02:00
c61c58e52f BackgroundRepeat enum 2016-12-19 10:58:52 +02:00
6feeb140e3 Fixing type errors in tests 2016-12-19 10:36:25 +02:00
745388c3da Hhristov/modules30 fixes (#3316)
* Fixed properties, text-base, action-bar, bindings, view

* Rebase onto master
2016-12-19 10:21:43 +02:00
53be1ecc07 FontStyle and FontWeight enums everywhere 2016-12-16 16:31:20 +02:00
51e448aa10 Fixed: getViewById, TextDecoration 2016-12-15 13:20:25 +02:00
b20fd7fd4c Fix nativeView issues
Fix Listeners base class
2016-12-15 10:46:20 +02:00