Skip to content

Commit

Permalink
Update some files in preparation of new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Apr 14, 2022
1 parent 822c668 commit ac3bbfc
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end

platform :android do

desc "Check playstore configuration"
desc "Check playstore configuration, does not upload any files"
lane :test_configuration do
begin
upload_to_play_store(
Expand Down
2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
[bundle exec] fastlane android test_configuration
```

Check playstore configuration
Check playstore configuration, does not upload any files

### android production

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Dry-run release before uploading


* Increase build nr in pubspec.yaml
* `flutter build appbundle --release`
* `bundle exec fastlane android test_configuration` (needs the different keys available)

It might be necessary to repeat these steps if upload_to_play_store returns any errors
such as a missing title or similar.



# Accepted language codes

https://support.google.com/googleplay/android-developer/answer/9844778?hl=en#zippy=%2Cview-list-of-available-languages
39 changes: 39 additions & 0 deletions fastlane/metadata/android/ca/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
From fitness lovers to fitness lovers – get your health organized with WGER, your Workout Manager!

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

So we don’t judge you for still managing your fitness journey with your handy little workout log book but welcome to 2021!

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!

wger is an Open Source project and all about:
* Your Body
* Your Workouts
* Your Progress
* Your Data

Your Body:
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.

Your Workouts:
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.

Your Progress:
Never lose sight of your goals. Track your weight and keep your statistics.

Your Data:
wger is your personalized fitness diary – but you own your data. Use the REST API to access and do amazing things with it.

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!

#OpenSource – what does that mean?

Open Source means that the whole source code for this app and the server it talks to is free and available to anybody:
* Do you want to run wger on your own server for you or your local gym? Go ahead!
* Do you miss a feature and want to implement it? Start now!
* Do you want to check that nothing is being sent anywhere? You can!

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!

-> find the source code on https://github.com/wger-project
-> ask your questions or just say hello on our discord Server https://discord.gg/rPWFv6W
1 change: 1 addition & 0 deletions fastlane/metadata/android/ca/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wger Workout Manager
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



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

</testcase>


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

</testcase>

Expand Down

0 comments on commit ac3bbfc

Please sign in to comment.