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

Allow PictureInPicture mode for Element Call. #3345

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Aug 27, 2024

Remove feature flag PictureInPicture

@bmarty bmarty requested a review from a team as a code owner August 27, 2024 16:41
@bmarty bmarty requested review from ganfra and removed request for a team August 27, 2024 16:41
@bmarty bmarty added Z-NextRelease For issues and PRs which should be included in the NextRelease. PR-Feature For a new feature labels Aug 27, 2024
@bmarty bmarty changed the title Remove feature flag PictureInPicture Allow PictureInPicture mode for Element Call. Aug 27, 2024
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/RGeR11

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.70%. Comparing base (6ca93a2) to head (ad646c9).
Report is 2 commits behind head on develop.

Files Patch % Lines
...droid/features/call/impl/pip/PipSupportProvider.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3345   +/-   ##
========================================
  Coverage    82.69%   82.70%           
========================================
  Files         1681     1681           
  Lines        39415    39406    -9     
  Branches      4787     4785    -2     
========================================
- Hits         32594    32589    -5     
+ Misses        5146     5143    -3     
+ Partials      1675     1674    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

title = "Picture in Picture for Calls",
description = "Allow the Call to be rendered in PiP mode",
defaultValue = { it.buildType != BuildType.RELEASE },
isFinished = false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not use isFinished = true first?

@ganfra
Copy link
Member

ganfra commented Aug 27, 2024

Ok for me, just one question.
Also we should probably clean up a bit our feature flags at some point.

@bmarty bmarty added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Aug 27, 2024
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Aug 27, 2024
@bmarty bmarty enabled auto-merge August 27, 2024 19:35
@bmarty bmarty merged commit d6f194b into develop Aug 27, 2024
33 of 35 checks passed
@bmarty bmarty deleted the feature/bma/removePipFlag branch August 27, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Feature For a new feature Z-NextRelease For issues and PRs which should be included in the NextRelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants