Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 09:44
· 1 commit to main since this release

πŸ†• What's New

  • New cable-free connection method using a QR Code
  • On your phone: Developer Options β†’ Wireless Debugging β†’ Pair device with QR code β†’ scan the code shown in DeXtop-Mode

πŸ“± Wireless Pairing via QR Code services` as fallback

  • Works when your PC and phone are on the same Wi-Fi network (same mDNS
  • Automatic phone discovery via mDNS (zeroconf) with `adb mdns
    segment)

πŸ”˜ Clean DeX Exit on Power Button Press

  • Pressing the physical power button on your phone during a DeX session now automatically and cleanly stops the session

  • Full sequence handled by DeXtop-Mode:
    1. Power button press detected (mInteractive=false)
    2. DeX settings reset + scrcpy closed
    3. After fingerprint unlock (mInteractive=true), Samsung One UI launcher is restarted

  • Gesture navigation (back swipe, etc.) is fully restored β€” no need to reboot your phone


πŸ› Bug Fixes

QR Code

  • Unique session service name (UUID) β€” prevents conflicts if multiple
    sessions are open
  • Robust mDNS parsing with rsplit for IPv6 address compatibility
  • Fixed HighDPI warning on QR image (CTkImage replaces PhotoImage)

General

  • Fixed a lambda scope bug in the except block of run_session
  • Gesture repair no longer runs twice when already handled automatically on exit