-
Notifications
You must be signed in to change notification settings - Fork 309
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
base: master
Are you sure you want to change the base?
Conversation
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/
Currently, F-Droid clients and repository browsers don't show an icon for FreeOTP: https://f-droid.org/packages/org.fedorahosted.freeotp/ |
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 |
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."
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." |
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.
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? |
Yes, the 7 inch screenshots should be placed to
|
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.