- open a media preview sheet for picked photos and videos before upload - support reordering, removing items, and editing the shared caption in the sheet - send the confirmed batch through the existing album flow as one message with attachments
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.