| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| multiple.intoto.jsonl | 2026-04-11 | 21.4 kB | |
| PlainApp-3.0.13.aab | 2026-04-11 | 65.7 MB | |
| PlainApp-3.0.13-armeabi-v7a.apk | 2026-04-11 | 67.2 MB | |
| PlainApp-3.0.13-default.apk | 2026-04-11 | 89.9 MB | |
| README.md | 2026-04-11 | 1.8 kB | |
| Release 3.0.13 source code.tar.gz | 2026-04-11 | 43.2 MB | |
| Release 3.0.13 source code.zip | 2026-04-11 | 45.2 MB | |
| Totals: 7 Items | 311.3 MB | 1 | |
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:
:::sh
slsa-verifier verify-artifact PlainApp-3.0.13-default.apk \
--provenance-path multiple.intoto.jsonl \
--source-uri github.com/plainhub/plain-app