https://github.com/marcelocantos/protocol-app
Android health/habit tracker (Kotlin/Compose)
https://github.com/marcelocantos/protocol-app
android habit-tracker health jetpack-compose kotlin sqlite
Last synced: 7 days ago
JSON representation
Android health/habit tracker (Kotlin/Compose)
- Host: GitHub
- URL: https://github.com/marcelocantos/protocol-app
- Owner: marcelocantos
- License: apache-2.0
- Created: 2026-04-07T22:02:18.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-07T22:49:08.000Z (3 months ago)
- Last Synced: 2026-04-08T00:26:25.249Z (3 months ago)
- Topics: android, habit-tracker, health, jetpack-compose, kotlin, sqlite
- Language: Kotlin
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Protocol
Android health and habit tracker for daily checklist management,
office day planning, and timed reminders.
Built with Kotlin, Jetpack Compose, and SQLite.
## Features
- **Daily checklist** with day-type-aware items (Office / WFH / Rest)
and completion timestamps
- **Swipeable calendar** covering ±1 year of daily history
- **Office day planner** with parking status tracking and Wilson
Parking integration
- **Weekly schedule** with configurable default day types and
completion summary
- **Push notifications** for movement breaks, wind-down, bedtime, and
weekend planning reminders
## Build
Requires JDK 17 and Android SDK (compileSdk 36, minSdk 29).
```bash
./gradlew assembleDebug
```
## Licence
[Apache 2.0](LICENSE)