Skip to content

Commit ac3bbfc

Browse files
committed
Update some files in preparation of new release
1 parent 822c668 commit ac3bbfc

File tree

6 files changed

+56
-4
lines changed

6 files changed

+56
-4
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525

2626
platform :android do
2727

28-
desc "Check playstore configuration"
28+
desc "Check playstore configuration, does not upload any files"
2929
lane :test_configuration do
3030
begin
3131
upload_to_play_store(

fastlane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
3232
[bundle exec] fastlane android test_configuration
3333
```
3434

35-
Check playstore configuration
35+
Check playstore configuration, does not upload any files
3636

3737
### android production
3838

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Dry-run release before uploading
2+
3+
4+
* Increase build nr in pubspec.yaml
5+
* `flutter build appbundle --release`
6+
* `bundle exec fastlane android test_configuration` (needs the different keys available)
7+
8+
It might be necessary to repeat these steps if upload_to_play_store returns any errors
9+
such as a missing title or similar.
10+
11+
12+
113
# Accepted language codes
214

315
https://support.google.com/googleplay/android-developer/answer/9844778?hl=en#zippy=%2Cview-list-of-available-languages
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
From fitness lovers to fitness lovers – get your health organized with WGER, your Workout Manager!
2+
3+
Have you already found your #1 fitness app and do you love to create your own sports routines? No matter what type of sporty beast you are – we all have something in common: We love to keep track of our health data <3
4+
5+
So we don’t judge you for still managing your fitness journey with your handy little workout log book but welcome to 2021!
6+
7+
We have developed a 100% free digital health and fitness tracker app for you, sized down to the most relevant features to make your life easier. Get started, keep training and celebrate your progress!
8+
9+
wger is an Open Source project and all about:
10+
* Your Body
11+
* Your Workouts
12+
* Your Progress
13+
* Your Data
14+
15+
Your Body:
16+
No need to google for the ingredients of your favourite treats – choose your daily meals from more than 78000 products and see the nutritional values. Add meals to the nutritional plan and keep an overview of your diet in the calendar.
17+
18+
Your Workouts:
19+
You know what is best for your body. Create your own workouts out of a growing variety from 200 different exercises. Then, use the Gym Mode to guide you through the training while you log your weights with one tap.
20+
21+
Your Progress:
22+
Never lose sight of your goals. Track your weight and keep your statistics.
23+
24+
Your Data:
25+
wger is your personalized fitness diary – but you own your data. Use the REST API to access and do amazing things with it.
26+
27+
Please note: This free app is not based on additional fundings and we don’t ask you to donate money. More than that it is a community project which is growing constantly. So be prepared for new features anytime!
28+
29+
#OpenSource – what does that mean?
30+
31+
Open Source means that the whole source code for this app and the server it talks to is free and available to anybody:
32+
* Do you want to run wger on your own server for you or your local gym? Go ahead!
33+
* Do you miss a feature and want to implement it? Start now!
34+
* Do you want to check that nothing is being sent anywhere? You can!
35+
36+
Join our community and become a part of sport enthusiasts and IT geeks from all over the world. We keep working on adjusting and optimizing the app customized to our needs. We love your input so feel free to jump in anytime and contribute your wishes and ideas!
37+
38+
-> find the source code on https://github.com/wger-project
39+
-> ask your questions or just say hello on our discord Server https://discord.gg/rPWFv6W
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wger Workout Manager

fastlane/report.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66

77

8-
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.0018622">
8+
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000288052">
99

1010
</testcase>
1111

1212

13-
<testcase classname="fastlane.lanes" name="1: upload_to_play_store" time="97.3293315">
13+
<testcase classname="fastlane.lanes" name="1: upload_to_play_store" time="67.380146751">
1414

1515
</testcase>
1616

0 commit comments

Comments
 (0)