|
All checks were successful
build-apk / build (push) Successful in 36m28s
The active-session endpoint (/api/ParkingSession) returns EndTime as "MM/DD/YYYY HH:MM:SS" (slashes, 24h, seconds), but parseApiTime only matched the past-session "MM-DD-YYYY hh:mm AM/PM" form. Hermes' Date() can't parse either, so live sessions parsed to null, got filtered out, and refreshSessionStatus cleared the notification instead of posting it (log showed "active sessions raw" but never "show native="). parseApiTime now accepts both: - or / separators, optional seconds, optional AM/PM (24h when absent). Added a "[STATUS] parsed N future-end session(s)" log. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| modules/bbp-notify | ||
| plugins | ||
| src | ||
| .gitignore | ||
| app.json | ||
| App.tsx | ||
| babel.config.js | ||
| index.ts | ||
| metro.config.js | ||
| package.json | ||
| tsconfig.json | ||