20 Commits

Author SHA1 Message Date
b3b22ae2e4 Fixed css specifity levels for type selectors. 2016-05-04 11:28:37 +03:00
169cb3115a Fixed: Change of CSS class during animation execution does not apply on Android 2016-04-18 11:41:10 +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
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
32ff1f3cfc Fix TypeScript 1.8 compile errors. Get rid of "ui" imports. 2016-02-24 11:06:14 +02:00
6e4d6ccfbc Support for hierarchical and attribute css selectors. 2016-02-15 11:47:05 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
ffa54b5cf3 lower-case-dashed components css support fixed 2015-10-28 17:32:25 +02:00
3a0cc32ff2 Fix for Button padding in android.
Fix for types - isString and isNumber.
Modified several tests to pass on VS Emulator for Android.
Fix page background to be applied in onLoaded method.
Enhancements for dependency-observable - it is now possible to add defaultValueGetter function to extract default value for a property. It can also be cached or not.
Remove android_constants because they are per theme and we cannot use them safely.
Fix for SearchBar reseColorProperty method.
2015-08-28 16:59:52 +03:00
38f243de5c Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses
that when parsing CSS.

Updated module paths, requires, csproj, tsconfig and grunt tasks.
2015-08-03 12:01:09 +03:00
4a6c841f0e Fix: crashes when applying css 2015-07-28 09:56:27 +03:00
25d54e0ed7 Fixed several compile issues. 2015-03-23 09:57:46 +02:00
d1f97d7050 Added support for binding to all Style properties directly. 2015-03-23 09:21:39 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00