What's Changed
- Fix screen mirror issue on android 9
⚠️ Breaking Changes
Make sure both phones are running version 3.3.0 when using chat features.
All enum-backed fields now use UPPERCASE string values:
peer.status — e.g. "ONLINE", "OFFLINE"
peer.deviceType — e.g. "MOBILE", "DESKTOP"
chat.status, chatChannel.status — e.g. "ACTIVE", "ARCHIVED"
session.type — e.g. "LAN", "BLE"
chatChannel.members.status — e.g. "JOINED", "LEFT"
Security
VirusTotal Scan
| File | Status | Scan Report |
|---|---|---|
PlainApp-3.3.0-64bit-Universal-Recommended.apk
| ✅ 0/65 Clean | View Report |
PlainApp-3.3.0-Old-Android-32bit.apk
| ✅ 0/63 Clean | View Report |
PlainApp-3.3.0-Google-Play.aab
| ✅ 0/61 Clean | View Report |
SLSA Provenance (Level 3)
The .intoto.jsonl file is a signed SLSA provenance document covering all release artifacts (APKs + AAB).
Verify with slsa-verifier:
slsa-verifier verify-artifact PlainApp-3.3.0-64bit-Universal-Recommended.apk \
--provenance-path multiple.intoto.jsonl \
--source-uri github.com/plainhub/plain-app