kaizen-app/app
Bruno Deanoz 46a48b6008 fix Live Call crash: Unicode ellipsis in Authorization header
Debug logging used token.take(10) + "…" (U+2026) directly in the
HTTP header value. OkHttp rejects non-ASCII in header values.
Moved the truncation to the log line, header uses the full token.
2026-06-24 12:51:15 +02:00
..
src fix Live Call crash: Unicode ellipsis in Authorization header 2026-06-24 12:51:15 +02:00
.gitignore Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00
build.gradle.kts feat: KaizenIcons system — Lucide base, full Material Icons migration 2026-06-22 14:11:34 +02:00
proguard-rules.pro Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00