68 Commits

Author SHA1 Message Date
b64d647033 Merge pull request #434 from NativeScript/nnikolov/ListViewBindingContextIssue
BindingContext set two times on adding item to ListView. Fixed issue #410.
2015-07-16 09:42:05 +03:00
53c7bebfec Center View 2015-07-15 09:35:53 +03:00
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
e9fa23d845 Merge pull request #436 from NativeScript/issue-421
Resovled Issue #421: Modal pages do not render correctly in iOS.
2015-07-15 08:06:11 +03:00
dedf0615b9 Fix tslint error. 2015-07-14 18:17:58 +03:00
2957554ac1 Resovled Issue #421: Modal pages do not render correctly in iOS. 2015-07-14 16:03:09 +03:00
56f42c654b Move _applyXmlAttribute outside @private block.
Fixes a broken interface implementation error in the public d.ts.
2015-07-14 14:49:47 +03:00
b45718b1ef BindingContext set two times on adding item to ListView. Fixes issue #410. 2015-07-14 14:47:40 +03:00
f3979136a4 Frobit setting inline style from code 2015-07-07 15:02:32 +03:00
6017a208a0 Setting inline style - resets local properties 2015-07-06 17:29:39 +03:00
d74d9b8fbb Css properties progress 2015-07-06 17:29:38 +03:00
bb0a2caa9e Css backgrounds spike 2015-07-06 17:29:38 +03:00
cff1e8f891 Added comments for some regex used in bindings. 2015-07-01 10:24:02 +03:00
440e5968f2 Introduced parent and parents keywords for binding. 2015-06-29 17:16:22 +03:00
9e597976c1 Fix: PR comments 2015-06-26 16:19:19 +03:00
9b934432aa border props added to view 2015-06-18 10:24:25 +03:00
e0e4c6d7c7 backgroundImage exposed to View 2015-06-10 15:19:21 +03:00
a122d854d0 Fixed issue with updating nested properties via binding. 2015-06-08 11:54:20 +03:00
63b5f2ae8b Right enumeration iteration. 2015-06-03 09:50:58 +03:00
ae6fc36ec1 gestureObservers exposed to public via getGestureObservers method. 2015-06-02 15:25:01 +03:00
f3e953f6b4 Changed android to _nativeView. 2015-05-29 14:35:53 +03:00
f838f11844 Refactored gestures to support more scenarios in android. 2015-05-29 13:45:27 +03:00
0c576c94a7 onSetNativeValue description fixed 2015-05-27 11:47:22 +03:00
aeebe2df7f Use ClassInfo in dependency observable 2015-05-22 18:08:15 +03:00
e61cac3422 Fixed binding expression for object property access (not function). 2015-05-19 13:49:32 +03:00
3b6a23bfb5 Fixed issue with binding context in a list view scenario. 2015-05-19 11:53:42 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
3cfaa221ae Clean unused variables 2015-05-18 11:29:57 +03:00
c3aea99078 Tests - fixed 2015-05-15 18:46:24 +03:00
57171c768e WeakEvents with map 2015-05-15 18:39:01 +03:00
54f6c350de Cean up 2015-05-15 18:39:01 +03:00
71c9266be3 WeakEvents refactoring and used in ListView 2015-05-15 18:39:01 +03:00
fd9ff189ba List view attaches with weakEventHandler 2015-05-15 18:39:00 +03:00
8d8fe1700b Context support for gesture handler binding 2015-05-13 16:05:45 +03:00
bb57bfb88d Fixed issue when UI element is bound to source different from bindingContext. 2015-05-12 14:56:53 +03:00
4a6850a77e Added missing semicolon. 2015-05-08 15:16:51 +03:00
80336d2ea5 Property changed disabled for inheritable properties only. 2015-05-08 13:50:49 +03:00
2e4b2eacf2 Fixed issue when bindingContext is bound more than once. 2015-05-08 09:53:59 +03:00
291bc3d86d Fix verticalAlignment center placement 2015-04-28 13:20:41 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
93fa862ae3 Fix tests to pass on devices with floating density
Floor measure sizes
2015-04-22 15:13:31 +03:00
6bb533dc30 Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function). 2015-04-20 14:25:01 +03:00
b27c05e52c Fix label ellipsis issue on zoomed iPhone 6 Plus.
Fix Image.imageSource propertyMetadata to affects layout.
2015-04-08 10:55:00 +03:00
69dc92026c Moved text-align and font-size to TextBase and fixed a WebView test. 2015-04-03 16:41:19 +03:00
61f5022a69 Binding to object via keyword. 2015-04-03 16:08:28 +03:00
d952faa3c2 Added application resources (used for binding converters), also some bug
fixes (binding related).
2015-04-01 11:45:30 +03:00
6ad062bbdf _addArrayFromBuilder and _context exposed in definitions 2015-03-30 11:56:58 +03:00
6700b98ce0 method definitions enabled for override (removed from @private) 2015-03-26 11:50:05 +02:00
25d54e0ed7 Fixed several compile issues. 2015-03-23 09:57:46 +02:00
d1f97d7050 Added support for binding to all Style properties directly. 2015-03-23 09:21:39 +02:00