1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-05 19:43:18 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe/player
Avently c45514b989 All players in one place
- main, background, popup players now connected via one service, one view, one fragment, one activity and one gesture listener
- playback position is synchronized between players. Easy to switch from one to another
- expandable player at the bottom of the screen with cool animation and additional features like long click to open channel of a video, play/pause/close buttons and swipe down to dismiss
- in-player integrated buttons for opening in browser, playing with Kodi, sharing a video
- better background playback that can be activated in settings. Allows to automatically switch to audio-only mode when going to background and then switching to video-mode when returning to the app.
2019-12-30 00:15:01 +03:00
..
event All players in one place 2019-12-30 00:15:01 +03:00
helper All players in one place 2019-12-30 00:15:01 +03:00
mediasession Apply suggestions from code review 2019-10-07 11:27:43 +02:00
mediasource Migrate to AndroidX 2019-10-04 14:59:08 +02:00
playback Apply suggestions from code review 2019-10-07 11:27:43 +02:00
playqueue Migrate to AndroidX 2019-10-04 14:59:08 +02:00
resolver Migrate to AndroidX 2019-10-04 14:59:08 +02:00
AudioServiceLeakFix.java Fix AudioManager memory leak 2019-02-24 10:51:30 +02:00
BackgroundPlayer.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
BackgroundPlayerActivity.java All players in one place 2019-12-30 00:15:01 +03:00
BasePlayer.java All players in one place 2019-12-30 00:15:01 +03:00
MainPlayer.java All players in one place 2019-12-30 00:15:01 +03:00
MainVideoPlayer.java All players in one place 2019-12-30 00:15:01 +03:00
PlayerServiceBinder.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
PlayerState.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
PopupVideoPlayer.java All players in one place 2019-12-30 00:15:01 +03:00
PopupVideoPlayerActivity.java All players in one place 2019-12-30 00:15:01 +03:00
ServicePlayerActivity.java All players in one place 2019-12-30 00:15:01 +03:00
VideoPlayer.java All players in one place 2019-12-30 00:15:01 +03:00
VideoPlayerImpl.java All players in one place 2019-12-30 00:15:01 +03:00