NewPipe/app/src/main/java/org/schabi/newpipe
Adam Howard 91f98c125e finished implementing timestamp, along with refactoring services
* added VideoInfo(AbstractVideoInfo) constructor, to support later implementation for reusing info scraped into VideoPreviewInfo, into VideoInfo
* Made the Extractor class behave as a per-video object;
    - most method return values are video-specific, so it makes sense (to me) to have Extractor be stateful.
    - The only stateless methods are getVideoUrl(), getVideoId() and loadDecryptionCode(String)
* Implemented a constructor for YoutubeExtractor, which performs all initialisation work
2015-11-17 22:51:27 +00:00
..
services finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +00:00
AbstractVideoInfo.java finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +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 finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +00:00
VideoInfoItemViewCreator.java finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +00:00
VideoItemDetailActivity.java finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +00:00
VideoItemDetailFragment.java finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +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 finished implementing timestamp, along with refactoring services 2015-11-17 22:51:27 +00:00