android: Add UI setting for experimental features#40054
Merged
jdm merged 2 commits intoservo:mainfrom Oct 22, 2025
Merged
Conversation
Signed-off-by: Josh Matthews <[email protected]>
Member
Author
|
Note: I have no practical Android development experience, so I'm cobbling together these changes based on reading the developer documentation and assorted tutorials and example code, then fitting them into the architecture of the app as it exists today (servo/book#143). My hope is that these quality of life improvements will push the app over the edge into being just useful enough for testing that actual Android developers will feel compelled to clean it up. |
mukilan
approved these changes
Oct 21, 2025
support/android/apk/servoview/src/main/java/org/servo/servoview/ServoView.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Josh Matthews <[email protected]>
6bda160 to
fc4be3f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These commits add a new settings screen to the app, then add:
The page needs to be reloaded after switching the toggle before any changes can be observed.
Testing: Manually tested by visiting https://developer.mozilla.org with the setting enabled and disabled. No automated testing for Android yet.
Fixes: #39791