Commit Graph

3 Commits (49cf18bde5b10eb54dba466769fc4d2b85be74f2)

Author SHA1 Message Date
Leon Weber-Genzel 5a5c6a3b5e feat: make timer start on unlock 2025-06-02 13:06:37 +02:00
Leon Weber-Genzel 8db9dda4e0 feat: use T-gesture for unlocking to prevent accidental unlocks 2025-05-26 12:32:03 +02:00
Leon Weber-Genzel 1b71d691be feat(widgets): add battery-optimized timer widget with gesture controls
- Implement widtimer widget following BangleJS naming conventions
- Add double-swipe protection against accidental activation
- Support gesture controls: swipe right/left ±1min, up/down ±10min
- Include battery optimization with adaptive refresh rates (10s/1s)
- Provide visual feedback with color-coded states
- Generate 3-pulse completion notification over 5 seconds
- Use vector font for crisp display
- Store persistent timer state across device restarts

The widget requires double-swipe in same direction to unlock controls,
then allows single swipes for 10 seconds before auto-locking.
Refresh rate automatically switches from 10s to 1s in final minute.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 22:07:13 +02:00