Skip to content

FlineDev/FitnessTracker-Android

Repository files navigation

Build Status Code Quality Coverage Version: 1.0.1 License: GPL-3.0
PayPal: Donate GitHub: Become a sponsor Patreon: Become a patron

Community ForumGoogle PlayDonationContributingLicense

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:

./gradlew jacocoTestReport && bash <(curl -Ls https://coverage.codacy.com/get.sh)

Screenshots

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

Donation

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! 💯

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