Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

feat: Play videos in the app #2109 - #2488

Open
shubhamkumar1739 wants to merge 1 commit into
fossasia:developmentfrom
shubhamkumar1739:youtube
Open

feat: Play videos in the app #2109#2488
shubhamkumar1739 wants to merge 1 commit into
fossasia:developmentfrom
shubhamkumar1739:youtube

Conversation

@shubhamkumar1739

Copy link
Copy Markdown

Fixes #2109 Play videos in the app

Changes: Add a fragment which plays YouTube videos in the app
YoutubeFragment.kt: A the fragment to play Youtube Videos
FullscreenListener.kt: Listens for full screen event
fragment_youtube.xml: Fragment layout
Change the onClick function in YoutubeVideoViewHolder.kt to call the fragment instead of YoutubeVid.kt

Important: Give YouTube API key for proper functioning

ezgif com-video-to-gif(1)
Screenshots for the change:

@auto-label auto-label Bot added the feature label Feb 9, 2020
@ci-reporter

ci-reporter Bot commented Feb 9, 2020

Copy link
Copy Markdown

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 79df4c8. Here's the output:

spotless check
> Task :spotlessCheck UP-TO-DATE

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


Failed build for 79df4c8
spotless check
> Task :spotlessCheck UP-TO-DATE
Failed build for f791f8b
spotless check
> Task :spotlessCheck UP-TO-DATE
Failed build for f791f8b
spotless check
> Task :spotlessCheck UP-TO-DATE
Failed build for 1ebc893
spotless check
> Task :spotlessCheck UP-TO-DATE
Failed build for 1ebc893
spotless check
> Task :spotlessCheck UP-TO-DATE
Failed build for 323055c
spotless check
> Task :spotlessCheck UP-TO-DATE

This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.

@ci-reporter

ci-reporter Bot commented Feb 9, 2020

Copy link
Copy Markdown

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 323055c. Here's the output:

spotless check
> Task :spotlessCheck UP-TO-DATE

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.

    Add a fragment which plays YouTube videos in the app
    YoutubeFragment.kt: A the fragment to play Youtube Videos
    FullscreenListener.kt: Listens for full screen event
    fragment_youtube.xml: Fragment layout

    Add a callback (ChatCallback) which plays youtube fragment from the ChatActivity

    REQUIRED: Give YouTube API key for proper functioning
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Play videos in the app

1 participant