this PR provides you with a "fastlane starter package" – to give it into your hands to define how your app is presented, and make it easy to keep descriptions & graphics in sync with your development. Some notes to sum them up in a place easy to find for you:
take special care for limits, e.g. per-release changelogs can have max 500 chars, full_description.txt max 4,000 chars, graphics must have specific aspect ratios etc.
you can have "bigger graphics" here; the IoD updater takes care to resize/optimize them as needed
for the full_description.txt here I've used HTML compressed into a single line, to prevent the fdroid software converting each line break to a <br>. The tags used for this are supported by F-Droid.org as well, and to my knowledge even by PlayStore.
whenever you add a new "type" of metadata that has not been there before (e.g. the first changelog, a featureGraphic if it wasn't yet present), please let us know so we can check and enable it.
Details on all this in the linked documentation.
Once merged, your changes will be synced whenever a new release is pulled in here – to make sure it stays up-to-date with the app itself.
Should you have questions, be welcome to ask 😉
And now: Enjoy!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1647
**Author:** [@IzzySoft](https://github.com/IzzySoft)
**Created:** 8/3/2025
**Status:** ✅ Merged
**Merged:** 10/28/2025
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `fastlane`
---
### 📝 Commits (1)
- [`f74a1ce`](https://github.com/advplyr/audiobookshelf-app/commit/f74a1ceb47d4c489f698778657f07f743445630f) initial fastlane structures from IzzyOnDroid
### 📊 Changes
**14 files changed** (+4 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `fastlane/metadata/android/de/full_description.txt` (+1 -0)
➕ `fastlane/metadata/android/de/short_description.txt` (+1 -0)
➕ `fastlane/metadata/android/en-US/full_description.txt` (+1 -0)
➕ `fastlane/metadata/android/en-US/images/featureGraphic.png` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/icon.png` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/07.png` (+0 -0)
➕ `fastlane/metadata/android/en-US/images/phoneScreenshots/08.jpg` (+0 -0)
➕ `fastlane/metadata/android/en-US/short_description.txt` (+1 -0)
</details>
### 📄 Description
this PR provides you with a "fastlane starter package" – to give it into your hands to define how your app is presented, and make it easy to keep descriptions & graphics in sync with your development. Some notes to sum them up in a place easy to find for you:
* the [IzzyOnDroid Fastlane Documentation](https://gitlab.com/IzzyOnDroid/repo/-/wikis/Fastlane) can guide you with maintaining the structures here
* take special care for limits, e.g. per-release changelogs can have max 500 chars, `full_description.txt` max 4,000 chars, graphics must have specific aspect ratios etc.
* you can have "bigger graphics" here; the IoD updater takes care to resize/optimize them as needed
* for the `full_description.txt` here I've used HTML compressed into a single line, to prevent the fdroid software converting each line break to a `<br>`. The tags used for this are supported by F-Droid.org as well, and to my knowledge even by PlayStore.
* whenever you add a new "type" of metadata that has not been there before (e.g. the first changelog, a featureGraphic if it wasn't yet present), please let us know so we can check and enable it.
* Details on all this in the linked documentation.
* Once merged, your changes will be synced whenever a new release is pulled in here – to make sure it stays up-to-date with the app itself.
* Should you have questions, be welcome to ask :wink:
And now: Enjoy!
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1647
Author: @IzzySoft
Created: 8/3/2025
Status: ✅ Merged
Merged: 10/28/2025
Merged by: @advplyr
Base:
master← Head:fastlane📝 Commits (1)
f74a1ceinitial fastlane structures from IzzyOnDroid📊 Changes
14 files changed (+4 additions, -0 deletions)
View changed files
➕
fastlane/metadata/android/de/full_description.txt(+1 -0)➕
fastlane/metadata/android/de/short_description.txt(+1 -0)➕
fastlane/metadata/android/en-US/full_description.txt(+1 -0)➕
fastlane/metadata/android/en-US/images/featureGraphic.png(+0 -0)➕
fastlane/metadata/android/en-US/images/icon.png(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/07.png(+0 -0)➕
fastlane/metadata/android/en-US/images/phoneScreenshots/08.jpg(+0 -0)➕
fastlane/metadata/android/en-US/short_description.txt(+1 -0)📄 Description
this PR provides you with a "fastlane starter package" – to give it into your hands to define how your app is presented, and make it easy to keep descriptions & graphics in sync with your development. Some notes to sum them up in a place easy to find for you:
full_description.txtmax 4,000 chars, graphics must have specific aspect ratios etc.full_description.txthere I've used HTML compressed into a single line, to prevent the fdroid software converting each line break to a<br>. The tags used for this are supported by F-Droid.org as well, and to my knowledge even by PlayStore.And now: Enjoy!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.