sync the updates#161
Conversation
Signed-off-by: Md Sohail <83342804+sohailxi@users.noreply.github.com>
Signed-off-by: Md Sohail <83342804+sohailxi@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request introduces home screen widgets to control WLED devices directly from the home screen. It includes a configuration activity for device selection, a widget provider for triggering presets, and a remote views service for displaying the preset list. Feedback focuses on improving the reliability of asynchronous operations in the widget provider by using goAsync(), externalizing hardcoded strings to resources for better localization, and ensuring stable IDs for the widget's list items to improve consistency.
|
Hi, thanks for the contribution. As a standard practice, I don't review pull requests that lack a description—especially large ones. Please update the PR body with a clear summary of what this is, why it's necessary, and how it should be tested. I'll hold off on diving into the code until that context is added. I'll mark this PR as a draft until then. |
No description provided.