You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI & Layout: Implemented a modern Material Design dark theme with a clean RecyclerView list and a Floating Action Button (FAB) for adding new automations.
Data Persistence: Added native JSON-based local storage (SharedPreferences) so all created automations persist across app reboots.
Automation Management:
Added creation dialog supporting generic webhooks (compatible with IFTTT, Home Assistant, Node-RED, etc.).
Added item details view with options to view configured URLs.
Added edit capabilities to update existing automation names and webhooks.
Added confirmation delete feature with color-coded safety highlights.
System Feedback: Integrated visual Toast notifications for user actions (Added, Updated, Deleted).
Navigation & Info: Added a top Toolbar with an options menu pointing to the project's GitHub repository and an "About" dialog.
Changed
Refactored MediaService to dynamically iterate through the saved user automation list using smartwatch media buttons (Next/Previous to switch, Play/Pause to trigger webhooks).
Upgraded codebase terminology, variables, and comments to English for standardized maintenance.