Skip to content

feat(android): edge to edge cutout inset#11069

Merged
NathanWalker merged 2 commits intomainfrom
feat/ete-cutout
Feb 1, 2026
Merged

feat(android): edge to edge cutout inset#11069
NathanWalker merged 2 commits intomainfrom
feat/ete-cutout

Conversation

@triniwiz
Copy link
Member

@triniwiz triniwiz commented Feb 1, 2026

  • support for display cutout (notch) insets on Android.
  • introduces new properties for cutout insets and their "consumed" states, updates the buffer structure to accommodate the new values, and ensures these are handled throughout the Java and TypeScript codebase.
  • Added new constants for cutout insets (INSET_CUTOUT_LEFT, INSET_CUTOUT_TOP, INSET_CUTOUT_RIGHT, INSET_CUTOUT_BOTTOM) and their "consumed" counterparts in both the TypeScript (index.android.ts) and Java (LayoutBase.java) layers. [1] [2]

  • Increased the buffer size from 40 to 72 bytes to accommodate the new cutout insets, updated the buffer initialization, and refactored buffer access methods to use the new size. [1] [2] [3] [4]

@nx-cloud
Copy link

nx-cloud bot commented Feb 1, 2026

View your CI Pipeline Execution ↗ for commit ad097d0

Command Status Duration Result
nx test apps-automated -c=ios ✅ Succeeded 2m 33s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-01 22:22:50 UTC

@NathanWalker NathanWalker merged commit 2554828 into main Feb 1, 2026
7 checks passed
@NathanWalker NathanWalker deleted the feat/ete-cutout branch February 1, 2026 23:57
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.

2 participants