androidPluto / pluto

Android Pluto is a on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more.
https://androidpluto.com
Apache License 2.0
666 stars 67 forks source link

Support for Android TV #304

Open srtvprateek opened 8 months ago

srtvprateek commented 8 months ago

https://github.com/androidPluto/pluto/issues/106#issuecomment-1946353863 @codershailu

The functionality doesn't seem to be functioning properly on Android TV. I need to develop a new Fragment to display various options for viewing network logs and crashes. Additionally, when using Android TV, interactions are typically based on remote control input rather than touch, and the current setup lacks support for navigation via focus. Integrating support for focus-based navigation can enhance the user experience on Android TV devices.