From e7ef0b388c61fdda574ff5f72cb0b3f0a92ac886 Mon Sep 17 00:00:00 2001 From: Niklas Buse Date: Thu, 24 Apr 2025 15:51:21 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=99=88=20Update=20.gitignore=20to=20e?= =?UTF-8?q?xclude=20.ipa,=20.zip,=20and=20report.xml=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + ios/.gitignore | 5 +++++ ios/Podfile.lock | 7 +++++++ ios/Runner/Info.plist | 4 ++-- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e12bca4..5ac7823 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ app.*.map.json /android/fastlane/report.xml /lib/version.dart /.env +**/*.report.xml diff --git a/ios/.gitignore b/ios/.gitignore index 7a7f987..bd593de 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -32,3 +32,8 @@ Runner/GeneratedPluginRegistrant.* !default.mode2v3 !default.pbxuser !default.perspectivev3 +/build/.last_build_id +/.bundle/ +/vendor/ +/*.ipa +/*.zip diff --git a/ios/Podfile.lock b/ios/Podfile.lock index abceaec..548d7f6 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -23,6 +23,9 @@ PODS: - FlutterMacOS - url_launcher_ios (0.0.1): - Flutter + - webview_flutter_wkwebview (0.0.1): + - Flutter + - FlutterMacOS DEPENDENCIES: - activity_tracking (from `.symlinks/plugins/activity_tracking/ios`) @@ -36,6 +39,7 @@ DEPENDENCIES: - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) + - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`) EXTERNAL SOURCES: activity_tracking: @@ -60,6 +64,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/sqflite_darwin/darwin" url_launcher_ios: :path: ".symlinks/plugins/url_launcher_ios/ios" + webview_flutter_wkwebview: + :path: ".symlinks/plugins/webview_flutter_wkwebview/darwin" SPEC CHECKSUMS: activity_tracking: 8e15f16c8afa12f7fbef1988678dbd87e6841b57 @@ -73,6 +79,7 @@ SPEC CHECKSUMS: shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7 sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 url_launcher_ios: 694010445543906933d732453a59da0a173ae33d + webview_flutter_wkwebview: 1821ceac936eba6f7984d89a9f3bcb4dea99ebb2 PODFILE CHECKSUM: 9ced0a3e1049d68a4eb33b5c7e1e2b0678b917a6 diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 6b640e9..2329429 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2025.04.13 + 2025.04.24 CFBundleSignature ???? CFBundleVersion - 2025041300 + 2025042401 LSRequiresIPhoneOS NSHealthShareUsageDescription From 10ef569f4a3585ef66c3c34afe5f22cd46bc544a Mon Sep 17 00:00:00 2001 From: Niklas Buse Date: Fri, 25 Apr 2025 08:45:18 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=A7=20Add=20internet=20and=20netwo?= =?UTF-8?q?rk=20state=20permissions=20to=20AndroidManifest.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 37d7dd6..a0038de 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,6 +22,8 @@ + + Date: Fri, 25 Apr 2025 09:05:53 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md=20with=20?= =?UTF-8?q?improved=20formatting=20and=20beta=20testing=20links=20for=20An?= =?UTF-8?q?droid=20and=20iOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 +++++++++++++++++++++++++---- android/fastlane/README.md | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bbac17..9d75f3b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [![Development Build](https://github.com/ScreepCode/MoveTopia/actions/workflows/build-dev-release.yml/badge.svg?branch=development)](https://github.com/ScreepCode/MoveTopia/actions/workflows/build-dev-release.yml) [![Flutter: v3.29.2](https://img.shields.io/badge/Flutter-v3.29.2-blue.svg)](https://flutter.dev) -MoveTopia - your fitness companion for a healthier lifestyle! Track your daily activities, set goals, and stay motivated with MoveTopia. Our app turns fitness into an exciting adventure where you can earn badges, build streaks, and visualize your progress on the journey to a more active life. +MoveTopia - your fitness companion for a healthier lifestyle! Track your daily activities, set +goals, and stay motivated with MoveTopia. Our app turns fitness into an exciting adventure where you +can earn badges, build streaks, and visualize your progress on the journey to a more active life. Get it on Google Play @@ -14,13 +16,33 @@ MoveTopia - your fitness companion for a healthier lifestyle! Track your daily a - **Statistics & Analytics**: Get detailed insights into your activities and progress - **Challenges & Awards**: Complete challenges, earn badges and collect experience points - **Motivating Streaks**: Build daily streaks of success and visualize them in the calendar -- **Privacy-Focused**: All health data stays on your device - full control over your personal information +- **Privacy-Focused**: All health data stays on your device - full control over your personal + information ## Beta Testing Join our beta testing program to get early access to new features: -Join Beta Testing +
+ + + + + + + + + +
Android BetaiOS TestFlight
+ + Get it on Google Play Beta + + + + TestFly + +
+
For more information about the app and its features, visit our [website](https://movetopia.de). @@ -56,7 +78,6 @@ flutter run ## Versioning MoveTopia uses a date-based versioning system in the format `YYYY.MM.DD+HOTFIX`. - Thanks to all our contributors who help make MoveTopia better every day! ## Contact diff --git a/android/fastlane/README.md b/android/fastlane/README.md index fb4e67f..a468096 100644 --- a/android/fastlane/README.md +++ b/android/fastlane/README.md @@ -69,7 +69,7 @@ Build debug APK with versioning [bundle exec] fastlane android build_release ``` -Build release APK without creating a release or tag +Build release APK with versioning ### android assemble_release From aeb6b2c713ee25a35d94a44af9a5a4fc9111bb16 Mon Sep 17 00:00:00 2001 From: Niklas Buse <63686539+ScreepCode@users.noreply.github.com> Date: Fri, 25 Apr 2025 09:10:33 +0200 Subject: [PATCH 4/4] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d75f3b..26253f1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Join our beta testing program to get early access to new features: - + TestFly