531b33d02b
fix background example ( #3663 )
2017-02-20 13:48:30 +02:00
a582adc561
Hhristov/fix ( #3653 )
...
* Fix action-bar systemIcon
Fix CSS applying
* refactoring
* fix console
* remove StyleScope import - it is private and cannot be imported in public .d.ts
2017-02-17 17:21:57 +02:00
5265bf0ae3
Animation properties and some backward compatability with the QSF
2017-02-08 10:52:54 +02:00
f539dd5f95
Improve background setter in iOS ( #3582 )
...
CoercableProperty now inherits from Property
VS Code typescript sdk removed
ViewBase will no longer clear native view if recycleNativeView is false
2017-02-06 11:49:54 +02:00
e5f7c7e4d4
Segmented bar styles
2017-02-01 17:45:14 +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
8e0aeb8ec2
Fix CSS-ANIMATION test failures
2017-01-18 13:21:43 +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
e983295952
Style tests fixes
2017-01-12 14:24:12 +02:00
cd3cd13075
View tests turned green
2017-01-11 17:34:25 +02:00
08e73b3d10
Fixed style scope.
2017-01-09 14:19:04 +02:00
5a3be4d577
Make border radii Lengths
2017-01-06 16:03:06 +02:00
eb4ac8d109
Fix all tslint errors
2017-01-06 12:00:06 +02:00
421810c293
TextView tests.
2017-01-05 16:09:13 +02:00
cce0a2d42f
Fix all property types
2017-01-04 10:21:03 +02:00
163592ed60
Fix Background.isEmpty regression
2017-01-03 15:12:39 +02:00
c66e3e8ab5
Fix tslint errors
2016-12-27 13:20:59 +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
25bd65d95c
Make 0 test run successfuly
2016-12-21 10:40:47 +02:00
417064fd38
Fix Android lifecycle
2016-12-20 16:12:52 +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
93d4fa5d57
Total TextBase refactoring + several bug fixes.
2016-12-16 14:54:00 +02:00
51e448aa10
Fixed: getViewById, TextDecoration
2016-12-15 13:20:25 +02:00
f75f583573
tns-core-modules done
2016-12-13 15:51:18 +02:00
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
07e2102c5d
restore properties deleted with merge
2016-12-13 15:51:18 +02:00
befb494a50
up to segmented-bar.ios
2016-12-13 15:51:18 +02:00
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
a64847ca9d
next
2016-12-13 15:51:18 +02:00
d795ee94e4
alpha2
2016-12-13 15:51:18 +02:00
645f428f59
alpha1
2016-12-13 15:51:18 +02:00
bb2c7aa60a
partial state
2016-12-13 15:51:18 +02:00
b58e0b08a3
refactoring
2016-12-13 15:51:18 +02:00
1343aa52a4
separatorColor property of ListView can be set in CSS
2016-12-02 17:43:42 +02:00
39113f6fdd
Fix: Invalid value 500 for property fontWeight in XML
...
Resolves #3175
2016-11-28 16:42:44 +02:00
aa91b0eca0
Border width cannot be reset to 0 on IOS
2016-11-24 18:19:52 +02:00
2e13205797
CSS support for styling status bar ( #3156 )
2016-11-24 14:20:12 +02:00
30d202b5f1
Fix: Transparent border rendered as black
...
Resolves #3113
2016-11-21 12:25:13 +02:00
978bd8c524
Use setBackgroundDrawable for API < 16. ( #3108 )
2016-11-18 14:47:06 +02:00