199 Commits

Author SHA1 Message Date
2a2ddb3495 Fix: Bold and italic do not work on Android when no font family is specified
Resolves #2018
2016-04-22 16:45:27 +03:00
b7e0d33387 z-index support added 2016-04-19 16:39:17 +03:00
169cb3115a Fixed: Change of CSS class during animation execution does not apply on Android 2016-04-18 11:41:10 +03:00
bd687d552a Add support for CSS font-weight + sample app for testing fonts
Resolves #1862
2016-04-15 14:14:00 +03:00
03f9867e2a Generic font families system, sans-serif and monospace now correctly resolve the system font when possible on iOS
Resolves #1864
2016-04-13 10:38:43 +03:00
a66636fc6b Improve unit-tests (#1946)
* Improved unit-tests speed & reliability

* Fixed iOS tests.
Improved message output
2016-04-13 10:28:28 +03:00
df2ad08773 Fixed: animations crash on Android 2016-04-12 14:29:46 +03:00
ed373fa1c3 Merge pull request #1904 from NativeScript/nikolov/AttributeCssSelectorsFix
Fix for using css attribute selector alone.
2016-04-08 13:54:21 +03:00
c07fc07348 Fixed: Visual states not working properly when the animation is canceled in Android 2016-04-08 11:35:44 +03:00
3eb8514e96 Fix for using css attribute selector alone. 2016-04-07 17:04:23 +03:00
19acc86e26 Merge pull request #1901 from NativeScript/fix/1893
Fixed: CSS animations from the application-wide .css file do not aply
2016-04-06 18:15:46 +03:00
b21c48f3d1 Fixed: CSS animations from the application-wide .css file do not aply 2016-04-06 17:34:07 +03:00
56f80f3c5c Merge pull request #1855 from NativeScript/letter-spacing
Letter spacing CSS support added
2016-03-29 15:10:12 +03:00
1c759649df Letter spacing CSS support added 2016-03-29 09:45:03 +03:00
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
9daa948887 Allow updates to application CSS rules.
Expose an `application.addCss` method and hide `application.cssSelectors`
from end-user typings. Update StyleScope's with new application selectors
on style application.

NOT updating existing controls/views unless reloaded, or forced (via a
change to className, etc).
2016-03-24 14:45:20 +02:00
10d0d5c3ce Plain component properties now can be applied from CSS 2016-03-16 16:01:35 +02:00
bda6159bbb Re-apply TextBase.formattedText after a style property change
Resolves #1078
2016-02-25 11:01:44 +02:00
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