Skip to content

TV-Control-Hub-V.0.3

Choose a tag to compare

@Shrey113 Shrey113 released this 30 Mar 19:31
· 2 commits to main since this release
cf03034

✨ 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 returned true after 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)