BigBrainParking/app/src
Erik 2bdb59b49a
All checks were successful
build-apk / build (push) Successful in 30m18s
v0.2.6: fix kiosk-code scan resolution + add zone QR asset
ScanScreen.lookupCode tried getMetersByScannerCode first and let its thrown
error-envelope abort the whole lookup, so the getMetersByZoneName fallback never
ran; it also sent ZoneName in the scanned case (the API is case-sensitive — the
official app lowercases). Confirmed via live mitmproxy capture of the official
app: a scanned code resolves through ScannerCode, and ZoneName=dl (lowercase)
returns the zone.

Now tries ScannerCode -> ZoneName -> zonename(lowercased) -> TerminalSerNo, each
independent and non-fatal; only reports "Lookup failed" if every attempt errored.

Adds docs/zone-qr/ with the DL-Sandpoint QR (encodes ScannerCode "DL", works in
both BigBrainParking and the official app) and a how-to.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-16 19:08:49 +00:00
..
api Add on-device debug logging: file capture + share (for real-session testing) 2026-07-06 11:59:41 -07:00
auth v0.1.6: validate the session on open, not mid-map 2026-07-13 10:46:04 -07:00
features v0.2.2: active-session "time left" status notification (default on) 2026-07-13 20:46:39 -07:00
navigation v0.2.2: active-session "time left" status notification (default on) 2026-07-13 20:46:39 -07:00
notifications v0.2.5: parse live-session date format so the countdown actually posts 2026-07-15 22:49:34 +00:00
screens v0.2.6: fix kiosk-code scan resolution + add zone QR asset 2026-07-16 19:08:49 +00:00
theme Add request logging mode, dark mode, Account hub, profile, vehicle CRUD, cards view 2026-07-06 10:14:24 -07:00