lyft / scissors

✂ Android image cropping library
https://eng.lyft.com/scissors-an-image-cropping-library-for-android-a56369154a19
Apache License 2.0
1.84k stars 236 forks source link

Use GestureDetectors to detect scale and translate #64

Closed eygraber closed 6 years ago

eygraber commented 8 years ago

Cleans up code in TouchManager Uses GestureDetector and ScaleGestureDetector Allows for move, fling, pinch to scale, double tap to scale, double tap to scroll to scale

hlau-lyft commented 7 years ago

Would you attach video of the new UX? Wonder what is your use cases for fling, etc. Will be good to add some tests. Thanks

eygraber commented 7 years ago

I don't have video of it; flinging is for when the user flings the image view, and expects the velocity to match.

I opened this a year ago, and I've moved on from this library due to lack of support.