46 Commits

Author SHA1 Message Date
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
f374fb4c7f lint errors fixed 2015-05-13 10:57:17 +03:00
9e7fbc8a92 Binding gestures event handlers support added 2015-05-13 10:53:08 +03:00
87bc833323 Build fix 2015-05-07 10:34:43 +03:00
8d7fb8d3a0 fix test 2015-05-05 18:47:48 +03:00
9eb0716562 Tests and fix for loading custom components with no code-behind 2015-05-05 18:37:43 +03:00
45450456a1 Loaded/Unloaded fix 2015-05-05 16:15:00 +03:00
c192aba30e default namespace replaced with regex 2015-04-29 10:58:16 +03:00
53f3a32f7b lint error fixed 2015-04-24 14:59:54 +03:00
efcc0d0ddf support for custom components inside templates with tests 2015-04-24 14:44:12 +03:00
04f5c7b20f properties will be copied to the custom component with XML + tests 2015-04-22 17:07:03 +03:00
ca3efb18cf test for sub properties added 2015-04-20 14:02:21 +03:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00