87b1f0b887
Phase 1 (BLE), Phase 2 (WiFi BSSID/SSID), Phase 3 (DeFlock map proximity), Phase 4 (Waze live POLICE alerts), and Phase 5 polish all wired through one DetectionStore. Confidence engine scores 0-100; UI maps to 4-tier circle. Polish: - Stylized two-line app title: [DЯΣΛMMΛKΣЯ] // 0VΣЯW4TCH - Modal bottom sheet for source drill-down (tap circle) - Settings screen: per-source toggles, proximity sliders, theme select - SharedPreferences-backed Settings with StateFlow exposure - DetectionService respects per-source toggles at start time - Scanners read proximity overrides via supplier lambdas README documents all sources, architecture, build steps, permissions, and the legal disclaimer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">[DЯΣΛMMΛKΣЯ] OVERWATCH</string>
|
|
<string name="title_line1">[DЯΣΛMMΛKΣЯ]</string>
|
|
<string name="title_line2"> . //0VΣЯW4TCH</string>
|
|
<string name="status_idle">Idle — press START to begin scanning</string>
|
|
<string name="status_scanning_clear">All clear</string>
|
|
<string name="status_scanning">Scanning…</string>
|
|
<string name="action_start">START</string>
|
|
<string name="action_stop">STOP</string>
|
|
<string name="notification_channel_name">DREAMMAKER / OVERWATCH detection</string>
|
|
<string name="notification_channel_desc">Foreground notification while scanning</string>
|
|
<string name="notification_title">OVERWATCH active</string>
|
|
<string name="notification_text">Scanning for nearby surveillance</string>
|
|
<string name="permission_required">Bluetooth + location permissions are required</string>
|
|
<string name="details_label">Detection sources</string>
|
|
<string name="settings_title">Settings</string>
|
|
<string name="settings_sources">Detection sources</string>
|
|
<string name="settings_proximity">Proximity thresholds</string>
|
|
<string name="settings_appearance">Appearance</string>
|
|
</resources>
|