Commit Graph

166 Commits

Author SHA1 Message Date
Vladimir Enchev
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
Vladimir Enchev
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
Hristo Hristov
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00
vakrilov
9418ab8f63 Method rename 2015-12-14 18:06:37 +02:00
vakrilov
fdf9c923ad Load fonts from file instead of asset. Fixes fonts loading in ION and livesync 2015-12-14 16:36:38 +02:00
Rossen Hristov
1c59f7706d Added nativeView.setLayerType(android.view.View.LAYER_TYPE_HARDWARE, null); for complex backgrounds on API Level > 18. (Resolves #1223) 2015-12-12 15:33:04 +02:00
Rossen Hristov
f732224248 Reverted the changes made with commit 700818d (Resolves Issue #1223). Use this to fix visual glitches: view.android.setLayerType(android.view.View.LAYER_TYPE_HARDWARE, null); 2015-12-12 15:14:04 +02:00
Rossen Hristov
2c8bc8aed1 Merge pull request #1229 from NativeScript/issue-1223
Resolved Issue #1223: Android views which have complex backgrounds (i…
2015-12-10 15:32:59 +02:00
Rossen Hristov
700818dd28 Resolved Issue #1223: Android views which have complex backgrounds (i.e. with rounded corners) cannot animate opacity. 2015-12-10 14:56:03 +02:00
Vladimir Enchev
3650a6f4fe font-family implemented 2015-12-10 13:52:13 +02:00
Hristo Hristov
d1d6c2221c Fixed android unit-tests 2015-12-08 14:32:14 +02:00
Vladimir Enchev
e9adafda55 resolveFontDescriptor fixed 2015-12-07 16:33:06 +02:00
Panayot Cankov
d61ab801e9 Fix native image recreated on layout even if the view is not resized 2015-12-03 16:55:54 +02:00
Hristo Deshev
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
Rossen Hristov
0c91cfc6a2 Fixed Issue #1160: The image supplied to Label.backgroundImage is rendered upside down 2015-11-26 17:00:33 +02:00
Rossen Hristov
b702840cbf Resolved Issue #754: The backgroundColor of a Label is not animatable in iOS. 2015-11-25 15:08:33 +02:00
Vladimir Enchev
5ab780b902 Merge pull request #1120 from NativeScript/text-transform
text-transform
2015-11-19 09:43:55 +02:00
Vladimir Enchev
a6ab11a60b text-transform added 2015-11-18 16:34:02 +02:00
vakrilov
831a44f218 Fix: background-position with negative values 2015-11-17 10:21:30 +02:00
Vladimir Enchev
4c5d1be197 textDecoration and whiteSpace tests added for 2015-11-12 15:18:47 +02:00
Vladimir Enchev
93cf00389e white-space CSS support added 2015-11-11 16:04:32 +02:00
vakrilov
67f992fc57 Use software layer for rounded borders on android 17 2015-11-10 10:25:04 +02:00
Vladimir Enchev
c0491996cf android styler fixed 2015-11-06 16:30:36 +02:00
Vladimir Enchev
ef26a0f59c converter fixed 2015-11-06 16:08:32 +02:00
Vladimir Enchev
a651db8501 multiple text-decoration values support added 2015-11-06 15:04:47 +02:00
Vladimir Enchev
7796c24967 breaks removed 2015-11-06 14:02:59 +02:00
Vladimir Enchev
f2db20c694 TextDecoration added to buttons for iOS 2015-11-06 13:16:10 +02:00
Vladimir Enchev
28bafb6cd5 TextDecoration for android added 2015-11-06 13:08:28 +02:00
Vladimir Enchev
bc68f1eabb overline removed 2015-11-06 11:44:01 +02:00
Vladimir Enchev
45394f9672 initial commit 2015-11-05 16:00:10 +02:00
Vladimir Enchev
7ce26ee542 stylers updated with get methods 2015-11-03 10:48:16 +02:00
Vladimir Enchev
eb2fadde3f DatePicker and TimePicker stylers added 2015-11-02 15:46:27 +02:00
Vladimir Enchev
c226e322f4 tslint fixed 2015-11-02 12:04:24 +02:00
Vladimir Enchev
7851ac5c3c styler fixed 2015-11-02 12:01:42 +02:00
Vladimir Enchev
eb57f44633 handlers fixed 2015-11-02 11:59:04 +02:00
Vladimir Enchev
176a2fb8a4 slider css color and background-color support fixed 2015-11-02 11:59:02 +02:00
Vladimir Enchev
716ea68035 ActivityIndicator CSS color support fixed 2015-11-02 11:14:11 +02:00
Vladimir Enchev
01f9b65e24 TextField CSS cursor color support added 2015-11-02 10:25:06 +02:00
Hristo Deshev
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
vakrilov
c41e15faf0 Set tab tint color also 2015-10-30 11:46:55 +02:00
vakrilov
7e85de351e IOS stylers 2015-10-30 11:46:54 +02:00
Vladimir Enchev
7534e33501 code fixed 2015-10-30 11:24:22 +02:00
Vladimir Enchev
5c34b40433 only ttf and otf fonts are supported 2015-10-30 11:09:23 +02:00
Nedyalko Nikolov
b49d8ded81 Merge pull request #995 from NativeScript/nnikolov/SegmentedBarFontPropertiesViaCss
Added font related properties for SegmentedBar.
2015-10-29 10:55:57 +02:00
Nedyalko Nikolov
87f7b9a294 Added font related properties for SegmentedBar. 2015-10-29 09:37:22 +02:00
Vladimir Enchev
ffa54b5cf3 lower-case-dashed components css support fixed 2015-10-28 17:32:25 +02:00
Nedyalko Nikolov
67624cfe57 Fixed black background on some controls in iOS. 2015-10-23 18:49:56 +03:00
Vladimir Enchev
b0ff7a46bb Merge pull request #974 from NativeScript/switch-css
Switch color and background-color css support added
2015-10-22 13:14:18 +03:00
Vladimir Enchev
5b543deec4 tests added 2015-10-22 10:42:20 +03:00
Vladimir Enchev
433bc020ad SwitchStylers added 2015-10-21 17:14:57 +03:00