diff --git a/README.md b/README.md index 2e9893f..b565273 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ see [Roadmap](https://codeberg.org/jannis/FitoTrack/wiki/Roadmap) for more plann ... +## Contributing + +You find the app useful and want to contribute to make it even better? There are many ways and here are some of them listed: + +* **Create issues.** As very simple way of contributing to the project is to report crashes and bugs and also suggest features. You can join the [Telegram Group](https://t.me/fitotrack) and share your ideas about the app. +* **Share the app.** Tell your friends, family, colleagues about the app. In real life and online. You could for example write a post about FitoTrack on your favorite social media network. +* **Write code.** If you're able to write code for Android you can contact me via the [Telegram Group](https://t.me/fitotrack). + +### Donate + +When I started programming this app I decided that it should be completely free and open-source. This also means for me that there will be no income from ads or paid features. So if you enjoy the app and want to support my work you are able to do so: + +* BTC: 3BSbGRbJaiSxVg3D6nVRK5C1SZEezhjtK5 + ## License Copyright (C) 2019 Jannis Scheibe diff --git a/metadata/en-US/changelogs/1.txt b/metadata/en-US/changelogs/1.txt new file mode 100644 index 0000000..1ff4f61 --- /dev/null +++ b/metadata/en-US/changelogs/1.txt @@ -0,0 +1,9 @@ +First release + +- Record workouts +- List workouts +- Show workout data (map, speed diagram, energy) + Delete workouts +- Import/Export data +- Export Workouts as GPX +- Change units +- Change weight diff --git a/metadata/en-US/images/phoneScreenshots/screenshot1.png b/metadata/en-US/images/phoneScreenshots/screenshot1.png new file mode 100644 index 0000000..b0a504b Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/screenshot1.png differ diff --git a/metadata/en-US/images/phoneScreenshots/screenshot2.png b/metadata/en-US/images/phoneScreenshots/screenshot2.png new file mode 100644 index 0000000..19c8a4e Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/screenshot2.png differ diff --git a/metadata/en-US/images/phoneScreenshots/screenshot3.png b/metadata/en-US/images/phoneScreenshots/screenshot3.png new file mode 100644 index 0000000..d266857 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/screenshot3.png differ diff --git a/metadata/en-US/images/phoneScreenshots/screenshot4.png b/metadata/en-US/images/phoneScreenshots/screenshot4.png new file mode 100644 index 0000000..bdd92da Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/screenshot4.png differ