Releases: super-magistro/DeXtop-mode
Release list
v1.1.2
🆕 What's New
📋 Clipboard Sync Toggle
- New setting to enable or disable clipboard synchronization between your phone and PC
- Enabled by default — copy on your phone, paste on your PC and viceversa, out of the box
- Can be turned off in Settings → Sync clipboard between phone and PC
Previous release (v1.1.1)
- 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
rsplitfor IPv6 address compatibility - Fixed HighDPI warning on QR image (
CTkImagereplacesPhotoImage)
General
- Fixed a lambda scope bug in the
exceptblock ofrun_session - Gesture repair no longer runs twice when already handled automatically on exit
v1.1.1
🆕 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
rsplitfor IPv6 address compatibility - Fixed HighDPI warning on QR image (
CTkImagereplacesPhotoImage)
General
- Fixed a lambda scope bug in the
exceptblock ofrun_session - Gesture repair no longer runs twice when already handled automatically on exit
v1.0.26
v1.0.25
v1.0.24
v1.0.23
fix: install python3-tk on github actions for icon generation
v1.0.22
feat: add interactive auto-installer for Linux dependencies (scrcpy, …
v1.0.21
fix: correctly extract version in build_deb.sh to fix Debian package …
v1.0.20
[FIX] Match ^__version__ strictly in build_deb.sh to avoid capturing …
v1.0.19
[FEAT] Display app version (v1.0.19) under title, sync __version__ dy…