NewPipe/app/src/main/java/org/schabi/newpipe
Adam Howard 320a4e2351 Refactoring:
* renamed VideoInfoItem to VideoPreviewInfo
* moved streaming service-related classes into their own, new package services
* added javadoc to some classes and methods (where functionality is known well enough to explain)
* De-duplicated common fields between VideoInfo and VideoPreviewInfo by moving them into a common superclass: AbstractVideoInfo
* Removed 2 methods which only call super(), and therefore are unnecessary: PlayVideoActivity.onResume() and PlayVideoActivity.onPostCreate(Bundle)
2015-11-16 23:32:00 +00:00
..
services Refactoring: 2015-11-16 23:32:00 +00:00
AbstractVideoInfo.java Refactoring: 2015-11-16 23:32:00 +00:00
ActionBarHandler.java halfway through implementing timestamps: 2015-11-14 11:47:21 +00:00
DownloadDialog.java added autio streaming & jumped to version 0.4.0 2015-09-21 21:12:48 +02:00
Downloader.java Refactoring: 2015-11-16 23:32:00 +00:00
MediaFormat.java Refactoring: 2015-11-16 23:32:00 +00:00
PlayVideoActivity.java Refactoring: 2015-11-16 23:32:00 +00:00
SettingsActivity.java first commit 2015-09-04 02:15:03 +02:00
VideoInfo.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoInfoItemViewCreator.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoItemDetailActivity.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoItemDetailFragment.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoItemListActivity.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoItemListFragment.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoListAdapter.java Refactoring: 2015-11-16 23:32:00 +00:00
VideoPreviewInfo.java Refactoring: 2015-11-16 23:32:00 +00:00