NewPipe/app
chandrashekhar 95a9f2f5e3 + Remove deprecated method from app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java
onAttach(Activity activity) is replaced by onAttach(Context context)

+ Remove deprecated method from pp/src/main/java/org/schabi/newpipe/VideoListAdapter.java
context.getResource().getColor(resId) is replaced by ContextCompat.getColor(context,resId)
2015-11-02 18:02:32 +05:30
..
src + Remove deprecated method from app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java 2015-11-02 18:02:32 +05:30
.gitignore first commit 2015-09-04 02:15:03 +02:00
app.iml Fixed: 2015-10-29 18:37:32 +01:00
build.gradle Fixed: 2015-10-29 18:37:32 +01:00
proguard-rules.pro first commit 2015-09-04 02:15:03 +02:00