Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Play videos in the app #2109 #2488

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

shubhamkumar1739
Copy link

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
Copy link

ci-reporter bot commented Feb 9, 2020

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
Copy link

ci-reporter bot commented Feb 9, 2020

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Play videos in the app
1 participant