fix(linux): L2CAP socket, MAC mapping, Quick Controls, responsive UI, and Spanish translation#518
Open
john2k2 wants to merge 5 commits intokavishdevar:mainfrom
Open
fix(linux): L2CAP socket, MAC mapping, Quick Controls, responsive UI, and Spanish translation#518john2k2 wants to merge 5 commits intokavishdevar:mainfrom
john2k2 wants to merge 5 commits intokavishdevar:mainfrom
Conversation
…nect handling - Implement L2CAPSocket using raw POSIX sockets (AF_BLUETOOTH/BTPROTO_L2CAP) to bypass BlueZ DBus PSM limitations that caused ServiceNotFoundError - Separate airpodsConnected (UI presence) from airpodsCommandReady (control socket) to prevent false Disconnected state when A2DP audio is still active - Emit airPodsStatusChanged after A2DP activation so UI reflects actual state - Fix double class qualifier in TrayIconManager::updateBatteryStatus
Normalize MAC to lowercase hex-only before comparing against bluez_card and bluez_output names in PulseAudio/PipeWire, fixing cases where colon vs underscore or uppercase differences caused lookup failures
…l states - Replace onCheckedChanged with onClicked on Switch controls to avoid bidirectional binding loops with backend-synced properties - Implement responsive home layout: adaptive padding, Battery row as Flow, noise mode selector switches to ComboBox on narrow widths - Unify disabled/active visual states across switches and SegmentedControl
- Add librepods_es.ts with full Spanish (es/es_AR) UI translations - Install hearing-aid-adjustments.py and head-tracking scripts to share/librepods on system install - Add argparse support to gestures.py for MAC address argument
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AF_BLUETOOTH/BTPROTO_L2CAP) to bypass BlueZ DBus PSM limitations that causedServiceNotFoundErroron connectairpodsConnected) from control socket readiness (airpodsCommandReady) — prevents showing "Disconnected" while A2DP audio is still activebluez_card/bluez_outputin PulseAudio/PipeWire, fixing lookup failures caused by:vs_or case differencesonCheckedChangedwithonClickedon Switch controls to avoid bidirectional binding loops; unify disabled/active visual states across switches and SegmentedControlFlow, noise mode selector switches toComboBoxon narrow widthslibrepods_es.tswith full es/es_AR UI translations; install hearing-aid and head-tracking scripts toshare/librepodson system installargparsesupport togestures.pyfor MAC address argumentTest plan
ServiceNotFoundErroresores_AR— verify UI displays in Spanish