Skip to content

Releases: TalbotGooday/Android-Oembed-Video

Code refactoring and libraries updated

20 Sep 20:39

Choose a tag to compare

0.2.9

Code refactoring and libraries updated

0.2.8

25 Mar 20:47

Choose a tag to compare

Bump-up to java 17

0.2.5

25 Mar 20:37

Choose a tag to compare

Updated gradle and libraries

0.2.4

12 Apr 21:14

Choose a tag to compare

  • Added a EmbeddingRequest class along with direct video link usage that allows you to add custom headers for the request.
    Example:
EmbeddingRequest.build {
    setUrl(url)
    headers {
        host(FACEBOOK_HOST_NAME) {
            add("access_token", "")
            addAll(mapOf())
        }
    }
}
  • Third party libraries updated to latest versions

0.2.3

19 Jan 17:28

Choose a tag to compare

Bug fixes and other improvements

0.2.2

14 Nov 11:08

Choose a tag to compare

Refactoring. Bug fixes and other improvements

0.2.1

09 Nov 16:25

Choose a tag to compare

Loom added

0.2.0

08 Sep 18:54

Choose a tag to compare

Streamable added

0.1.9

12 Mar 13:10

Choose a tag to compare

Ultimedia added
Added customization options to the BottomVideoController

0.1.8

11 Mar 09:00

Choose a tag to compare

Merge remote-tracking branch 'origin/master'