| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit 3d2cca1
☁️ Nx Cloud last updated this comment at 2026-01-31 22:32:47 UTC |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR improves edge-to-edge window handling on Android by refactoring the insets management logic and adding support for enabling edge-to-edge for dialog windows. It also updates the Android SDK from API 35 to API 36 and updates several AndroidX dependencies.
Changes:
Copilot reviewed 9 out of 12 changed files in this pull request and generated 4 comments.
Show a summary per file| File | Description |
|---|---|
| packages/ui-mobile-base/android/widgets/src/main/java/org/nativescript/widgets/Utils.java | Added Window-based edge-to-edge overloads and version check flag |
| packages/ui-mobile-base/android/widgets/src/main/java/org/nativescript/widgets/LayoutBase.java | Refactored window insets handling logic for cleaner overflow edge management |
| packages/ui-mobile-base/android/widgets/build.gradle | Updated SDK to API 36 and AndroidX dependencies to latest versions |
| packages/ui-mobile-base/android/widgetdemo/src/main/java/org/nativescript/widgetsdemo/MainActivity.kt | Added dialog fragment test case demonstrating Window-based edge-to-edge |
| packages/ui-mobile-base/android/widgetdemo/build.gradle.kts | Updated SDK targets to API 36 |
| packages/types-android/src/lib/android/org.nativescript.widgets.d.ts | Added type declarations for new Java methods |
| packages/core/utils/native-helper.d.ts | Added TypeScript signatures for new edge-to-edge Window overload |
| packages/core/utils/native-helper.android.ts | Exported new getter/setter for ignoreEdgeToEdgeOnOlderDevices flag |
| packages/core/utils/native-helper-for-android.ts | Implemented Window overload support for enableEdgeToEdge |
| packages/core/ui/core/view/index.android.ts | Removed debug console.log and added edge-to-edge support for dialog windows |
| packages/core/core-types/index.ts | Updated AndroidOverflow type to include AndroidOverflowMultiple as standalone option |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Improvements to Android edge-to-edge support and overflow handling.
Overflow Handling Improvements:
Android SDK and Dependency Updates: