~cytrogen/vbhelper

vbhelper/settings.gradle.kts -rw-r--r-- 572 bytes
e9d2cce8 — Cytrogen a month ago
Add UnifiedPush notification system with Ktor server

Implement push notifications via UnifiedPush protocol for timer-based
events (adventure completion, character evolution, special missions,
BE training, item effects). Includes:

- Ktor server module for timer scheduling and push delivery
- Android UnifiedPush 3.x PushService integration
- Push preferences in DataStore, HTTP client for server communication
- Settings UI for server URL, push toggle, and test notifications
- Timer registration in Adventure, Home, and Scan controllers
- Docker support for server deployment
- CLAUDE.md and editor rules for project conventions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merge pull request #5 from cfogrady/nfc-reader-from-maven

Pull Nfc Reader Library from dependency repo instead of as second module.
5bd5fc3f — Christopher O'Grady 1 year, 3 months ago
Use nfc library from maven local instead of copied module.
Initial commit