Y
Hacker News
new
|
ask
|
show
|
jobs
Lightweight android swipe-to-dismiss library for RecyclerView
(
github.com
)
4 points
by
codefalling
4057 days ago
2 comments
jermo
4057 days ago
Looks good but what is the license of this library? Can't see one in the repository. Would recommend adding a LICENSE file.
link
codefalling
4057 days ago
I forget to add a license in fact.Thx for your suggestion.I'll do it when I get free.
link
jitpack
4057 days ago
So which one is it?
link
codefalling
4057 days ago
BSD license
link
on_and_off
4051 days ago
You might want to include the original Apache licence since its basically 99% the exact same code with RecyclerView instead of ListView :
https://github.com/romannurik/Android-SwipeToDismiss
.
link