makepad/platform
andodeki a9af660e45 android: send BeforeStartup/AfterStartup over websocket
The Android platform never sent BeforeStartup or AfterStartup messages
via the studio websocket. Desktop platforms send these through their
stdin event loops, but Android uses websockets instead of stdin.

Without AfterStartup, the hub never broadcasts AppStarted to UI
clients, causing makepad-test to time out waiting for app startup.
2026-08-20 07:41:10 +03:00
..
network feat(test): Android makepad_test via adb + in-process hub (legacy Java path) 2026-08-16 14:36:10 +03:00
script Splash improvements for running untrusted mini-apps (#1139) 2026-08-12 01:55:46 +02:00
src android: send BeforeStartup/AfterStartup over websocket 2026-08-20 07:41:10 +03:00
studio feat(test): extend protocol for touch, long-press, paste, IME composition 2026-08-19 00:50:17 +03:00
build.rs Audio: never auto-select loopback; fix VPIO init + minimize ducking 2026-08-02 17:48:41 +02:00
Cargo.toml Video playback fixes and improvements (#1155) 2026-08-10 12:29:33 +02:00