895 Commits

Author SHA1 Message Date
5297fac2d1 DatePicker tests fix. 2016-03-30 15:53:57 +03:00
b390b6fd4a Merge pull request #1861 from NativeScript/hdeshev/webpack-transition-imports
Work around a webpack bundling fail in transitions by using full imports
2016-03-29 15:34:07 +03:00
ca731205cf Merge pull request #1860 from NativeScript/text-base-recycling
Text transform and decoration updated on binding context changed
2016-03-29 15:10:22 +03:00
56f80f3c5c Merge pull request #1855 from NativeScript/letter-spacing
Letter spacing CSS support added
2016-03-29 15:10:12 +03:00
336379a18e Fix a randomly failing DatePicker test. 2016-03-29 14:37:33 +03:00
f7a28a90bd Text transform and decoration updated on binding context changed 2016-03-29 11:22:45 +03:00
1c759649df Letter spacing CSS support added 2016-03-29 09:45:03 +03:00
20ebb453c4 fixing animation tests 2016-03-25 16:58:56 +02:00
2601a49099 Merge branch 'master' into feature/css-animations-new 2016-03-25 15:39:30 +02:00
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
b6e046e884 TransformationMethod set to null in order to apply formattedText 2016-03-25 13:52:36 +02:00
acb3640a39 Test + additional fixes 2016-03-24 17:29:35 +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
281cb95fad Animation error handing improved 2016-03-24 11:09:22 +02:00
ccdc394be4 This adds the ability to Cancel the Animation via the Promise returned via a play command. 2016-03-21 22:52:55 -06:00
fd3784e275 Merge pull request #1815 from NativeScript/view-get-location
Add public instance methods to View for getting locations and size
2016-03-21 14:18:51 +02:00
bec22271e1 More adjustments 2016-03-21 13:57:36 +02:00
15f94ce9e3 Increase delta again 2016-03-21 13:27:17 +02:00
d80bc5fc81 Eliminate rounding errors 2016-03-21 13:05:17 +02:00
ebd20370f4 Disable custom transition test on Android 6.9 (API 23)
http://stackoverflow.com/questions/33188485/resultindex-is-1-the-polygon-must-be-invalid-adter-addview
2016-03-21 11:37:38 +02:00
220cc627d2 Increase unit test delta to 0.5 2016-03-21 11:36:12 +02:00
131952e1c6 separatorColor snippet added 2016-03-21 10:50:59 +02:00
fe3d176dd6 Add public instance methods to View class for getting locations and sizes
Resolves #1760
2016-03-21 10:46:58 +02:00
b1ca9c41ac Merge pull request #1793 from NativeScript/hhristov/navigation-events
Fix navigation events https://github.com/NativeScript/NativeScript/issues/1570
2016-03-18 17:24:16 +02:00
ed090326b1 Additional fixes 2016-03-18 14:57:28 +02:00
6c68423ee9 Update TextBase/Button text property when formattedText changes
Fixes #1794
2016-03-18 14:17:08 +02:00
2cabf02215 Fixed navigation events 2016-03-18 11:55:52 +02:00
e35a72eedf Merge pull request #1777 from NativeScript/rgb-and-rgba
rgb() and rgba() support added
2016-03-17 14:42:57 +02:00
39cc657154 rgb() and rgba() support added 2016-03-16 16:53:05 +02:00
10d0d5c3ce Plain component properties now can be applied from CSS 2016-03-16 16:01:35 +02:00
522c9ee7ed Add source information in the xml builder, print source file as part for veiw.toString 2016-03-15 11:23:51 +02:00
2c60bfbafc null ref fixed 2016-03-11 18:45:10 +02:00
3c11dc7012 Merge pull request #1689 from vbresults/master
Added Support for WebView Navigation Types
2016-03-10 09:59:52 +02:00
0cf97963b8 Added WebView Navigation Type Support 2016-03-10 07:42:59 +00:00
6fae09e0c0 Merge pull request #1730 from NativeScript/code-file
Code file exports fixed
2016-03-09 15:47:21 +02:00
2572cc13f7 Code file exports fixed 2016-03-09 15:04:37 +02:00
7b2a6d8e52 Removed hello world template 2016-03-09 13:50:10 +02:00
e4284047de Merge pull request #1707 from NativeScript/http-headers
Allow multiple headers with the same name to be retrieved from a HTTP response
2016-03-08 13:54:27 +02:00
9d5296c095 Introducing time property for TimePicker. 2016-03-08 09:07:06 +02:00
5b6f960f84 Merge pull request #1694 from NativeScript/atanasovg/fix-actionbar-id
[Android] Fix an issue with id not applied to ActionBar in XML
2016-03-07 17:52:02 +02:00
a8da126edc Merge pull request #1682 from NativeScript/nnikolov/DatePickerDateProperty
Introducing DatePicker date property.
2016-03-07 17:12:16 +02:00
9b8dd37817 Add unit test to verify the new functionality. 2016-03-07 16:05:26 +02:00
8c6f2c697f Introducing DatePicker date property. 2016-03-07 15:58:36 +02:00
c9c703cc3c Multiple headers with the same fixed 2016-03-07 15:49:38 +02:00
13494e3adf Replace reflection calls for native Java arrays with the new implementation from the Runtime. 2016-03-02 18:39:21 +02:00
15785156e7 Merge pull request #1683 from NativeScript/vchimev-patch
Update action-view.xml test page
2016-03-02 11:41:02 +02:00
0693e30805 Update action-view.xml test page 2016-03-02 10:44:24 +02:00
a30c4e13a0 Fix a crash when using a ProxyViewContainer in ListView item templates.
Not a regular {N} usage scenario, but it can happen with Angular components
which get wrapped in a proxy container.
2016-03-01 17:29:47 +02:00
50ee6d615d Convert a missed JS-tag to a JavaScript one 2016-02-25 20:44:20 +02:00
2d2fdfe4b0 Fix language tags in doc-snippets
The doc-snippets were inconsistent
(no spaces before title, small-caps, JS
instead of JavaScript, etc.)
2016-02-25 20:39:08 +02:00