FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(android): edge to edge cutout inset by triniwiz · Pull Request #11069 · NativeScript/NativeScript · GitHub

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

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

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

Conversation

triniwiz commented Feb 1, 2026
edited by NathanWalker
Loading

Copy link
Copy Markdown
Member
  • 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 Bot commented Feb 1, 2026
edited
Loading

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL