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

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.

Awesome Lists containing this project

README

          



Build Status


Code Quality


Coverage


Version: 1.0.1


License: GPL-3.0




PayPal: Donate


GitHub: Become a sponsor


Patreon: Become a patron


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).