Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Binary file added fdroid-metadata/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 22 additions & 5 deletions fdroid-metadata/fr.shiningcat.simplehiit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,5 +43,5 @@ Builds:

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '0.06'
CurrentVersionCode: 23100006
CurrentVersion: '1.00'
CurrentVersionCode: 23100100
Loading