TV-Control-Hub-V.0.3
·
2 commits
to main
since this release
✨ What's New
-
Draggable App Reordering (Setting page)
- You can now drag & move apps to change their position in the list.
- Smooth and simple way to organize your apps. From Setting page
-
Add / Remove Apps (Setting page)
-
Easily add new apps to your control list.
-
Remove apps you don’t need anymore.
🛠 Improvements
- Improved overall app management flow.
- Better UI handling for dynamic app lists.
- More stable interaction between Android and Desktop.
🐛 Bug Fixes
Socket Connection Fix (Major Fix)
Problem:
Socket.isConnected()always returnedtrueafter first connection.- Even if the real connection was dead, app still thought it was connected.
What happened:
- App tried to send data → ❌ Broken pipe error
- Connection silently failed
- Reconnect logic never triggered (because
isConnected = true)