https://github.com/flinedev/fitnesstracker-android
Track your workouts & weight and calculate your BMI and ABSI over time! No ads.
https://github.com/flinedev/fitnesstracker-android
fitnesstracker
Last synced: about 12 hours ago
JSON representation
Track your workouts & weight and calculate your BMI and ABSI over time! No ads.
- Host: GitHub
- URL: https://github.com/flinedev/fitnesstracker-android
- Owner: FlineDev
- License: gpl-3.0
- Created: 2019-09-10T07:41:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-04-13T16:20:47.000Z (over 5 years ago)
- Last Synced: 2025-06-27T20:39:32.281Z (4 months ago)
- Topics: fitnesstracker
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.flinesoft.fitnesstracker
- Size: 4.82 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Community Forum
• Google Play
• Donation
• Contributing
• License# FitnessTracker-Android
This is the FitnessTracker app project for the Android platform.
## Getting Started
Just open the project in Android Studio 3.6+ and let Gradle do it's work. :)
## Code Coverage
You can get code coverage reports by just running:
```bash
./gradlew jacocoTestReport && bash <(curl -Ls https://coverage.codacy.com/get.sh)
```## Screenshots
You can update the all the app screenshots by just running:
```bash
fastlane screengrab_variants
```Or if you just need updated Play Store screenshots, instead run:
```bash
fastlane screengrab_variants class:SampleDataTest
```## Donation
FitnessTracker was brought to you by [Cihat Gündüz](https://github.com/Jeehut) in his free time. If you want to thank me and support the development of this project, please **make a small donation on [PayPal](https://paypal.me/Dschee/5EUR)**. In case you also like my other [open source contributions](https://github.com/Flinesoft) and [articles](https://medium.com/@Jeehut), please consider motivating me by **becoming a sponsor on [GitHub](https://github.com/sponsors/Jeehut)** or a **patron on [Patreon](https://www.patreon.com/Jeehut)**.
Thank you very much for any donation, it really helps out a lot! 💯
## Contributing
Contributions are welcome. Feel free to open an issue on GitHub with your ideas or implement an idea yourself and post a pull request. If you want to contribute code, please try to follow the same syntax and semantic in your **commit messages** (see rationale [here](http://chris.beams.io/posts/git-commit/)). Also, please make sure to add an entry to the `CHANGELOG.md` file which explains your change.
## License
This project is released under the [GNU General Public License, version 3 (GPL-3.0)](http://opensource.org/licenses/GPL-3.0).