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

ndk-build: Support android:resizeableActivity #338

Merged
merged 3 commits into from
Sep 6, 2022

Conversation

RagnarListig
Copy link
Contributor

This is a trivial pull request to add support for the android:resizeableActivity attribute on <activity>, needed e.g. for manifests for the Oculus Quest VR headset.

@MarijnS95 MarijnS95 changed the title Support android:resizeableActivity ndk-build: Support android:resizeableActivity Sep 5, 2022
cargo-apk/README.md Outdated Show resolved Hide resolved
cargo-apk/README.md Outdated Show resolved Hide resolved
cargo-apk/CHANGELOG.md Outdated Show resolved Hide resolved
RagnarListig and others added 2 commits September 5, 2022 19:42
Co-authored-by: Marijn Suijten <marijns95@gmail.com>
@RagnarListig
Copy link
Contributor Author

@MarijnS95 Thanks for your review. I've addressed your feedback, please have another look.

Copy link
Member

@MarijnS95 MarijnS95 left a comment

Choose a reason for hiding this comment

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

Thanks!

@RagnarListig
Copy link
Contributor Author

Incidentally, looks like users have already previously (incorrectly) assumed that this attribute was supported:

https://github.com/Ralith/openxrs/blob/05a0f442d93e627bf45b341100ad09c621d6ab06/openxr/Cargo.toml#L61

@MarijnS95 MarijnS95 merged commit 0bfdb87 into rust-mobile:master Sep 6, 2022
@MarijnS95
Copy link
Member

@RagnarListig I don't fully remember if the previous implementation serialized all tables parsed from TOML into XML, which won't suffer from that. Regardless, that's what you sometimes get with external contributions 😬

@RagnarListig RagnarListig deleted the resizeable_activity branch September 9, 2022 14:07
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.

None yet

2 participants