vakrilov
7a645680d5
Minor refactorings
2016-05-18 16:52:37 +03:00
vakrilov
73b611c680
Multi-pointer case - covered
2016-05-18 16:52:37 +03:00
Josh Sommer
3427f93617
changed getX and getY to getRawX and getRawY
...
getRawX & Y always return the X & Y coordinates relative to the view
getX and getY sometimes return coordinates that are relative to the
previous motion. this update will allow smoother coordinates on panning
instead of occasional jumping back and fourth of the delta X and Y
coordinates
2016-05-18 16:52:36 +03:00
Hristo Deshev
de6a92f8c6
Fix tslint errors.
2016-02-24 11:06:15 +02:00
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
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
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
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
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
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
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
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