You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/android/ci.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,11 @@ The `release.yml` workflow is triggered manually to promote the latest beta buil
84
84
85
85
The [F-Droid](https://f-droid.org) store builds the applications themselves when we push a GitHub release. This process uses [metadata](https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/io.homeassistant.companion.android.minimal.yml).
86
86
87
-
They use the `version_code.txt` file, which is created on every release from the `main` branch, for the app's versioning.
87
+
Each GitHub release includes the following files used by F-Droid:
88
+
89
+
-`version_code.txt` - Used for the app's versioning (created on every release from the `main` branch)
90
+
-`strings.zip` - Contains all app translations from Lokalise at build time
91
+
-`locales_config.xml` - Generated [locales configuration](https://developer.android.com/guide/topics/resources/app-languages#use-localeconfig) from the downloaded app translations
88
92
89
93
:::warning
90
94
We do not guarantee when the applications will be available on F-Droid after a release. You can find the app [on F-Droid](https://f-droid.org/packages/io.homeassistant.companion.android.minimal/).
0 commit comments