Skip to content

Releases: AsynctaskCoffee/YoutubeFloatingVideo

Release v0.0.5

13 Jul 19:17
Compare
Choose a tag to compare

Updates

13.07.2020 AndroidX Migration

FullScreen Support Added

Full Screen Usage

Users who are already using do not need to make any changes. Users who want to use full screen feature should get YoutubeApi key. Users without YouTube or devices without PlayStore support are directed to webview for full screen mode.

        setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
FlyingVideo.get(MainActivity.this)
        .setFloatMode(TaskCoffeeVideo.FLOAT_MOVE.FREE)
        .setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
        .setVideoStartSecond((mTracker == null) ? 0 : mTracker.getCurrentSecond())
        .coffeeVideoSetup(videoId)
        .setFlyGravity(TaskCoffeeVideo.FLY_GRAVITY.BOTTOM)
        .show(view);

Release v0.0.4

13 Jul 16:00
Compare
Choose a tag to compare

Updates

13.07.2020 AndroidX Migration

FullScreen Support Added

Full Screen Usage

Users who are already using do not need to make any changes. Users who want to use full screen feature should get YoutubeApi key. Users without YouTube or devices without PlayStore support are directed to webview for full screen mode.

        setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
FlyingVideo.get(MainActivity.this)
        .setFloatMode(TaskCoffeeVideo.FLOAT_MOVE.FREE)
        .setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
        .setVideoStartSecond((mTracker == null) ? 0 : mTracker.getCurrentSecond())
        .coffeeVideoSetup(videoId)
        .setFlyGravity(TaskCoffeeVideo.FLY_GRAVITY.BOTTOM)
        .show(view);

Release v0.0.3

01 Mar 23:30
Compare
Choose a tag to compare

You can use this version for your lite projects. There will be some performance updates on upcoming days. Note: This library is not finish yet. There will be some error and bugs, do not worry will be fixed soon. Happy coding ^^

Coming soon

27 Feb 23:26
Compare
Choose a tag to compare
0.0.2

Dismiss and expand added

Floating Video Library Alpha

26 Feb 23:35
Compare
Choose a tag to compare

Alpha version of youtube floating video library. It has lots of bugs. Gimme some time :)