22 Commits

Author SHA1 Message Date
eda260323e Add a flag we can use to skip string template calcs in release 2016-05-17 16:43:41 +03:00
eb653c602e Typo: Pointer.getY method for iOS returned this.location.x instead of this.location.y 2016-05-13 12:30:39 +03:00
7303755cc9 Optimizations 2016-01-18 13:49:50 +02:00
d43e9546d8 Touch gesture implemented 2016-01-15 18:15:45 +02:00
de87dfd00d Add getFocusX() and getFocusY() methods to PinchGestureEventData 2015-11-27 14:43:39 +02:00
fe72a43e49 IOS: Support simultaneous gesture recognizers. 2015-11-23 11:37:11 +02:00
d9ffd87aed Fix pan gesture state in android 2015-11-23 11:37:11 +02:00
25c4586621 states for various gestures added 2015-11-12 12:43:17 +02:00
f72d79e65a iOS owner pattern changed to use WeakRef in order to prevent memory leaks.
Optimized list-view-tests.
Added time per test.
2015-10-22 10:26:59 +03:00
1e0047385a event args fixed and tests updated 2015-10-16 10:04:12 +03:00
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
17cdbbaf46 gestures now can be added with on() and removed with off() 2015-08-31 16:44:35 +03:00
f0f8e125b7 Fix the 9 misspellings of _detach in the two Gestures files. 2015-08-22 23:33:18 -05:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +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
8d8fe1700b Context support for gesture handler binding 2015-05-13 16:05:45 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
c1672346c4 Gestures are now detached when a View is unloaded. 2015-04-22 09:14:37 +03:00
283d93f32d Fixed: Swipe gesture is not recognized by Page. #301 2015-04-21 15:44:56 +03:00
cd6e723c30 Changed gestures enums like other enums. 2015-04-20 16:32:06 +03:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00