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

Enable activity resizing #4945

Merged
merged 2 commits into from
Jan 13, 2022
Merged

Conversation

ouchadam
Copy link
Contributor

@ouchadam ouchadam commented Jan 13, 2022

Aims to fix #4811

Enables resizable activities for the entire application https://developer.android.com/guide/topics/manifest/activity-element#resizeableActivity

This should 🤞 allow desktop android to resize/maximise windows without needing the device OEM to force the behaviour (like Samsung Dex)

@github-actions
Copy link

Unit Test Results

  66 files  ±0    66 suites  ±0   58s ⏱️ +7s
135 tests ±0  135 ✔️ ±0  0 💤 ±0  0 ±0 
418 runs  ±0  418 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit b62693c. ± Comparison against base commit a208b48.

@@ -76,6 +76,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:resizeableActivity="true"
Copy link
Member

Choose a reason for hiding this comment

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

Ha good point, I was pretty sure it was already the case. Probably in a previous project.

@bmarty bmarty enabled auto-merge January 13, 2022 19:47
@github-actions
Copy link

Matrix SDK

Integration Tests Results:

  • [org.matrix.android.sdk.session]
    passed="21" failures="3" errors="0" skipped="2"
  • [org.matrix.android.sdk.account]
    passed="5" failures="0" errors="0" skipped="2"
  • [org.matrix.android.sdk.internal]
    passed="158" failures="1" errors="0" skipped="38"
  • [org.matrix.android.sdk.ordering]
    passed="16" failures="0" errors="0" skipped="0"
  • [org.matrix.android.sdk.PermalinkParserTest]
    passed="2" failures="0" errors="0" skipped="0"

@bmarty bmarty merged commit 668fa0d into develop Jan 13, 2022
@bmarty bmarty deleted the feature/adm/enable-desktop-resizing branch January 13, 2022 19:58
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.

Add support for Android Desktop Mode
2 participants