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
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "ru.kalinamall.seaca"
minSdk = 26
targetSdk = 35
versionCode = 5
versionName = "0.4.1"
versionCode = 7
versionName = "0.4.3"
}
buildTypes {