Breeze v2.0.0 (prerelease 2)
Pre-release
Pre-release
·
4 commits
to overhaul
since this release
Prerelease 2 of the v2.0.0 app overhaul — from the overhaul branch, built @ c05cfb8.
Everything in pre1 (swipe one-unit-per-screen UI, modern controls, scan-to-add, beep, Ed25519 signing) plus:
- Live updates over SSE — on Breeze Core ≥ 3.0.0 the app opens
/api/units/streamand applies pushed changes in place, so the phone stops polling and changes from schedules or other clients appear instantly. On any drop it falls back to the 5 s poll and retries; older servers just poll as before.
Needs the Breeze Core v3.0.0 prerelease 2 server. The APK is debug-signed (test build, not Play-signed) — Android will warn about an unknown developer; allow "install unknown apps". flutter analyze clean; compiles for Android.