What's Changed
- Improve web connection stability when the phone sleeps
- Merge the About page into Settings
- Use a shorter default mDNS domain on first install
- Add login notifications and a status indicator to the app hero banner
- Redesign the Sessions page
- “Keep screen on” now applies only to the app screen (PlainApp → top-right button)
- Fix mDNS issues on phone hotspot
- Allow starting/stopping the HTTP server via broadcast
adb shell am broadcast \
-a com.ismartcoding.plain.action.START_HTTP_SERVER \
-p com.ismartcoding.plain
adb shell am broadcast \
-a com.ismartcoding.plain.action.STOP_HTTP_SERVER \
-p com.ismartcoding.plain
Security
VirusTotal Scan
| File | Status | Scan Report |
|---|---|---|
PlainApp-3.0.13-default.apk
| ✅ 0/65 Clean | View Report |
PlainApp-3.0.13-armeabi-v7a.apk
| ✅ 0/69 Clean | View Report |
PlainApp-3.0.13.aab
| ✅ 0/64 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.0.13-default.apk \
--provenance-path multiple.intoto.jsonl \
--source-uri github.com/plainhub/plain-app