You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android camera support — CameraView widget using Camera2 API via JNI, with live preview, color sampling (5×5 pixel averaging), freeze/unfreeze, and tap handler. Full parity with existing iOS camera widget.
Windows x86_64 binary in GitHub releases — CI now builds perry.exe + .lib runtime libraries, packaged as .zip.
winget package manager support — Automatically publishes PerryTS.Perry to the Windows Package Manager on each release via wingetcreate.
Changes
Remove local .cargo/config.toml (Android NDK linker path — machine-specific)
Add CAMERA permission and <uses-feature> declarations to Android manifest (marked required="false")
New camera.rs Rust module + Camera2 bridge methods in PerryBridge.kt (~200 lines of Kotlin)