Skip to content

Releases: Tunous/SwipeActionView

1.5.0

29 Oct 15:34
Compare
Choose a tag to compare

What's Changed

  • Implement MultiSwipeActionView for multiple actions by @newhinton in #33

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

15 Jul 18:16
242f292
Compare
Choose a tag to compare

It is now possible to listen to end of swipe action (#30). You can do so by implementing new onSwipeLeftComplete/onSwipeRightComplete functions in gesture listeners or via completion callback in animateToOriginalPosition function.

1.3.1

14 Jul 18:29
6813459
Compare
Choose a tag to compare

Add a dragResistance property to SwipeActionView (#26)

v1.3.0

07 Apr 15:42
03c14d6
Compare
Choose a tag to compare
  • Added a way to animate swiping from code (#15)
  • Added option to change swipe activation distance ratio (#18)

v1.2.0

12 Nov 17:03
Compare
Choose a tag to compare
  • Updated to AndroidX (45f6f06)
  • Removed setting to always draw background: sav_alwaysDrawBackground (4224061)
    • Starting from now the library behaves as if this setting was enabled, meaning that the background behind container view is always being drawn.
      WARNING: you might have to add background to your container views to avoid transparency issues
  • Changed minSdkVersion to 14

v1.1.0

28 Mar 19:04
Compare
Choose a tag to compare
  • Changed minSdkVersion to 11 (#3)
  • Fixed CardView shadow not being rendered (#6)

v1.0.1

23 Feb 11:45
Compare
Choose a tag to compare
  • Fixed crash when SwipeActionView doesn't have background (#4)

v1.0.0

11 Feb 13:37
Compare
Choose a tag to compare

The first stable release after successfully testing this library in production app for few months.

v0.1.1

27 Jan 15:32
Compare
Choose a tag to compare

Fixed incorrect highlight hotspot position when cancelling long-press.

Initial public release

24 Sep 14:41
Compare
Choose a tag to compare
0.1.0

Initial public release