hudomju / android-swipe-to-dismiss-undo

Android swipe-to-dismiss-undo library and sample code
MIT License
239 stars 84 forks source link

OnPendingDismiss callback and automatically dismiss items #5

Closed SimplicityApks closed 8 years ago

SimplicityApks commented 9 years ago

Thanks for writing this lib, here are some additions I need in my app ;). Also, could you check if you really need the minimum SDK set to 15, shouldn't 11 be enough?

mindrunner commented 9 years ago

Why is this not gonna be merged?

jwir3 commented 8 years ago

I think this project might be abandoned. @SimplicityApks maybe distribute a new lib on maven central with your changes?

SimplicityApks commented 8 years ago

Well I have since switched to the ListViewAnimations library which doesn't support RecyclerView, but I'm fine with ListView currently as I don't have that many items. However, there already is a fork of this lib including my changes and published on maven, maintained by michaelmuenzer here. I suggest using that one instead (maybe ask him to activate issues in his fork so it becomes a real project).