v0.2.0 — live map circle + MIC detection (Echo/Ring/Nest/hidden cams)
- Replace the static threat circle with an osmdroid-backed map centered on the user, with red ALPR pins and a tier-color scrim. Falls back to the muted gradient when idle or before the first location fix arrives. - Add DetectionSource.MIC: BLE/WiFi candidate path for Amazon Echo/Ring (Lab126 OUIs + AVS service UUID 0xFE03), Google Nest/ Home/Chromecast (Google OUIs + mfg id 0x00E0), and generic Chinese hidden-cam vendors. Score capped at 84 (ORANGE) so RED stays reserved for ALPR/Axon-grade evidence. Toggleable in Settings; piggybacks on the BLE+WiFi scanners — no new radio. - Drop the "[DЯΣΛMMΛKΣЯ]" stylized branding for a clean OVERWATCH header (notification channel + app label updated to match). - Fix DeFlock geo-pin tap doing nothing: resolveActivity returns null on Android 11+ without a <queries> entry even when Maps is installed. Drop the pre-check, try/catch ActivityNotFoundException, fall back to a maps.google.com URL if no geo: handler exists.
This commit is contained in:
@@ -7,6 +7,7 @@ activityCompose = "1.9.3"
|
||||
composeBom = "2024.12.01"
|
||||
material3 = "1.3.1"
|
||||
playServicesLocation = "21.3.0"
|
||||
osmdroid = "6.1.20"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -21,6 +22,7 @@ androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-toolin
|
||||
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
|
||||
play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "playServicesLocation" }
|
||||
osmdroid-android = { group = "org.osmdroid", name = "osmdroid-android", version.ref = "osmdroid" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user