NewPipe/app
Adam Howard c32c267889 Merge remote-tracking branch 'upstream/master'
Conflicts:
	app/src/main/java/org/schabi/newpipe/VideoItemDetailFragment.java -- still used class-based passing
	app/src/main/java/org/schabi/newpipe/VideoItemListActivity.java -- just some whitespace
2015-11-02 21:29:43 +00:00
..
src Merge remote-tracking branch 'upstream/master' 2015-11-02 21:29:43 +00:00
.gitignore first commit 2015-09-04 02:15:03 +02:00
app.iml refactored StreamingService interface so it acts as a Factory (returning new instances of called classes, eg Extractor), rather than passing Class objects (which loses type safety) which are then instantiated. Also noticed there is a conflict between existing gradle setup and mine: misc.xml and app.iml have had their jvm version values switched from 1.8 to 1.7 2015-11-02 15:03:11 +00:00
build.gradle added ability to show similar videos 2015-11-02 19:57:47 +01:00
proguard-rules.pro first commit 2015-09-04 02:15:03 +02:00