Releases: cardinalblue/collage-gesture-detector-android
Releases · cardinalblue/collage-gesture-detector-android
v4.0.0
- Rename
GestureEventObservable
to GestureDetectorObservable
.
- The
GestureDetectorObservable
now produces observable of GestureObservable
, where there are polymorphism of it, such as GestureLifecycleObservable
, TapGestureObservable
, DragGestureObservable
and PinchGestureObservable
.
v3.0.0
- Support registering multiple listeners.
v2.4.4
- Add Rx add-on, GestureEventObservable.
- Set
tapEnabled
, dragEnabled
, and pinchEnabled
to determine whether to dispatch the callbacks.
v2.4.3
- Fix: Should not postpone the transition to IDLE when there is no detected tap.
- Update usage document.
v2.4.2
- Will report velocity x and velocity y for FLING callback.
v2.4.1
- Given start and stop pointers with zero vectors, it now will give you no delta scale and rotation.
- Update demo and improve PointerUtils.
- Remove redundant library dependency.
v2.4.0
- Fix: onLongPress callback is not triggered in the UI thread.