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

feat: add cross-platform NativeWindow implementation by edusperoni · Pull Request #11181 · NativeScript/NativeScript · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9f03323
feat: add cross-platform NativeWindow implementation
edusperoni Apr 13, 2026
70f6b8f
refactor: Update NativeWindow implementation and lifecycle event hand…
edusperoni Apr 13, 2026
cdd182b
chore: remove unneeded scene config
edusperoni Apr 13, 2026
dbc0d92
fix(core): mechanical NativeWindow bug fixes
edusperoni Aug 20, 2026
95ed0ae
revert(core): un-deprecate Application event bridges; add window to t…
edusperoni Aug 20, 2026
017078a
refactor(core)!: split WindowBase from NativeWindow; add role; fix na…
edusperoni Aug 20, 2026
59c8955
feat(core): session-scoped window identity, attach/detach, teardown, …
edusperoni Aug 20, 2026
a70f4c5
refactor(core): route all iOS window content through NativeWindow (ow…
edusperoni Aug 20, 2026
472a72a
refactor(core): route Android activity content through NativeWindow
edusperoni Aug 20, 2026
ef5488b
feat(core): 'ready' event, window content resolver, launch soft-depre…
edusperoni Aug 20, 2026
c512b09
fix(core): drive app-level suspend/resume from UIApplication notifica…
edusperoni Aug 20, 2026
4a4a876
feat(core): hoist window registry to ApplicationCommon; cross-platfor…
edusperoni Aug 20, 2026
453084a
feat(core): per-window configuration plumbing
edusperoni Aug 20, 2026
8ec37de
types(core): handwritten native-window typings following the frame pa…
edusperoni Aug 20, 2026
852d8da
test(core): NativeWindow + Application specs
edusperoni Aug 20, 2026
8c99542
chore(toolbox): cross-platform multi-window demo
edusperoni Aug 20, 2026
2f7c538
fix(core): return undefined from getRegisteredBroadcastReceiver when …
edusperoni Aug 20, 2026
80f7fd3
feat(core): bridge scene URL, user activity and shortcut delegate met…
edusperoni Aug 20, 2026
ed82586
feat(core): View.getNativeWindow(); release a root view when another …
edusperoni Aug 20, 2026
f65ea21
fix(core): break the require cycle from native-window into ui/frame
edusperoni Aug 20, 2026
d8c6e3d
chore: clarify messaging around singleInstancePerTask API 31+
NathanWalker Aug 21, 2026
f431858
fix(core): route the Android back button to the pressing window's frame
edusperoni Aug 21, 2026
49b7f19
feat(core): scope Frame.topmost() to a window
edusperoni Aug 21, 2026
File filter

Filter by extension

Filter by extension .plist  (1) .ts  (42) .xml  (2) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion apps/toolbox/src/main-page.ts
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function setupSceneEvents() {
// Listen to scene events
Application.on(SceneEvents.sceneWillConnect, (args: SceneEventData) => {
console.log('New scene connecting:', args.scene);
console.log('Window:', args.window);
console.log('Window:', args.uiWindow);
console.log('Connection options:', args.connectionOptions);
});

Expand Down
Loading
Loading

Back | FazBrowse Home | New Git URL