Skip to content

Releases: cardinalblue/collage-gesture-detector-android

v4.0.0

28 Aug 04:35
Compare
Choose a tag to compare
  • 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.1.2

28 Aug 04:27
Compare
Choose a tag to compare
bump 3.1.2

v3.1.1

28 Aug 04:27
Compare
Choose a tag to compare
bump 3.1.1

v3.1.0

28 Aug 04:27
Compare
Choose a tag to compare
bump 3.1.0

v3.0.0

11 Aug 16:14
Compare
Choose a tag to compare
  • Support registering multiple listeners.

v2.4.4

29 May 08:07
53a85f0
Compare
Choose a tag to compare
  • Add Rx add-on, GestureEventObservable.
  • Set tapEnabled, dragEnabled, and pinchEnabled to determine whether to dispatch the callbacks.

v2.4.3

22 May 19:59
Compare
Choose a tag to compare
  • Fix: Should not postpone the transition to IDLE when there is no detected tap.
  • Update usage document.

v2.4.2

30 Apr 13:06
Compare
Choose a tag to compare
  • Will report velocity x and velocity y for FLING callback.

v2.4.1

08 Apr 04:27
Compare
Choose a tag to compare
  • 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

13 Mar 09:31
Compare
Choose a tag to compare
  • Fix: onLongPress callback is not triggered in the UI thread.