Files
Messenger/android
benya 64dfd18ee1
Some checks failed
Android CI / android (push) Has started running
Android Release / release (push) Has been cancelled
CI / test (push) Has been cancelled
feat: add album preview sheet before sending
- 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
2026-04-05 20:37:10 +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.