refactorings and screenshot tests: prep for edge to edge Reviewer - #21578
Merged
criticalAY merged 4 commits intoAug 23, 2026
Conversation
Contributor
|
Snapshot diff report vs
All 9 changed screenshotsReviewerScreenshotTest
|
Roborazzi test added to catch future regressions. Issue 17334, 21504 - edge to edge Assisted-by: Claude Fable 5
Handles the 'Fullscreen mode' appearance option. This currently displays some regressions which will be fixed later: * the counts bar overlaps with the status bar * Issue 14201: issue with answer buttons at the top * the toolbar is handled incorrectly Issue 17334, 21504 - edge to edge Assisted-by: Claude Fable 5
'Hide the system bars' in landscape with a camera notch. Issue 17334, 21504 - edge to edge Assisted-by: Claude Fable 5
This allows insets to be applied as padding without affecting `minHeight`. layout_alignParentTop is removed: as RelativeLayout is no longer being used, it has no effect. Issue 17334, 21504 - edge to edge Assisted-by: Claude Fable 5
david-allison
force-pushed
the
21504-reviewer-edge-to-edge-1
branch
from
August 22, 2026 21:11
715f7b9 to
8156e1b
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.
Note
Assisted-by: Claude Fable 5 - effectively all
Purpose / Description
I have a large PR to make the reviewer edge to edge. This is the first in a series of ~5 PRs
Fixes
Reviewer#21504How Has This Been Tested?
Heavily tested, check the screenshot tests this produces.
Checklist