diff --git a/docs/RELEASES.md b/docs/RELEASES.md index a19097ac..727633ef 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -184,3 +184,24 @@ After a version tag is pushed, F-Droid automatically detects and builds the new - Monitor build status at: https://monitor.f-droid.org/ **Note:** No manual submission is needed for updates after initial F-Droid setup. See `_WIP-plans/FDROID_SETUP_PLAN.md` for first-time submission instructions. + +### ⚠️ AGP Version Workaround + +**Current status:** The F-Droid metadata includes a `prebuild` step that downgrades Android Gradle Plugin from 23.3.0 to 23.2.0: + +```yaml +prebuild: sed -i -e 's/23.3.0/23.2.0/' ../../../gradle/libs.versions.toml +``` + +**Why this is needed:** +- F-Droid's build environment doesn't support AGP 23.3.0 yet +- This temporary workaround allows builds to complete successfully + +**What to monitor:** +1. **F-Droid build environment changelog** - Check https://gitlab.com/fdroid/fdroidserver/-/blob/master/CHANGELOG.md periodically +2. **Build logs at https://monitor.f-droid.org/** - Watch for sed command failures or new AGP-related errors +3. **When F-Droid supports AGP 23.3.0:** + - Remove the `prebuild` line from `fdroid-metadata/fr.shiningcat.simplehiit.yml` + - Submit an update to F-Droid metadata repository + +**Risk:** If the `sed` command silently fails (e.g., due to file path changes), builds may attempt to use AGP 23.3.0 before F-Droid supports it, causing build failures. diff --git a/fdroid-metadata/en-US/images/icon.png b/fdroid-metadata/en-US/images/icon.png new file mode 100644 index 00000000..b8a813bd Binary files /dev/null and b/fdroid-metadata/en-US/images/icon.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/1.png b/fdroid-metadata/en-US/images/phoneScreenshots/1.png new file mode 100644 index 00000000..a08fe21f Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/1.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/2.png b/fdroid-metadata/en-US/images/phoneScreenshots/2.png new file mode 100644 index 00000000..f6e70726 Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/2.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/3.png b/fdroid-metadata/en-US/images/phoneScreenshots/3.png new file mode 100644 index 00000000..a9e35323 Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/3.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/4.png b/fdroid-metadata/en-US/images/phoneScreenshots/4.png new file mode 100644 index 00000000..6a9da109 Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/4.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/5.png b/fdroid-metadata/en-US/images/phoneScreenshots/5.png new file mode 100644 index 00000000..2673cc02 Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/5.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/6.png b/fdroid-metadata/en-US/images/phoneScreenshots/6.png new file mode 100644 index 00000000..a755202c Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/6.png differ diff --git a/fdroid-metadata/en-US/images/phoneScreenshots/7.png b/fdroid-metadata/en-US/images/phoneScreenshots/7.png new file mode 100644 index 00000000..8bf44c2a Binary files /dev/null and b/fdroid-metadata/en-US/images/phoneScreenshots/7.png differ diff --git a/fdroid-metadata/fr.shiningcat.simplehiit.yml b/fdroid-metadata/fr.shiningcat.simplehiit.yml index 6e25419d..c09bdd2b 100644 --- a/fdroid-metadata/fr.shiningcat.simplehiit.yml +++ b/fdroid-metadata/fr.shiningcat.simplehiit.yml @@ -8,13 +8,30 @@ Changelog: https://github.com/shining-cat/SimpleHIIT/releases AutoName: SimpleHIIT +Summary: Customisable HIIT timer with animated exercises + +Description: | + SimpleHIIT is a HIIT (High-Intensity Interval Training) companion app with a timer + and animated exercises to guide you through your workouts. + + Features: + * Select which types of exercises to include in a session among 8 categories + * Customize work and rest periods' length + * Choose the number of cycles to perform in your session + * Manage multiple user profiles, pick who is participating in a session + * Track your progress with built-in statistics + * 3 languages supported: English, French, Swedish + * Dark and bright themes supported + + SimpleHIIT is also available for Android TV. + RepoType: git Repo: https://github.com/shining-cat/SimpleHIIT.git Builds: - - versionName: '0.06' - versionCode: 23100006 - commit: v0.06 + - versionName: '1.00' + versionCode: 23100100 + commit: v1.00 subdir: android/mobile/app sudo: - apt-get update @@ -26,5 +43,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.06' -CurrentVersionCode: 23100006 +CurrentVersion: '1.00' +CurrentVersionCode: 23100100