Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fastlane directory structure and icon for F-Droid #425

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leoheitmannruiz
Copy link

Fastlane and alternatively Triple-T are the only methods of providing and icon and other metadata such as screenshots to F-Droid. It can additionally be used to provide metadata such as the title, short description, or full description.

https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/

The icon is the one shown at https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp and compressed using zopflipng 1.0.3.

Are you interested in also providing the screenshots? If so, I'll gladly copy them over from Google Play.

Fastlane and alternatively Triple-T are the only methods of providing
and icon and other metadata such as screenshots to F-Droid. It can
additionally be used to provide metadata such as the title, short
description, or full description.

https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/
@leoheitmannruiz
Copy link
Author

Currently, F-Droid clients and repository browsers don't show an icon for FreeOTP: https://f-droid.org/packages/org.fedorahosted.freeotp/

@stokito
Copy link

stokito commented Feb 15, 2025

Only icon? You may also add descriptions. Screenshots can be copied from Play. See how it was made in the fork https://github.com/helloworld1/FreeOTPPlus/tree/master/fastlane/metadata/android/en-US

@leoheitmannruiz
Copy link
Author

You may also add descriptions.

I wanted to focus on the icon as it seemed most important. I tried making sure that it's clear how this directory structure may be used by writing: "It can additionally be used to provide metadata such as the title, short description, or full description."

Screenshots can be copied from Play.

As some people prefer to not store (large) binaries in their Git repositories I proposed only the icon and wrote: "Are you interested in also providing the screenshots? If so, I'll gladly copy them over from Google Play."

@justin-stephenson
Copy link
Contributor

Fastlane and alternatively Triple-T are the only methods of providing and icon and other metadata such as screenshots to F-Droid. It can additionally be used to provide metadata such as the title, short description, or full description.

https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/

The icon is the one shown at https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp and compressed using zopflipng 1.0.3.

Are you interested in also providing the screenshots? If so, I'll gladly copy them over from Google Play.

Thank you for the PR, yes please go ahead and copy the screenshots.

These are the phone screenshots shown at Google Play, compressed using
zopflipng 1.0.3.
@leoheitmannruiz
Copy link
Author

I've copied the phone screenshots shown at Google Play. That is, the first four screenshots. Do you also want me to copy the last four screenshots, which seem like they might be seven inch and ten inch screenshots?

@stokito
Copy link

stokito commented Feb 17, 2025

Yes, the 7 inch screenshots should be placed to fastlane/metadata/android/en-US/images/sevenInchScreenshots/ and 10 inch fastlane/metadata/android/en-US/images/tenInchScreenshots/ folders:

├── en-US
│   ├── images
│   │   ├── icon.png            (app icon)
│   │   ├── featureGraphic.png  (promo banner, shown on top of the app desc in F-Droid client; landscape)
│   │   ├── tvBanner.png        ("icon" for TV devices, currently not used)
│   │   ├── phoneScreenshots
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ...
│   │   ├── sevenInchScreenshots/
│   │   ├── tenInchScreenshots/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants