Commit Graph

28 Commits

Author SHA1 Message Date
Nedyalko Nikolov
7203d201c0 Fixed stack overflow exception in binding. 2016-04-27 17:18:26 +03:00
Hristo Hristov
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
Nedyalko Nikolov
8fef852d89 Fixed adding converters to bindingContext. 2016-04-20 15:49:44 +03:00
Nedyalko Nikolov
2c4c3c90e2 Fix for using same name properties in binding. 2016-04-19 17:19:04 +03:00
Hristo Hristov
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
Hristo Hristov
a66636fc6b Improve unit-tests (#1946)
* Improved unit-tests speed & reliability

* Fixed iOS tests.
Improved message output
2016-04-13 10:28:28 +03:00
Nedyalko Nikolov
ba2a84de6b Better tracing (logging) of run-time errors. 2016-04-01 17:34:14 +03:00
Nedyalko Nikolov
5144969ae0 Added support for in expressions. 2016-02-08 11:58:15 +02:00
Nedyalko Nikolov
406a20297c Added support for functions with binding expressions. 2016-01-28 16:42:21 +02:00
Nedyalko Nikolov
5e440ab924 Fixed getting object properties too many times. 2015-12-18 16:01:32 +02:00
Rossen Hristov
1fe2a8dea7 Added a unit test. 2015-11-11 11:17:20 +02:00
Nedyalko Nikolov
e7156b53bd Fixed issue #814. 2015-10-01 16:13:51 +03:00
Nedyalko Nikolov
7af95207c6 Fixed problem with when used in repeater. 2015-09-15 11:27:39 +03:00
Nedyalko Nikolov
fc3c52691e Fixed issue with binding when there is no sourceProperty set. 2015-08-31 15:50:12 +03:00
Nedyalko Nikolov
a57d52a304 Added support for binding to multiple observable objects (properties). 2015-08-25 16:18:07 +03:00
Nedyalko Nikolov
7e6afa603f Fixed issue with binding gestures to repeater items. 2015-08-14 16:44:51 +03:00
Nedyalko Nikolov
440e5968f2 Introduced parent and parents keywords for binding. 2015-06-29 17:16:22 +03:00
Nedyalko Nikolov
a122d854d0 Fixed issue with updating nested properties via binding. 2015-06-08 11:54:20 +03:00
Nedyalko Nikolov
e61cac3422 Fixed binding expression for object property access (not function). 2015-05-19 13:49:32 +03:00
Nedyalko Nikolov
aa697d1c44 Bindable tests fix. 2015-05-14 15:16:05 +03:00
Nedyalko Nikolov
bb57bfb88d Fixed issue when UI element is bound to source different from bindingContext. 2015-05-12 14:56:53 +03:00
Nedyalko Nikolov
0ef1e7a6ca Added test for binding context reload (when navigating) issue. 2015-05-11 13:22:26 +03:00
Nedyalko Nikolov
2e4b2eacf2 Fixed issue when bindingContext is bound more than once. 2015-05-08 09:53:59 +03:00
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
Nedyalko Nikolov
cd6e723c30 Changed gestures enums like other enums. 2015-04-20 16:32:06 +03:00
Nedyalko Nikolov
b569451bc7 Added named parameters support for xml binding definition. 2015-03-18 08:44:51 +02:00
Nedyalko Nikolov
4152e66195 Observable array now fires property change for length property. 2015-03-05 14:55:16 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00