51 Commits

Author SHA1 Message Date
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
b569451bc7 Added named parameters support for xml binding definition. 2015-03-18 08:44:51 +02:00
1b99b6f5d2 Binding converter run-time errors logging on console. 2015-03-12 15:44:35 +02:00
4152e66195 Observable array now fires property change for length property. 2015-03-05 14:55:16 +02:00
8bc83ced24 Added binding convert option. 2015-03-04 10:51:59 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
7f381c4bbd Added text-field.ios implementation 2014-06-13 15:45:17 +03:00
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00
aeadff59e5 event handling names are now DOM2 compatible 2014-06-11 16:06:19 +03:00
67d440f59b added event handling code 2014-06-11 15:59:24 +03:00
1fdb2e99d2 Handled text change notifications for iOS label. 2014-06-06 18:46:13 +03:00
3e033da3ff Implemented simple label for iOS 2014-06-06 14:12:51 +03:00
14dd0b799a view property added and implemented for android 2014-06-06 11:29:24 +03:00
71af5f955d Fixed improper unbind implementation 2014-06-05 14:16:35 +03:00
b6a2986915 updated comments 2014-06-05 14:11:51 +03:00
8203a851ae ui-spike removed files 2014-06-05 13:53:45 +03:00
1be0f92429 Initial implementation of Observable + Bindable + Label 2014-06-05 13:53:09 +03:00
3b944e1ba5 Initial prototype of Observable object 2014-06-03 13:53:55 +03:00