android: a very big commit

refactoring ui, mostly
This commit is contained in:
Kavish Devar
2025-09-26 03:22:01 +05:30
parent 7e5ee6726f
commit 86a6a28dc1
49 changed files with 2375 additions and 2091 deletions

View File

@@ -8,6 +8,7 @@
<string name="tone_volume">Tone Volume</string>
<string name="audio">Audio</string>
<string name="adaptive_audio">Adaptive Audio</string>
<string name="customize_adaptive_audio">Customize Adaptive Audio</string>
<string name="adaptive_audio_description">Adaptive audio dynamically responds to your environment and cancels or allows external noise. You can customize Adaptive Audio to allow more or less noise.</string>
<string name="buds">Buds</string>
<string name="case_alt">Case</string>
@@ -26,14 +27,12 @@
<string name="conversational_awareness_description">Lowers media volume and reduces background noise when you start speaking to other people.</string>
<string name="personalized_volume">Personalized Volume</string>
<string name="personalized_volume_description">Adjusts the volume of media in response to your environment.</string>
<string name="less_noise">Less Noise</string>
<string name="more_noise">More Noise</string>
<string name="noise_cancellation_single_airpod">Noise Cancellation with Single AirPod</string>
<string name="noise_cancellation_single_airpod_description">Allow AirPods to be put in noise cancellation mode when only one AirPods is in your ear.</string>
<string name="volume_control">Volume Control</string>
<string name="volume_control_description">Adjust the volume by swiping up or down on the sensor located on the AirPods Pro stem.</string>
<string name="airpods_not_connected">AirPods not connected</string>
<string name="airpods_not_connected_description">Please connect your AirPods to access settings. If you\'re stuck here, then try reopening the app again after closing it from the recents.\n(DO NOT KILL THE APP!)</string>
<string name="airpods_not_connected_description">Please connect your AirPods to access settings.</string>
<string name="back">Back</string>
<string name="app_settings">Customizations</string>
<string name="relative_conversational_awareness_volume">Relative volume</string>
@@ -135,4 +134,40 @@
<string name="media_assist_description">AirPods Pro can use the results of a hearing test to make adjustments that improve the clarity of music, video, and calls.</string>
<string name="adjust_media">Adjust Music and Video</string>
<string name="adjust_calls">Adjust Calls</string>
<string name="widget">Widget</string>
<string name="show_phone_battery_in_widget">Show phone battery in widget</string>
<string name="show_phone_battery_in_widget_description">Display your phone\'s battery level in the widget alongside AirPods battery</string>
<string name="connection_mode">Connection Mode</string>
<string name="ble_only_mode">BLE Only Mode</string>
<string name="ble_only_mode_description">Only use Bluetooth Low Energy for battery data and ear detection. Disables advanced features requiring L2CAP connection.</string>
<string name="conversational_awareness_volume">Conversational Awareness Volume</string>
<string name="quick_settings_tile">Quick Settings Tile</string>
<string name="open_dialog_for_controlling">Open dialog for controlling</string>
<string name="open_dialog_for_controlling_description">If disabled, clicking on the QS will cycle through modes. If enabled, it will show a dialog for controlling noise control mode and conversational awareness</string>
<string name="disconnect_when_not_wearing">Disconnect AirPods when not wearing</string>
<string name="disconnect_when_not_wearing_description">You will still be able to control them with the app - this just disconnects the audio.</string>
<string name="advanced_options">Advanced Options</string>
<string name="set_identity_resolving_key">Set Identity Resolving Key (IRK)</string>
<string name="set_identity_resolving_key_description">Manually set the IRK value used for resolving BLE random addresses</string>
<string name="set_encryption_key">Set Encryption Key</string>
<string name="set_encryption_key_description">Manually set the ENC_KEY value used for decrypting BLE advertisements</string>
<string name="use_alternate_head_tracking_packets">Use alternate head tracking packets</string>
<string name="use_alternate_head_tracking_packets_description">Enable this if head tracking doesn\'t work for you. This sends different data to AirPods for requesting/stopping head tracking data.</string>
<string name="act_as_an_apple_device">Act as an Apple device</string>
<string name="act_as_an_apple_device_description">Enables multi-device connectivity and Accessibility features like customizing transparency mode (amplification, tone, ambient noise reduction, conversation boost, and EQ)</string>
<string name="act_as_an_apple_device_warning">Might be unstable!! A maximum of two devices can be connected to your AirPods. If you are using with an Apple device like an iPad or Mac, then please connect that device first and then your Android.</string>
<string name="reset_hook_offset">Reset Hook Offset</string>
<string name="reset_hook_offset_description">This will clear the current hook offset and require you to go through the setup process again. Are you sure you want to continue?</string>
<string name="reset">Reset</string>
<string name="hook_offset_reset_success">Hook offset has been reset. Redirecting to setup...</string>
<string name="hook_offset_reset_failure">Failed to reset hook offset</string>
<string name="irk_set_success">IRK has been set successfully</string>
<string name="encryption_key_set_success">Encryption key has been set successfully</string>
<string name="irk_hex_value">IRK Hex Value</string>
<string name="enc_key_hex_value">ENC_KEY Hex Value</string>
<string name="enter_irk_hex">Enter 16-byte IRK as hex string (32 characters):</string>
<string name="enter_enc_key_hex">Enter 16-byte ENC_KEY as hex string (32 characters):</string>
<string name="must_be_32_hex_chars">Must be exactly 32 hex characters</string>
<string name="error_converting_hex">Error converting hex:</string>
<string name="found_offset_restart_bluetooth">Found offset please restart the Bluetooth process</string>
</resources>