Closed mgursch closed 8 years ago
Are there some thoughts on this feature request?
Hi, you want a revert option ?
Exactly
Just want an option to show the card before
eg 0,1,2,3,2,1,0
mShuffle.revert(); or mShuffle.setSelectedAdapterPosition(1, withAnimation);
the 2,1,0 will came from swipe or from a button outside of the shuffle ?
in my specific case i need a button action to do this.
I'm on it ;)
can you try the 1.0.5 ? 👍
compile 'com.meetic.shuffle:shuffle:1.0.5'
compile 'com.meetic.dragueur:dragueur:1.0.3'
[]
Hey
thanks a lot for your support. I see an issue with that feature:
When I start the app it works for the first and second card. If i swipe further and do the revert one card is flickering.
Have tried it with images from web (using Glide) and images from local drawable resources. I uploaded a video here https://goo.gl/photos/qPu47xWuU3XoVVxn8
Thanks a lot
I don't think it's an problem with the image with glide, I'll tried to investigate it
The app you see in the video is not using glide its loading images via setImageResource - from local drawables folder.
and there is no reason that glide hide an image when I call shuffle.revert. maybe a bug with the animation ?
I can reproduce it without using glide
Yes I think it's a bug with the animation
Very good if you can reproduce it :)
thanks again for your support.
I fixed it in the 1.0.6 👍
Hi
need following feature:
User swipes a card away. User can restore last card by button click.
-> swipe back
Need a possibility to set adapter position (optional with animation to specific position)
Would be great if you can add this feature