Files
Messenger/android
benya f012733df3
Some checks failed
Android CI / android (push) Failing after 5m9s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled
fix: restore media viewer swipe navigation
Let the gallery pager keep single-finger horizontal swipes for images.

Disable native PlayerView controls in the video viewer so video pages no longer steal paging gestures.

Switch the ChatScreen file-level Media3 marker to the correct UnstableApi annotation.
2026-04-05 19:48:02 +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.