Releases: TalbotGooday/Android-Oembed-Video
Releases · TalbotGooday/Android-Oembed-Video
Code refactoring and libraries updated
0.2.9 Code refactoring and libraries updated
0.2.8
Bump-up to java 17
0.2.5
Updated gradle and libraries
0.2.4
- Added a
EmbeddingRequestclass 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
Bug fixes and other improvements
0.2.2
Refactoring. Bug fixes and other improvements
0.2.1
Loom added
0.2.0
Streamable added
0.1.9
Ultimedia added
Added customization options to the BottomVideoController
0.1.8
Merge remote-tracking branch 'origin/master'