atanasovg
13494e3adf
Replace reflection calls for native Java arrays with the new implementation from the Runtime.
2016-03-02 18:39:21 +02:00
Hristo Deshev
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
Erjan Gavalji
50ee6d615d
Convert a missed JS-tag to a JavaScript one
2016-02-25 20:44:20 +02:00
Erjan Gavalji
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
Erjan Gavalji
026ce23233
Fix a wrongly-encoded character
...
Visual Studio adds a C2 A0 sequence instead of a simple space.
Convert that to a space.
2016-02-25 10:38:04 +02:00
Rossen Hristov
7c7e843083
Removed the unused variable.
2016-02-25 09:30:26 +02:00
Rossen Hristov
712dc3b426
Enabled tab-view-navigation-tests.
2016-02-24 17:26:28 +02:00
Rossen Hristov
0dee5ceaf6
Enabled tab-view-navigation-tests.
2016-02-24 17:26:26 +02:00
Vladimir Enchev
48c91f507c
CDATA added
2016-02-24 13:40:57 +02:00
Erjan Gavalji
bc1901ba25
Merge pull request #1587 from NativeScript/ErjanGavalji/apply-segmented-bar-xml-howto
...
Add SegmentedBar-XML creation to HowTo
2016-02-24 12:03:14 +02:00
Vladimir Enchev
3b45ca10f9
Merge pull request #1628 from NativeScript/app-settings-clear
...
clear() method added
2016-02-24 12:01:43 +02:00
Hristo Deshev
de6a92f8c6
Fix tslint errors.
2016-02-24 11:06:15 +02:00
Hristo Deshev
32ff1f3cfc
Fix TypeScript 1.8 compile errors. Get rid of "ui" imports.
2016-02-24 11:06:14 +02:00
Vladimir Enchev
4d961dfb45
test results improved
2016-02-24 09:51:24 +02:00
Vladimir Enchev
6e1cb39a0e
duration converted to seconds
2016-02-23 17:45:45 +02:00
Vladimir Enchev
c323201e52
clear() method added
2016-02-23 17:44:06 +02:00
Vladimir Enchev
53c3ee568c
closing tag fixed and duration added
2016-02-23 15:14:16 +02:00
Vladimir Enchev
b14d878dd8
JUnit style tests result to file
2016-02-22 16:28:45 +02:00
Vladimir Enchev
09254a0d70
TextView and TextField shows null and undefined fixed
2016-02-19 11:15:45 +02:00
Erjan Gavalji
7a61396624
Add SegmentedBar-XML creation to HowTo
2016-02-19 09:32:26 +02:00
Vladimir Enchev
14c7430df6
code reverted
2016-02-18 15:48:19 +02:00
Rossen Hristov
c6f48c688b
Fixed Issue #1335 : Page (xml) with no content does not fire loaded callbacks in ActionBar.
2016-02-17 17:23:12 +02:00
Vladimir Enchev
d66008d34c
Merge pull request #1554 from PeterStaev/action-item-custom-view
...
Action item custom view
2016-02-16 17:08:17 +02:00
vakrilov
57fee972af
Test swap
2016-02-15 15:15:34 +02:00
vakrilov
d730db9516
Skip run of problematic transitions test on android+emulator+API23
2016-02-15 15:15:34 +02:00
Peter Staev
ea1ebd2c94
tests for #1488
2016-02-15 14:18:57 +02:00
Nedyalko Nikolov
6e4d6ccfbc
Support for hierarchical and attribute css selectors.
2016-02-15 11:47:05 +02:00
Vladimir Enchev
bada97399a
Merge pull request #1528 from NativeScript/bg-image-with-url
...
Fix: background properties not respected with remote background image
2016-02-12 11:28:23 +02:00
Vladimir Enchev
59142f8ded
Merge pull request #1544 from NativeScript/file-exist
...
File.exists fixed for ios as well + tests
2016-02-12 11:27:59 +02:00
Vladimir Enchev
06d914da5a
implemented for ios as well
2016-02-11 16:55:19 +02:00
Hristo Hristov
b62d1f451a
Fixed scroll-view tests
2016-02-11 16:46:12 +02:00
Hristo Hristov
f208791770
fixed tests
2016-02-11 16:46:12 +02:00
Vladimir Enchev
8339d3f51d
Fixed null and undefined as Label text
2016-02-11 11:12:14 +02:00
Hristo Hristov
6f93030b5d
grid-layout distribute remaining space over stars but preserve their aspect.
...
ts lint errors fixed
android scroll-view tests fixed for different device density
added grid-layout test
2016-02-10 16:25:22 +02:00
Hristo Hristov
721e5df58b
grid-layout layout rounding fixes
...
added tests
2016-02-10 16:25:22 +02:00
Rossen Hristov
5ad082d783
Re-factored page navigation transitions. Resolves Issue #811 .
2016-02-10 14:55:27 +02:00
vakrilov
5364e395fa
Fix: background properties not respected with remote background image
2016-02-10 11:32:13 +02:00
Nedyalko Nikolov
5144969ae0
Added support for in expressions.
2016-02-08 11:58:15 +02:00
Rossen Hristov
2f8bce74fb
Fixed Issue #1232 : WrapLayout crashes when itemWidth value is too high.
2016-02-05 15:51:50 +02:00
Rossen Hristov
6b7d05420e
Resolved Issue #1021 : The navigatedTo event is called twice for the first application page.
2016-02-04 16:12:45 +02:00
Panayot Cankov
04eddee710
Fix paths in iOS, some devices and iOS combinations use /private/var paths while some /var/ this was normalized by resolvin symlinks
2016-02-04 12:32:47 +02:00
vakrilov
4a8ec62506
Handle the case whr proxy is inside ContentView
2016-02-03 18:07:25 +02:00
vakrilov
57f15abf27
Fixed ios proxy view blocks layout requests
2016-02-03 15:38:48 +02:00
Rossen Hristov
b0976bf986
Resolved #811 : Page Navigation Transitions
2016-02-03 13:24:12 +02:00
Hristo Deshev
e452aff658
Detect JSON response in XHR and auto-parse the response.
...
- Part of the XMLHttpRequest level 2 API.
- Fixes a crash with the Angular2 Http service.
2016-02-02 13:10:41 +02:00
Vladimir Enchev
64ef9be626
Merge pull request #1455 from NativeScript/android-binary-write
...
android binary read/write fixed
2016-01-29 16:42:00 +02:00
Vladimir Enchev
b9e8608fa4
android binary read/write fixed
2016-01-29 15:27:55 +02:00
Hristo Deshev
30bf55d8bd
Merge pull request #1453 from NativeScript/hdeshev/proxy-container-grid-layout
...
Register ProxyViewContainer children with parent layout.
2016-01-29 10:52:10 +02:00
Hristo Deshev
698345f171
Register ProxyViewContainer children with parent layout.
...
- Fixes a crash when used in a GridLayout on iOS since the layout needs to be
notified of any layout children changes.
- Adds a _parentChanged hook for all views.
2016-01-28 18:27:31 +02:00
Nedyalko Nikolov
406a20297c
Added support for functions with binding expressions.
2016-01-28 16:42:21 +02:00