Initial commit of Android app

This commit is contained in:
ElPoyo
2026-06-17 23:29:47 +02:00
parent ca8a8fb270
commit a3eb26065c
720 changed files with 38423 additions and 0 deletions
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#000000</color>
<string name="allow_microphone">Allow Microphone</string>
<string name="analyzer">Analyzer</string>
<string name="app_name">Polarity Checker</string>
<string name="footer_credit">This application is generously provided without ads by EM2 Events, technical service provider.\nFor more information: www.em2events.fr</string>
<string name="input_level">Input: %1$s dBFS</string>
<string name="language">Language</string>
<string name="open_settings">Open Settings</string>
<string name="permission_permanently_denied">Microphone access has been permanently denied. You must enable it manually in the application settings.</string>
<string name="permission_rationale">We need microphone access to measure speaker polarity and analyze incoming sound.\n\nRest assured, we do not record or save any audio data. Everything is processed locally in real-time.</string>
<string name="permission_title">Microphone Access Required</string>
<string name="pulse_generator">Pulse Generator</string>
<string name="settings">Settings</string>
<string name="status_waiting">WAITING</string>
<string name="threshold_hint">Adjust the threshold just above the background noise.</string>
<string name="threshold_label">Threshold</string>
<string name="threshold_value">%1$s dBFS</string>
</resources>