Skip to content

Band Trigger 1.1.0 - Debug

Choose a tag to compare

@Dafaol Dafaol released this 12 Aug 13:57
· 29 commits to main since this release

[1.1.0] - 2026-08-12

Added

  • 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.