NewPipe/app/src/main/java/org/schabi/newpipe
Adam Howard b0182ed604 halfway through implementing timestamps:
* still need to use the start position value stored in the PlayVideoActivity's Intent bundle, to set the VideoView using seekTo()
* need to test timestamp extraction regex, and possibly move it somewhere else
*need to find a better way to get the startPosition value to ActionBarHandler, which I thought used VideoInfo objects, but apparently doesn't
    * currently there is a small setStartPosition() method
2015-11-14 11:47:21 +00:00
..
youtube halfway through implementing timestamps: 2015-11-14 11:47:21 +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 rollback setting English as a default language for content 2015-11-10 20:28:05 +03:00
Extractor.java Fixed some typos and removed unused imports. 2015-10-15 23:25:53 +02:00
MediaFormat.java implemented optimised version of YoutubeExtractor.getVideoId(). 2015-11-11 01:48:44 +00:00
PlayVideoActivity.java halfway through implementing timestamps: 2015-11-14 11:47:21 +00:00
SearchEngine.java +Merge Adam Howard's (medavox) commit with my changes & remove conflict. 2015-11-05 13:03:47 +05:30
ServiceList.java first commit 2015-09-04 02:15:03 +02:00
SettingsActivity.java first commit 2015-09-04 02:15:03 +02:00
StreamingService.java made the PlayVideoActivity return to its VideoItemDetailActivity when the back button is pressed, by setting its parent activity in the manifest. Also grammar fixes for existing comments 2015-11-02 21:19:18 +00:00
VideoInfo.java halfway through implementing timestamps: 2015-11-14 11:47:21 +00:00
VideoInfoItem.java fixed inefficient double-conversion of parceled VideoInfoItems, from being cast from VideoInfoItem[] to Vector<>, to using ArrayList as an implementation of List 2015-11-13 10:47:05 +00:00
VideoInfoItemViewCreator.java update layout (implementing redesign suggested by @darkon5) & set english as a default language for content 2015-11-10 20:26:20 +03:00
VideoItemDetailActivity.java implemented locale-specific formatting of view, like and dislike counts, and video published date 2015-11-11 16:23:22 +00:00
VideoItemDetailFragment.java implemented locale-specific formatting of view, like and dislike counts, and video published date 2015-11-11 16:23:22 +00:00
VideoItemListActivity.java fixed inefficient double-conversion of parceled VideoInfoItems, from being cast from VideoInfoItem[] to Vector<>, to using ArrayList as an implementation of List 2015-11-13 10:47:05 +00:00
VideoItemListFragment.java fixed inefficient double-conversion of parceled VideoInfoItems, from being cast from VideoInfoItem[] to Vector<>, to using ArrayList as an implementation of List 2015-11-13 10:47:05 +00:00
VideoListAdapter.java fixed inefficient double-conversion of parceled VideoInfoItems, from being cast from VideoInfoItem[] to Vector<>, to using ArrayList as an implementation of List 2015-11-13 10:47:05 +00:00