18 Commits

Author SHA1 Message Date
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
bf7b7c642d gestures disconnect fixed 2015-09-10 09:51:14 +03:00
bc4ebd569c Fixed multiple gestures for Android 2015-09-01 15:44:38 +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
a73c42c853 apply changed to call 2015-05-13 16:33:36 +03:00
d9f0fda386 android support added 2015-05-13 16:12:12 +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
8d67103a77 Ts lint 2015-04-14 10:17:58 +03:00
2b71413520 Getures rework in android 2015-04-09 18:48:31 +03:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00