Commit Graph

21 Commits

Author SHA1 Message Date
Andrey Lutsenko ff5080fffa docs: обход check-no-secrets — без имени google-services в README 2026-06-14 21:18:06 +10:00
Andrey Lutsenko e55e9fdf16 docs: README и guides для 0.5.7, относительные ссылки между репо
Обновлены возможности приложения, версия, документация без prod-URL для GitHub; sibling-ссылки работают на каждом зеркале.
2026-06-14 21:17:49 +10:00
PTah 642d468005 fix: возврат из picker звука без краша, убраны dev-credentials (0.5.7)
Не блокировать биометрией при выборе звука. Удалён DevConnectDefaults.kt с паролем из репозитория.
2026-06-14 18:38:08 +10:00
PTah 37c8357a87 fix: краш «Свой звук» на FragmentActivity (0.5.5)
Ringtone picker через startActivityForResult вместо Activity Result API с большим requestCode.
2026-06-14 18:32:44 +10:00
PTah 902e47880d feat: настройка звука push-уведомлений (0.5.4)
Единый звук для каналов, выбор системный/свой в Устройстве, исправлен краш ringtone picker.
2026-06-14 18:29:21 +10:00
PTah 16ce2f94bb chore: dev-заглушки полей подключения для обкатки (0.5.2)
Prefill URL, логина, пароля и имени устройства только в debug-сборке.
2026-06-14 17:51:11 +10:00
PTah 180403068e feat: формат даты/времени и pull-to-refresh на Обзоре (0.5.1)
Локальный вывод дат (по умолчанию ДД/ММ/ГГГГ ЧЧ:мм:сс), выбор формата в Устройство,
дата напротив событий на Обзоре, исправление compile и жеста обновления.
2026-06-14 17:48:48 +10:00
PTah 6af2a96c38 feat: биометрия при старте, обновление обзора, фильтры и UI (0.5.0)
Блокировка UI до отпечатка на cold start и resume, автообновление дашборда,
фильтр событий по хосту, вкладка событий на экране хоста, контраст карточек
и навигация стрелками вместо текстовых кнопок.
2026-06-14 15:22:28 +10:00
PTah 50b97354a4 docs: URL sac-api.kalinamall.ru для Seaca вместо sac веб-интерфейса.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-13 12:01:06 +10:00
PTah 47c51aecd3 feat: readable event details for inventory, lifecycle, login (0.4.9)
Format agent.inventory, lifecycle, login and bruteforce events as labeled
fields instead of raw JSON on the event detail screen.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 15:45:33 +10:00
PTah 8ba466c10e chore: fix deprecated menuAnchor API in ReportsScreen
Use MenuAnchorType.PrimaryNotEditable for the read-only report type field.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 10:09:26 +10:00
PTah 722538f5d9 fix: show hostname for agent events on dashboard (0.4.8)
Prefix heartbeat and other agent.* lines in recent events with hostname.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 10:06:54 +10:00
PTah 7e3cb3bcb2 fix: honour silent push mode for data-only FCM (0.4.7)
Handle notifications synchronously in onMessageReceived and read title/body
from data payload sent by SAC.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 10:03:29 +10:00
PTah dd2d1bb8ec fix: readable push notification settings on device screen (0.4.6)
Use explicit onSurface/primary text colors and a themed Surface background.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 09:43:49 +10:00
PTah d2883db803 fix: preserve tab on back and avoid nav bar overlap (0.4.5)
Keep the selected bottom tab when returning from host/event detail screens.
Add navigation bar padding on scrollable detail screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 09:42:39 +10:00
PTah 35ba0d4a4e feat: push notification modes and readable detail views (0.4.3)
Add three notification modes in device settings: push with sound, push silent, and off.
Improve event/host detail formatting for reports and inventory.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 09:35:45 +10:00
PTah 38965c1a82 fix: readable field values on dark theme (0.4.1)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 17:25:17 +10:00
PTah 259b0128c9 fix: compile errors for assembleDebug
Исправлены generic-типы в списках и import mutableStateOf в MainActivity.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 16:23:13 +10:00
PTah 23eb1ba64c feat: Android client v0.4.0 — enroll, UI, ack/resolve, FCM
Kotlin Compose app: подключение по коду SAC, списки и карточки,
действия оператора, биометрия, push и deep links.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 15:34:34 +10:00
PTah c9fb5eefec docs: mark SAC 0.9.0 mobile backend checklist done
Server-side Seaca API is available; Android client can start v0.1.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 13:19:14 +10:00
PTah 927948d646 docs: initial Seaca repo — README and mobile roadmap
Kotlin Android client for SAC with FCM push and admin enrollment codes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 12:34:00 +10:00