Files
Messenger/android
benya eb643ad3d2
Some checks failed
Android CI / android (push) Failing after 5m19s
Android Release / release (push) Failing after 5m27s
CI / test (push) Has started running
fix: silence notification and media opt-in warnings
Suppress the safe notification permission lint after explicit runtime gating.

Opt ChatScreen into Media3 unstable APIs at the file level for the shared media pipeline.
2026-04-05 19:36:50 +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.