Releases: pwittchen/swipe
Releases · pwittchen/swipe
0.3.0-rx2
- added possibility to consume touch events -> issue #27 -> PR #28
- added abstract class
SimpleSwipeListener
implementingSwipeListener
interface, which allows to implement several touch events without being forced to implement all of them -> PR #28 - bumped RxJava2.x -> 2.1.9
- bumped Truth -> 0.39
- bumped Kotlin version -> 1.2.20
0.2.0-rx2
- migrated library to RxJava2.x as a separate artifact on a separate Git branch
- removed
master
branch from the repo - updated project dependencies
- updated Gradle to 3.x
- added Retrolambda to sample Java app
0.2.0
0.1.0
- updated project dependencies
- updated Gradle configuration
- updated sample apps
- renamed
com.github.pwittchen.swipe.library.Swipe#addListener
tocom.github.pwittchen.swipe.library.Swipe#setListener
- issue #14 - added
Swipe(int swipingThreshold, int swipedThreshold)
constructor, which allows to configure swiping and swiped threshold/sensitivity - fixes #17