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

auto detect fullscreen aspect ratio #741

Merged
merged 1 commit into from
Oct 16, 2021

Conversation

Brazol
Copy link
Contributor

@Brazol Brazol commented Oct 4, 2021

Hi, I wanted to auto detect video aspect ratio in full screen but without changing device orientation. So basically what autoDetectFullscreenDeviceOrientation did without the orientation change part.

I added another flag autoDetectFullscreenAspectRatio which does that. I hope it looks good. Let me know if I should change anything.

@jhomlala
Copy link
Owner

jhomlala commented Oct 6, 2021

LGTM, I'll merge it before releasing next version.

@jhomlala jhomlala changed the base branch from master to feature/october_changes October 16, 2021 16:01
@jhomlala jhomlala merged commit 1468426 into jhomlala:feature/october_changes Oct 16, 2021
jhomlala added a commit that referenced this pull request Oct 16, 2021
* Fixed full screen safe area issue in cupertino controls

* Changed min. Flutter version to 2.2.3.

* Fixed subtitles duplication after changing data source.

* Added url parameter for changedResolution event

* Updated license

* Added [videoExtension] support for network data source for scenario where video source has no extension and cache manager requires it.

* Fixed progress bar issues when changing position of the video

* Added parameters to changedTrack event

* Added [changedPlaylistItem] event.

* auto detect fullscreen aspect ratio (#741)

* Updated changelog, updated doc

* Updated docs

* Updated formatting

* Changed log level in ExoPlayer to Error.

* Updated screenshots

* Updated documentation

Co-authored-by: Maciej Brażewicz <brazol@gmail.com>
geriby23 pushed a commit to threadable/betterplayer that referenced this pull request Jul 16, 2024
* Fixed full screen safe area issue in cupertino controls

* Changed min. Flutter version to 2.2.3.

* Fixed subtitles duplication after changing data source.

* Added url parameter for changedResolution event

* Updated license

* Added [videoExtension] support for network data source for scenario where video source has no extension and cache manager requires it.

* Fixed progress bar issues when changing position of the video

* Added parameters to changedTrack event

* Added [changedPlaylistItem] event.

* auto detect fullscreen aspect ratio (jhomlala#741)

* Updated changelog, updated doc

* Updated docs

* Updated formatting

* Changed log level in ExoPlayer to Error.

* Updated screenshots

* Updated documentation

Co-authored-by: Maciej Brażewicz <brazol@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants