Commit Graph

35 Commits

Author SHA1 Message Date
atanasovg
fbc612610f Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires. 2016-01-20 10:22:08 +02:00
vakrilov
7303755cc9 Optimizations 2016-01-18 13:49:50 +02:00
vakrilov
d43e9546d8 Touch gesture implemented 2016-01-15 18:15:45 +02:00
Hristo Deshev
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
vakrilov
de87dfd00d Add getFocusX() and getFocusY() methods to PinchGestureEventData 2015-11-27 14:43:39 +02:00
vakrilov
4094d916d6 Custom pan detector 2015-11-23 11:37:11 +02:00
vakrilov
fe72a43e49 IOS: Support simultaneous gesture recognizers. 2015-11-23 11:37:11 +02:00
vakrilov
e0681bcc40 Android: Multi-touch handling in rotate gesture. 2015-11-23 11:37:11 +02:00
vakrilov
13907fdd84 Improved handling multitouch for pan gesture. 2015-11-23 11:37:11 +02:00
vakrilov
ca8ec8b079 Android: Implemented RotateGestureDetector that respects pointer ids 2015-11-23 11:37:11 +02:00
vakrilov
d9ffd87aed Fix pan gesture state in android 2015-11-23 11:37:11 +02:00
Vladimir Enchev
25c4586621 states for various gestures added 2015-11-12 12:43:17 +02:00
Hristo Deshev
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
hshristov
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
vakrilov
5fde5850b1 Fire tap event on tap up without waiting 2015-10-21 11:55:59 +03:00
Vladimir Enchev
520f7f985a args fixed 2015-10-19 11:07:17 +03:00
Vladimir Enchev
1e0047385a event args fixed and tests updated 2015-10-16 10:04:12 +03:00
Hristo Deshev
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
Vladimir Enchev
bf7b7c642d gestures disconnect fixed 2015-09-10 09:51:14 +03:00
Vladimir Enchev
bc4ebd569c Fixed multiple gestures for Android 2015-09-01 15:44:38 +03:00
Vladimir Enchev
17cdbbaf46 gestures now can be added with on() and removed with off() 2015-08-31 16:44:35 +03:00
Nathanael Anderson
f0f8e125b7 Fix the 9 misspellings of _detach in the two Gestures files. 2015-08-22 23:33:18 -05:00
atanasovg
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
Nedyalko Nikolov
ae6fc36ec1 gestureObservers exposed to public via getGestureObservers method. 2015-06-02 15:25:01 +03:00
Nedyalko Nikolov
f838f11844 Refactored gestures to support more scenarios in android. 2015-05-29 13:45:27 +03:00
Vladimir Enchev
a73c42c853 apply changed to call 2015-05-13 16:33:36 +03:00
Vladimir Enchev
d9f0fda386 android support added 2015-05-13 16:12:12 +03:00
Vladimir Enchev
8d8fe1700b Context support for gesture handler binding 2015-05-13 16:05:45 +03:00
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
Rossen Hristov
c1672346c4 Gestures are now detached when a View is unloaded. 2015-04-22 09:14:37 +03:00
Rossen Hristov
283d93f32d Fixed: Swipe gesture is not recognized by Page. #301 2015-04-21 15:44:56 +03:00
Nedyalko Nikolov
cd6e723c30 Changed gestures enums like other enums. 2015-04-20 16:32:06 +03:00
vakrilov
8d67103a77 Ts lint 2015-04-14 10:17:58 +03:00
vakrilov
2b71413520 Getures rework in android 2015-04-09 18:48:31 +03:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00