181 Commits

Author SHA1 Message Date
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
32ff1f3cfc Fix TypeScript 1.8 compile errors. Get rid of "ui" imports. 2016-02-24 11:06:14 +02:00
8e4f2ba34e 'Enprivate' the android-specific member 2016-02-17 16:33:10 +02:00
6e4d6ccfbc Support for hierarchical and attribute css selectors. 2016-02-15 11:47:05 +02:00
5364e395fa Fix: background properties not respected with remote background image 2016-02-10 11:32:13 +02:00
7e400edbae Fix android corner radius in cases when the radius is less than half the border width 2016-02-08 12:15:35 +02:00
e826e99384 Add anti-aliasing for android borders and backgrounds with rounded corners 2016-02-04 11:17:43 +02:00
f4c880dbda Add missing "ensure" call. 2016-01-26 16:41:44 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
a760328422 Applied several fixes over the initial commit. 2016-01-22 18:29:59 +02:00
fbc612610f Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires. 2016-01-20 10:22:08 +02:00
90a4f7c8e1 yet another fix for the android button background 2016-01-18 10:53:25 +02:00
ab8e1179eb page background fixed 2016-01-14 11:00:28 +02:00
c0ba0357e0 Page background-color for Android fixed 2016-01-13 10:32:40 +02:00
0d88bb7c06 If only backgroundColor is set use setColorFilter 2016-01-11 16:28:17 +02:00
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00
9418ab8f63 Method rename 2015-12-14 18:06:37 +02:00
fdf9c923ad Load fonts from file instead of asset. Fixes fonts loading in ION and livesync 2015-12-14 16:36:38 +02:00
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
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
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
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
3650a6f4fe font-family implemented 2015-12-10 13:52:13 +02:00
d1d6c2221c Fixed android unit-tests 2015-12-08 14:32:14 +02:00
e9adafda55 resolveFontDescriptor fixed 2015-12-07 16:33:06 +02:00
d61ab801e9 Fix native image recreated on layout even if the view is not resized 2015-12-03 16:55:54 +02:00
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
0c91cfc6a2 Fixed Issue #1160: The image supplied to Label.backgroundImage is rendered upside down 2015-11-26 17:00:33 +02:00
b702840cbf Resolved Issue #754: The backgroundColor of a Label is not animatable in iOS. 2015-11-25 15:08:33 +02:00
5ab780b902 Merge pull request #1120 from NativeScript/text-transform
text-transform
2015-11-19 09:43:55 +02:00
a6ab11a60b text-transform added 2015-11-18 16:34:02 +02:00
831a44f218 Fix: background-position with negative values 2015-11-17 10:21:30 +02:00
4c5d1be197 textDecoration and whiteSpace tests added for 2015-11-12 15:18:47 +02:00
93cf00389e white-space CSS support added 2015-11-11 16:04:32 +02:00
67f992fc57 Use software layer for rounded borders on android 17 2015-11-10 10:25:04 +02:00
c0491996cf android styler fixed 2015-11-06 16:30:36 +02:00
ef26a0f59c converter fixed 2015-11-06 16:08:32 +02:00
a651db8501 multiple text-decoration values support added 2015-11-06 15:04:47 +02:00
7796c24967 breaks removed 2015-11-06 14:02:59 +02:00
f2db20c694 TextDecoration added to buttons for iOS 2015-11-06 13:16:10 +02:00
28bafb6cd5 TextDecoration for android added 2015-11-06 13:08:28 +02:00
bc68f1eabb overline removed 2015-11-06 11:44:01 +02:00
45394f9672 initial commit 2015-11-05 16:00:10 +02:00
7ce26ee542 stylers updated with get methods 2015-11-03 10:48:16 +02:00
eb2fadde3f DatePicker and TimePicker stylers added 2015-11-02 15:46:27 +02:00
c226e322f4 tslint fixed 2015-11-02 12:04:24 +02:00
7851ac5c3c styler fixed 2015-11-02 12:01:42 +02:00
eb57f44633 handlers fixed 2015-11-02 11:59:04 +02:00