62 Commits

Author SHA1 Message Date
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
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
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
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
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
36036c55b1 support of [on]event/gesture added + tests 2015-09-18 16:55:39 +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
f07282c1bc Removed obsolete test. 2015-08-05 13:56:57 +03:00
c683ea44e6 Refactor the file-system-access API to be synchronous. Added *Sync equivalents of the file-system APIs. Removed usage of file-system-access within the code. 2015-08-04 16:53:12 +03:00
aced089cd1 lint error fixed 2015-07-24 09:49:39 +03:00
5bb52f545d Support lower-case-dashed component declaration in the XML added 2015-07-23 16:46:12 +03:00
d1ec70286d more fixes & tests added 2015-07-08 18:16:28 +03:00
09d289131e fileName change to path and componentName changed to name 2015-07-07 15:36:20 +03:00
3aa8c04929 two more tests added 2015-07-07 15:16:06 +03:00
f999c54e0d better support for custom components loading 2015-07-07 11:57:53 +03:00
db5efc2a8d look for plugins/modules in tns_modules folder not only in the app root + test 2015-06-29 15:02:19 +03:00
7c5d1011cb throw error if nesting platform tags + test 2015-06-17 16:07:42 +03:00
b38d181b67 platform specific component declaration support for UI builder + tests 2015-06-17 10:51:32 +03:00
e0e4c6d7c7 backgroundImage exposed to View 2015-06-10 15:19:21 +03:00
ae6fc36ec1 gestureObservers exposed to public via getGestureObservers method. 2015-06-02 15:25:01 +03:00
f838f11844 Refactored gestures to support more scenarios in android. 2015-05-29 13:45:27 +03:00
dd9e70fc6c more fixes 2015-05-15 17:27:26 +03:00
3a80949ee7 test fixed 2015-05-15 13:37:28 +03:00
17b53bcb41 test added 2015-05-15 11:34:55 +03:00
979cc7eb1f test improved 2015-05-14 09:24:15 +03:00