92 Commits

Author SHA1 Message Date
ebed79da36 clip-path support added 2016-05-13 17:31:55 +03:00
bd48e2da49 Shifting back to label now that I know how to deal with tsc's error 2016-05-10 23:54:16 +05:30
89701515c6 Trying to work around typescript's error 2016-05-10 23:26:16 +05:30
7d5953d573 Using custom component instead of label 2016-05-10 22:58:28 +05:30
26e73f4e2f Fixed incorrect reference to assertViewColor 2016-05-10 22:25:38 +05:30
d227c8479b Add tests for loading attributes in components 2016-05-10 21:53:32 +05:30
f132a351de Fix failig test due to wrong check 2016-04-19 10:59:29 +03:00
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +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
6c68423ee9 Update TextBase/Button text property when formattedText changes
Fixes #1794
2016-03-18 14:17:08 +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
2572cc13f7 Code file exports fixed 2016-03-09 15:04:37 +02:00
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
d916d76b30 Merge pull request #1400 from NativeScript/start-with-entry
changed mainModule to start(entry)
2016-01-20 09:12:12 +02:00
d05426c22d changed mainModule to start(entry) 2016-01-19 17:02:06 +02:00
b67c2623ed Added new Page in one test
Updated package.json widget version
2016-01-19 10:54:21 +02:00
20f8f8a852 Fixed bug in GridLayout
Added tests for GridLayout
2016-01-19 10:54:21 +02:00
af5dd04a9b Added parent view for views inside TabView. 2016-01-12 17:53:50 +02:00
c07751a419 Merge pull request #1189 from NativeScript/cankov/codeless-fragments-events
XML fragments without code not getting context from parent
2015-12-03 10:24:36 +02:00
e9aee707f1 Update expected errors after the runtime errors change 2015-12-01 18:03:28 +02:00
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
e5ec759cbb When XML fragments without code not getting context from parent 2015-12-01 12:28:31 +02:00
af343292b1 Propagate context to template Views 2015-11-30 15:01:38 +02:00
5447b04e86 Refactoring ui/builder and template builder to preserve source information for templates 2015-11-25 15:25:42 +02:00
8bee3ed2d1 Add file, row and column for ui/builder errors 2015-11-25 15:25:42 +02:00
e95820b04a Add Template factory function and use it in the Repeater and ListView components 2015-11-23 12:11:13 +02:00
e5741b0eb1 Update the xmlns of the target apps 2015-11-09 14:20:01 +02:00
363a44139f binding to special properties fixed 2015-11-05 16:31:43 +02:00
cdfb8ad389 example added 2015-10-30 11:24:31 +02:00
ffa54b5cf3 lower-case-dashed components css support fixed 2015-10-28 17:32:25 +02:00
2f7cf84839 Fixed issue 597. 2015-10-20 15:42:18 +03:00
4f62758a35 Fix failing unit tests 2015-10-09 18:03:53 +03:00
e7156b53bd Fixed issue #814. 2015-10-01 16:13:51 +03:00
0b6ca23e25 BindingContext will be set before adding items to visual tree (ListView, Repeater). 2015-09-30 11:18:46 +03:00
dbc7885ba0 component builder fixed
component builder now can handle properly empty text or text with spaces
2015-09-29 10:35:25 +03:00
531bcae384 Update tns.xsd 2015-09-25 14:20:55 +03:00
36036c55b1 support of [on]event/gesture added + tests 2015-09-18 16:55:39 +03:00
d39913b6e6 className property added cssClass deprecated 2015-09-18 13:31:08 +03:00
744de9670e Class atribute registered and used instead cssClass 2015-09-18 09:47:55 +03:00
81c066e5e3 Support for binding expressions in event bindings 2015-09-12 11:02:32 +03:00
a7a2d086a0 lint error fixed 2015-09-10 13:40:56 +03:00
e162b2032f if condition fixed + test added 2015-09-10 13:29:04 +03:00
2d155f941d CSS and XML code files now can be specified in XML 2015-09-10 13:02:33 +03:00
254e4a55a1 AppCompat toolbar 2015-09-04 13:48:43 +03:00
8226d86133 Fix builder issue where builder doesn't pop complex properties correctly. 2015-08-13 13:37:11 +03:00
0468857604 Merge pull request #554 from NativeScript/atanasovg/file-system-api
Atanasovg/file system api
2015-08-10 17:55:10 +03:00
c5608d7c5c Brought back the viewModule.getAncestor function.
Extended it, so you can pass actual type instances instead of strings.
2015-08-07 18:26:29 +03:00
141668bb05 Fix applying app CSS to template children when using custom pages.
No longer using getAncestor(view, "Page") to look for a pagey parent.
Replaced that with a View.page property. Removed getAncestor as its type
name-based implementation seems unreliable.
2015-08-07 18:26:21 +03:00
bccd5133a3 FIX: Nested templates are not parsed 2015-08-07 11:44:34 +03:00
24cb7bb591 Fixed #557 2015-08-07 10:00:44 +03:00