Community Forum • Google Play • Donation • Contributing • License
This is the FitnessTracker app project for the Android platform.
Just open the project in Android Studio 3.6+ and let Gradle do it's work. :)
You can get code coverage reports by just running:
./gradlew jacocoTestReport && bash <(curl -Ls https://coverage.codacy.com/get.sh)
You can update the all the app screenshots by just running:
fastlane screengrab_variants
Or if you just need updated Play Store screenshots, instead run:
fastlane screengrab_variants class:SampleDataTest
FitnessTracker was brought to you by Cihat Gündüz in his free time. If you want to thank me and support the development of this project, please make a small donation on PayPal. In case you also like my other open source contributions and articles, please consider motivating me by becoming a sponsor on GitHub or a patron on Patreon.
Thank you very much for any donation, it really helps out a lot! 💯
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). Also, please make sure to add an entry to the CHANGELOG.md
file which explains your change.
This project is released under the GNU General Public License, version 3 (GPL-3.0).