General fixes, UI cleanup and popup animations

This commit is contained in:
partisan 2025-05-17 20:43:06 +02:00
parent e810208a14
commit 6d9024a580
20 changed files with 457 additions and 77 deletions

View file

@ -3,21 +3,36 @@
<string name="app_name">Pulse</string>
<string name="description">Redirects outgoing calls to E2EE apps if available.</string>
<string name="popup">Redirecting to %1$s</string>
<string name="settings_name">Settings</string>
<string name="popup_name">Popup</string>
<string name="services_name">Services</string>
<string name="whitelist_name">Allowlist</string>
<string name="tools_name">Tools</string>
<string name="about_name">About</string>
<string name="donate_name">Donate</string>
<string name="destination_signal">Signal</string>
<string name="destination_telegram">Telegram</string>
<string name="destination_threema">Threema</string>
<string name="destination_whatsapp">WhatsApp</string>
<string name="redirection_delay_description">The delay before a call will be redirected.</string>
<string name="services_desc">Here you can enable or disable redirection to individual services and change their priority by dragging them. Redirection will be handled in order from top to bottom.</string>
<string name="popup_position">Popup position</string>
<string name="fallback">Fallback</string>
<string name="activate_description">To start, grant the required permissions by tapping the Activate button.</string>
<string name="service_settings_title">Service Preferences</string>
<string name="activate">Activate</string>
<string name="navigation_drawer_open">Open menu</string>
<string name="navigation_drawer_close">Close menu</string>
<string name="popup_settings_description">Configure popup behavior, position, and delay.</string>
<string name="popup_enabled">Popup enabled</string>
<string name="test">Test</string>
<string name="source_code">Source Code</string>
<string name="license">License</string>
<string name="popup_effect_label">Popup Animation</string>
<string-array name="popup_effects">
<item>None</item>
<item>Fade</item>
<item>Scale</item>
<item>Bounce</item>
<item>Flop</item>
<item>Matrix</item>
<item>Random</item>
</string-array>
</resources>