An open API service indexing awesome lists of open source software.

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)

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)