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>
This commit is contained in:
PTah
2026-06-11 09:35:45 +10:00
parent 38965c1a82
commit 35ba0d4a4e
9 changed files with 315 additions and 30 deletions
+4
View File
@@ -4,4 +4,8 @@
<string name="channel_default">SAC уведомления</string>
<string name="channel_high">SAC: важные</string>
<string name="channel_critical">SAC: критические</string>
<string name="channel_default_silent">SAC уведомления (без звука)</string>
<string name="channel_high_silent">SAC: важные (без звука)</string>
<string name="channel_critical_silent">SAC: критические (без звука)</string>
<string name="notification_mode_title">Push-уведомления</string>
</resources>