Show images and GIFs fully inside chat bubbles instead of cropping them. Split attachment flow into a visual picker for photos and videos and a separate system file picker. Add batch visual sending with a shared caption applied to the first item until album support exists.
Android App (Phase 0)
Минимальный каркас Android-клиента на Kotlin + Jetpack Compose.
Что уже есть
- Gradle multi-module root (
:app) - Compose
MainActivity - Базовые зависимости для дальнейшей реализации
Следующий шаг
- Добавить network layer (Retrofit/OkHttp + auth interceptor).
- Внедрить DI и feature-модули.
- Поднять auth flow (email-first) и chat list.