Fix TV stream selector UI, and plugin prefixes #328
Conversation
|
Could you show some screenshots of the ui changes made and how it works? This would save me some time with manual retesting. |
|
The source selector page had a revamp just now. See if this pr is still needed now. |
Yes, this PR is definitely still needed! The Plugin: prefixes are very important to distinguish between plugins and standard addons in the source selector. I have just merged main into this branch and resolved the conflicts with your new revamped Source Selector UI. It now perfectly uses your brand new UI design, while keeping the plugin prefixes feature intact. It should be safe to merge now! Thanks! 🚀 |
|
A few cleanup/fix points:
After this I can merge |
…I plugin names, PluginSafety path traversal, ProGuard rules)
|
All done!
Thanks for the review, should be ready for merge now! |

This PR adds a visual down-arrow indicator to the TV Stream Selector. Previously, it wasn't working as expected, so this ensures users can clearly see when there are more items available to scroll down to. It also changes the plugin prefix to English ("Plugin:") for consistency.
Plugin Loading Names: Fixed an issue where the loading status was hardcoded to "Plugins loading..." and didn't actually display the names of the plugins being loaded. It now correctly dynamically shows the names of the active plugins.
Plugin Prefixes: Added the "Plugin:" prefix to source names that originate from plugins so they are easily identifiable in the sources list.
TV Scroll Indicator: Added a visual down-arrow indicator to the TV UI to show users when there are more items available to scroll down to.