mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Anker: Add new device Soundcore Sport X20 (#5987)
This is an almost full implementation for [Anker](https://gadgetbridge.org/gadgets/headphones/anker/) [Soundcore Sport X20](https://www.soundcore.com/products/a3968-sport-x20-earbuds) earbuds. Provides: - Firmware version and serial number - Display battery life when sent by earbuds - ANC Settings - Find Device - Equalizer with Presets - 3D Surrounding Sound - Toggle "Touch Tone" (sound when button is pressed) - Set the behavior of button actions - Set Auto Power-Off Timer - Enable discovery/pairing to add a second device to use the earbuds Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/5987
This commit is contained in:
@@ -2146,6 +2146,7 @@
|
||||
<string name="devicetype_soundcore_motion300" translatable="false">Soundcore Motion 300</string>
|
||||
<string name="devicetype_soundcore_q30" translatable="false">Soundcore Q30</string>
|
||||
<string name="devicetype_soundcore_aerofit2" translatable="false">Soundcore AeroFit 2</string>
|
||||
<string name="devicetype_soundcore_sport_x20" translatable="false">Soundcore Sport X20</string>
|
||||
<string name="devicetype_pixel_buds_a_series" translatable="false">Pixel Buds A-Series</string>
|
||||
<string name="devicetype_moondrop_space_travel" translatable="false">Moondrop Space Travel</string>
|
||||
<string name="devicetype_moondrop_space_travel_2" translatable="false">Moondrop Space Travel 2</string>
|
||||
@@ -3517,6 +3518,9 @@
|
||||
<string name="soundcore_ldac_mode_summary">Enabling LDAC will decrease the battery life and might lead to connection instability</string>
|
||||
<string name="soundcore_auto_power_off_title">Auto Power Off</string>
|
||||
<string name="soundcore_auto_power_off_summary">When disconnectiong from the phone, the device will power off after the specified timeout</string>
|
||||
<string name="soundcore_3d_surround_title">3D Surround Sound</string>
|
||||
<string name="soundcore_3d_surround_summary">Enable 3D surrounding sound</string>
|
||||
<string name="soundcore_enable_pairing_mode_summary">Enable discovery/pairing mode to connect a new device</string>
|
||||
<string name="soundcore_battery_low_tone_title">Low Battery Tone</string>
|
||||
<string name="soundcore_battery_low_tone_summary">Hear the prompt tone when the battery level is below 20% and 10%</string>
|
||||
<string name="soundcore_gaming_mode_title">Gaming Mode</string>
|
||||
@@ -3528,6 +3532,25 @@
|
||||
<string name="soundcore_equalizer_preset_xtra_bass">Xtra Bass</string>
|
||||
<string name="soundcore_equalizer_preset_voice">Voice</string>
|
||||
<string name="soundcore_equalizer_preset_balanced">Balanced</string>
|
||||
<string name="soundcore_equalizer_preset_acoustic">Acoustic</string>
|
||||
<string name="soundcore_equalizer_preset_bass_reducer">Bass Reducer</string>
|
||||
<string name="soundcore_equalizer_preset_classical">Classical</string>
|
||||
<string name="soundcore_equalizer_preset_podcast">Podcast</string>
|
||||
<string name="soundcore_equalizer_preset_dance">Dance</string>
|
||||
<string name="soundcore_equalizer_preset_deep">Deep</string>
|
||||
<string name="soundcore_equalizer_preset_electronic">Electronic</string>
|
||||
<string name="soundcore_equalizer_preset_flat">Flat</string>
|
||||
<string name="soundcore_equalizer_preset_hip_hop">Hip-Hop</string>
|
||||
<string name="soundcore_equalizer_preset_jazz">Jazz</string>
|
||||
<string name="soundcore_equalizer_preset_latin">Latin</string>
|
||||
<string name="soundcore_equalizer_preset_lounge">Lounge</string>
|
||||
<string name="soundcore_equalizer_preset_piano">Piano</string>
|
||||
<string name="soundcore_equalizer_preset_pop">Pop</string>
|
||||
<string name="soundcore_equalizer_preset_rnb">R&B</string>
|
||||
<string name="soundcore_equalizer_preset_rock">Rock</string>
|
||||
<string name="soundcore_equalizer_preset_small_speakers">Small Speakers</string>
|
||||
<string name="soundcore_equalizer_preset_spoken_word">Spoken Word</string>
|
||||
<string name="soundcore_equalizer_preset_treble_reducer">Treble Reducer</string>
|
||||
<string name="soundcore_equalizer_custom_title">Customize…</string>
|
||||
<string name="soundcore_equalizer_custom_summary">Configure parametric equalizer settings</string>
|
||||
<string name="soundcore_equalizer_direction">Device Direction</string>
|
||||
@@ -3547,6 +3570,14 @@
|
||||
<string name="soundcore_equalizer_band9">Band 9</string>
|
||||
<string name="soundcore_equalizer_frequency">Frequency</string>
|
||||
<string name="soundcore_equalizer_value">Value</string>
|
||||
<string name="soundcore_equalizer_band1_freq">100 Hz</string>
|
||||
<string name="soundcore_equalizer_band2_freq">200 Hz</string>
|
||||
<string name="soundcore_equalizer_band3_freq">400 Hz</string>
|
||||
<string name="soundcore_equalizer_band4_freq">800 Hz</string>
|
||||
<string name="soundcore_equalizer_band5_freq">1.6 kHz</string>
|
||||
<string name="soundcore_equalizer_band6_freq">3.2 kHz</string>
|
||||
<string name="soundcore_equalizer_band7_freq">6.4 kHz</string>
|
||||
<string name="soundcore_equalizer_band8_freq">12.8 kHz</string>
|
||||
<string name="miscale_weight_unit_title">Weight Unit</string>
|
||||
<string name="miscale_weight_unit_summary">Set unit of weight for displayed measurements</string>
|
||||
<string name="miscale_weight_unit_metric">Metric (kg)</string>
|
||||
|
||||
Reference in New Issue
Block a user