Skip to content

feat[ManageSpaceActivity]: Edge to edge support - #21576

Merged
lukstbit merged 2 commits into
ankidroid:mainfrom
criticalAY:edge-to-edge-manage-space
Aug 24, 2026
Merged

feat[ManageSpaceActivity]: Edge to edge support#21576
lukstbit merged 2 commits into
ankidroid:mainfrom
criticalAY:edge-to-edge-manage-space

Conversation

@criticalAY

Copy link
Copy Markdown
Contributor

Note

Assisted-by: Claude Opus 5

Purpose / Description

Port ManageSpaceActivity to support edge to edge

Fixes

Approach

See commits

How Has This Been Tested?

API 36 and API 28:
Screenshot_20260822_195701
Screenshot_20260822_195707
Screenshot_20260822_195753
Screenshot_20260822_195758

Learning (optional, can help others)

NA

Checklist

Please, go through these checks before submitting the PR.

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

@criticalAY criticalAY added the Review High Priority Request for high priority review label Aug 22, 2026
@criticalAY
criticalAY force-pushed the edge-to-edge-manage-space branch from e73ffee to 22884b2 Compare August 22, 2026 14:38
@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Snapshot diff report vs main. Open screenshot-diff for diffs.

  • ManageSpaceScreenshotTest: 3 changes
All 3 changed screenshots

ManageSpaceScreenshotTest

  • gesture_navigation_compare.png
  • landscape_compare.png
  • portrait_compare.png

@david-allison david-allison left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, cheers

Comment on lines +52 to +53
/** Whether this host is ported to edge to edge (17334) */
open val supportsEdgeToEdge: Boolean get() = false

@david-allison david-allison Aug 22, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ouch - is it feasible to add GitHub issues for any fragments which are necessary (and make this abstract + implement in each screen which needs porting)

[if this is asking too much; leave it as an issue to implement]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I would go with an issue here

@david-allison david-allison added Needs Second Approval Has one approval, one more approval to merge and removed Needs Review labels Aug 22, 2026
The `AppBarLayout` keeps `fitsSystemWindows`, so its `CollapsingToolbarLayout`
 applies the top inset itself. Removing it glitches the status bar as the
 toolbar collapses, which `ScheduleRemindersFragment` already records for the
 same widget stack. Only the root's flag is turned off, so this screen's
 listener sees the insets at all.

Assisted-by: Claude Opus 5
Assisted-by: Claude Opus 5

@lukstbit lukstbit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thanks!

@lukstbit lukstbit added Pending Merge Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc) and removed Needs Second Approval Has one approval, one more approval to merge labels Aug 24, 2026
@lukstbit
lukstbit added this pull request to the merge queue Aug 24, 2026
Merged via the queue into ankidroid:main with commit e8b2f87 Aug 24, 2026
22 checks passed
@github-actions github-actions Bot added this to the 2.25 release milestone Aug 24, 2026
@github-actions github-actions Bot removed Review High Priority Request for high priority review Pending Merge Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc) labels Aug 24, 2026
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.

Edge to edge: verify ManageSpaceActivity

3 participants