Route file actions through platform services
This commit is contained in:
@@ -469,10 +469,11 @@ cursor bridges continue.
|
||||
app-core clipboard text decisions used by live clipboard get/set requests
|
||||
before retained platform clipboard bridges continue.
|
||||
`pp_platform_api` now owns a headless `PlatformServices` interface for
|
||||
clipboard text, cursor visibility, and virtual-keyboard visibility. Live app
|
||||
clipboard/cursor/keyboard execution routes through a debt-tracked legacy
|
||||
adapter in `app_events.cpp`, so behavior is preserved while later platform
|
||||
shell implementations can replace direct bridge calls.
|
||||
clipboard text, cursor visibility, virtual-keyboard visibility, external file
|
||||
display, and file sharing. Live app clipboard/cursor/keyboard/display/share
|
||||
execution routes through a debt-tracked legacy adapter in `app_events.cpp`, so
|
||||
behavior is preserved while later platform shell implementations can replace
|
||||
direct bridge calls.
|
||||
`pano_cli plan-cloud-upload` exposes the app-core cloud upload decision used by
|
||||
the live cloud upload command for missing-canvas, new-document warning, publish
|
||||
prompt, and dirty-document save-before-upload states before legacy UI, canvas,
|
||||
@@ -985,9 +986,10 @@ Results:
|
||||
clipboard decisions as JSON, including empty write text.
|
||||
- `pp_platform_api_tests` passed, covering the SDK-free `PlatformServices`
|
||||
interface for clipboard read/write, empty clipboard writes, cursor
|
||||
visibility dispatch, and virtual-keyboard visibility dispatch. The live app
|
||||
now consumes this interface through the legacy platform adapter for
|
||||
clipboard/cursor/keyboard execution.
|
||||
visibility dispatch, virtual-keyboard visibility dispatch, external file
|
||||
display dispatch, and file sharing dispatch. The live app now consumes this
|
||||
interface through the legacy platform adapter for
|
||||
clipboard/cursor/keyboard/display/share execution.
|
||||
- `panopainter_validate_shaders` passed, validating 25 shader programs and 7
|
||||
shader includes for stage markers and include graph integrity.
|
||||
- `pp_renderer_gl_capabilities_tests` passed on default MSVC, vcpkg-headless,
|
||||
|
||||
Reference in New Issue
Block a user