This website requires JavaScript.
Explore
Help
Register
Sign In
neoris
/
NewPipe
Watch
1
Star
0
Fork
0
You've already forked NewPipe
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
NewPipe
/
app
/
src
/
main
/
java
/
org
/
schabi
/
newpipe
History
Adam Howard
a2d5b0893d
Merge remote-tracking branch 'upstream/master'
2015-11-02 15:12:34 +00:00
..
youtube
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
ActionBarHandler.java
Fixed:
2015-10-29 18:37:32 +01:00
DownloadDialog.java
added autio streaming & jumped to version 0.4.0
2015-09-21 21:12:48 +02:00
Downloader.java
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
Extractor.java
Fixed some typos and removed unused imports.
2015-10-15 23:25:53 +02:00
PlayVideoActivity.java
fiexed some smaller displaying errors
2015-10-24 16:04:27 +02:00
SearchEngine.java
Fixed some typos and removed unused imports.
2015-10-15 23:25:53 +02:00
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
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
VideoInfo.java
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
VideoInfoItem.java
added NextVideo support
2015-10-25 19:14:29 +01:00
VideoInfoItemViewCreator.java
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
VideoItemDetailActivity.java
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
VideoItemDetailFragment.java
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
VideoItemListActivity.java
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
VideoItemListFragment.java
Merge remote-tracking branch 'upstream/master'
2015-11-02 15:12:34 +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