Commit Graph
22 Commits
Author SHA1 Message Date
Ваше Имя 095155fcf9 Fix code analysis issues: remove unused imports, debug prints, fix deprecated methods and naming conventions 2026-04-04 22:15:55 +07:00
Ваше Имя 3f99bda6d2 нахуевёртил 2026-04-04 13:31:13 +07:00
klockky 4575bf4c41 Refactor logging utility to support dynamic log levels and enhanced log formatting. Introduced KometLogPrinter for custom log output, including color coding and structured message formatting. Updated logger initialization to utilize new log level and filter functions based on release mode. 2026-04-03 22:32:20 +03:00
klockky d860505e3d Implemented country registration handling in the API, allowing for dynamic country selection in the login and country selection screens. Added parsing logic for registration countries and updated the UI to reflect allowed countries based on the API response. 2026-04-03 21:38:59 +03:00
klockky 543cd8cbce исправление отображения ощибок на экране ввода кода из смс 2026-04-03 19:53:06 +03:00
Ваше Имя 676c2c715f бля это сэкс 2026-04-03 20:54:12 +07:00
Ваше Имя da5ec16b8e пятки мне целуйте нахуй 2026-04-03 20:32:22 +07:00
Ваше Имя a0a4d7dd6b я как бы еще не доделал, это такой промежуточный пуш знаете 2026-04-03 19:35:45 +07:00
noxzion fc52f91912 Логин flow, некоторые фиксiкi 2026-04-01 22:50:00 +05:00
klockkyandGitHub 9157effdf8 Merge branch 'dev/0.5.0' into feature/server-connection-handshake 2026-04-01 19:55:41 +03:00
klockky 610527b093 feat: implement chat caching and synchronization from login payload 2026-03-29 11:53:23 +03:00
klockky c3e825ec18 feat: add phone auth with 2FA, multi-account storage 2026-03-29 11:33:13 +03:00
JganenokandGitHub 74a1029a76 Merge branch 'dev/0.5.0' into feature/frontend 2026-03-29 14:52:40 +07:00
klockky 73eaff142b добавил сохранение аккаунта в хранилище ОС
на Android это в EncryptedSharedPreferences
в яблочно подобных это Keychain
с виндой работает но я хз че там за хранилище
с линухом работает, но нужно поставить доп. пакеты

# Debian / Ubuntu
sudo apt install libsecret-1-dev
# Fedora / RHEL
sudo dnf install libsecret-devel
# Arch
sudo pacman -S libsecret
2026-03-29 10:48:52 +03:00
Ваше Имя 71e776b099 дизайна поделал заглушек потыкал 2026-03-26 12:06:42 +07:00
Ваше Имя 0306820746 Вроде чет доделал в экране ввода номера 2026-03-23 18:44:52 +07:00
noxzion 65010cccfc Выберите страну 2026-03-16 08:09:19 +05:00
Klockky bc4b4ba494 обновил список стран 2026-03-15 19:36:51 +03:00
InviseDivine 4c758efba8 FIX: cmd в пакетах FEAT: получение user agent'а 2026-03-15 17:27:54 +02:00
klockky b2d60ccdd4 Сделал подключение к серверу, добавил опкоды в opcode_map.dart и их значение, отправку sessionInit и пинги каждые 30 секунд
также доработал packet.dart (т.к. стандартная библа dart_lz4 не умеет работать с блоками)
добавил countries.dart (в будущем пригодится для подгрузки стран через которые доступен вход в MAX)
2026-03-14 22:29:53 +03:00
klockky 16032e5e7d feat: добавил logging framework 2026-03-12 19:18:43 +03:00
klockky fe43d2a091 feat: initial project setup - Komet Flutter app 2026-03-12 18:54:09 +03:00