BigBrainParking/app
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
..
assets v0.2.1: big-brain-driver app icon 2026-07-13 20:33:15 -07:00
modules/bbp-notify v0.2.4: fix countdown notification not appearing + wrong time-remaining 2026-07-15 21:55:45 +00:00
plugins Fix release signing in CI: anchor plugin regex to buildTypes release block 2026-07-07 19:49:37 -07:00
src v0.2.6: fix kiosk-code scan resolution + add zone QR asset 2026-07-16 19:08:49 +00:00
.gitignore chore: untrack + gitignore local module gradle build output 2026-07-13 21:05:09 -07:00
app.json v0.2.6: fix kiosk-code scan resolution + add zone QR asset 2026-07-16 19:08:49 +00:00
App.tsx CI: move workflow to .forgejo/workflows; self-contained Forgejo release; bump 0.1.1 2026-07-07 14:18:06 -07:00
babel.config.js Initial commit: parksmarter-client + BigBrainParking app 2026-07-06 08:33:47 -07:00
index.ts Initial commit: parksmarter-client + BigBrainParking app 2026-07-06 08:33:47 -07:00
metro.config.js Initial commit: parksmarter-client + BigBrainParking app 2026-07-06 08:33:47 -07:00
package.json Add on-device debug logging: file capture + share (for real-session testing) 2026-07-06 11:59:41 -07:00
tsconfig.json Initial commit: parksmarter-client + BigBrainParking app 2026-07-06 08:33:47 -07:00