Releases: TalbotGooday/Android-Oembed-Video
Releases · TalbotGooday/Android-Oembed-Video
0.2.8
0.2.5
Updated gradle and libraries
0.2.4
- 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
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'
0.1.7
Merge remote-tracking branch 'origin/master'