Damier is an Android app for tracking habits and activities, built with Kotlin with a focus on privacy and reliability.
- Tracking habits and limits: You can create activities or limits you want to keep an eye on
- Check-in with NFC: You can use an NFC tag to check into your activities and limits
- Privacy focused: Damier asks for no unnecessary permission
- Wear sync
- Google Drive Backups
This app is built with Kotlin and Jetpack Compose, using Navigation 3 for navigation and Room as database. For dependency injection, Damier uses Koin.
git clone https://github.com/Lijucay/Damier.git
cd DamierOpen the project in Android Studio, let it sync, then run the app module.
Requirements: Android Studio & Android Device or Emulator
Found a bug, have an idea for a feature, or just want to improve something? Contributions are very welcome! Feel free to open an issue for bugs or suggestions, or submit a pull request for fixes and small improvements. For bigger features, consider opening an issue first, so we can discuss the approach before you put in the work.
Apache 2.0 with Commons Clause: You're free to use, modify and build on (including commercially, if your work adds substantial value) Damier, but you may not sell the software or a derivative that just repackages it. See LICENSE
