Apply the makepad_test workstream onto the fork's portallist pin:
- makepad_test: runtime support for terminal (standalone) + Android (adb) runners,
dropping the Studio-hub-only requirement for headless UI tests
- platform: native_activity Android path (looper_wrapper.c, android_native.rs,
android_jni_native.rs), standalone terminal app_main path
- cargo-makepad: native_activity + profile-dependent prefer-dynamic in android
build; keystore-create/build-aab packaging inputs
- studio hub: standalone hub_server binary for headless run
- examples/counter: terminal UI test entry (wait_text/click via Selector) ready
for Android + desktop parity
Base: fork portallist_flow_adaptive_view d82756a (keeps map work + re-exports).
16 lines
566 B
TOML
16 lines
566 B
TOML
[package]
|
|
name = "makepad-android-state"
|
|
version = "0.1.0"
|
|
authors = ["Makepad <info@makepad.nl>", "Kevin Boos <kevinaboos@gmail.com>"]
|
|
edition = "2021"
|
|
keywords = ["makepad", "android", "context", "activity", "state"]
|
|
categories = ["gui"]
|
|
description = "Exposes access to Makepad's context states on Android"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "Xn0xvOdZChZbltM8tMBk0zLdOBc="
|
|
|
|
[dependencies]
|
|
makepad-jni-sys = {path = "../jni-sys"}
|