Files
Messenger/android
benya 6bb3dfc712
Some checks failed
Android CI / android (push) Failing after 5m54s
Android Release / release (push) Failing after 6m9s
CI / test (push) Failing after 2m25s
feat: improve media picking and attachment previews
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.
2026-04-05 20:06:19 +03:00
..

Android App (Phase 0)

Минимальный каркас Android-клиента на Kotlin + Jetpack Compose.

Что уже есть

  • Gradle multi-module root (:app)
  • Compose MainActivity
  • Базовые зависимости для дальнейшей реализации

Следующий шаг

  1. Добавить network layer (Retrofit/OkHttp + auth interceptor).
  2. Внедрить DI и feature-модули.
  3. Поднять auth flow (email-first) и chat list.