You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Refreshed the Flutter app with the new Apple-inspired Liquid Glass direction, including the simplified light/dark theme system and cleaner adaptive layouts.
Added the foundation for temporary P2P rooms/servers: room storage, channels, members, host lifecycle, message routing, and the voice-session shell.
Improved room networking safety with host-authoritative joins/messages, member/avatar sync, spoofing checks, and flood protection.
Cleaned up release-blocking dependencies so GitHub Actions can resolve packages and continue building web, Android, and Windows artifacts.
Что нового
Обновлён Flutter-интерфейс в сторону Apple Liquid Glass: упрощены светлая/тёмная темы и аккуратнее настроены адаптивные экраны.
Добавлена основа временных P2P-комнат/серверов: локальные таблицы, каналы, участники, жизненный цикл хоста, маршрутизация сообщений и базовый слой голосовой сессии.
Усилена безопасность комнат: хост подтверждает входы и сообщения, синхронизируются участники/аватары, добавлены проверки spoofing и защита от flood.
Почищены зависимости, которые блокировали GitHub Actions, чтобы сборки web, Android и Windows могли доходить до артефактов.