NewPipe-app-android/app/src/main/java/org/schabi/newpipe
Adam Howard 3bfc82f7c0 Refactoring YoutubeExtractor:
-replaced single use of terrible_unescape_workaround_fuck(String) with call to URLDecoder.decode(String, String)
* tested new regex implementation of YoutubeExtractor.getVideoId(String)
- deleted old HashMap-based implementation of YoutubeExtractor.getVideoId(String)
* Miscellaneous typo corrections
* replaced direct page-scraping extraction of video publication date in YoutubeExtractor.getVideoInfo(String) with jsoup-based scrape of <meta> tag field in YYYY-MM-DD format
*similarly,  replaced direct page-scraping extraction of view count with <meta> tag field.

Both <meta> tag fields still need to be formatted locale-specifically
2015-11-11 13:07:09 +00:00
..
youtube Refactoring YoutubeExtractor: 2015-11-11 13:07:09 +00:00
ActionBarHandler.java New version number 0.6.0 and some fixes: 2015-11-10 20:51:39 +01: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 New version number 0.6.0 and some fixes: 2015-11-10 20:51:39 +01: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 refactoring VideoInfo & VideoInfoItem, part 1: 2015-11-08 02:04:03 +00:00
VideoInfoItem.java refactoring VideoInfo & VideoInfoItem, part 1: 2015-11-08 02:04:03 +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 optimised version of YoutubeExtractor.getVideoId(). 2015-11-11 01:48:44 +00:00
VideoItemDetailFragment.java impofed performance and made similar video button hidable 2015-11-08 21:17:51 +01:00
VideoItemListActivity.java Merge remote-tracking branch 'upstream/master' 2015-11-02 21:29:43 +00:00
VideoItemListFragment.java minor commit: 2015-11-10 17:09:26 +00:00
VideoListAdapter.java + Remove deprecated method from app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java 2015-11-02 18:02:32 +05:30