Files
Messenger/android
benya 29a612dffa
Some checks failed
Android CI / android (push) Failing after 4m20s
Android Release / release (push) Failing after 4m26s
CI / test (push) Failing after 2m22s
feat: add branded app and web icons
Add adaptive and legacy launcher icons for Android.

Replace the default notification icon with a branded monochrome asset.

Add favicon, touch icons, and a web app manifest for the web client.
2026-04-05 15:36:19 +03:00
..
2026-04-05 15:36: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.