Skip to content

Commit

Permalink
explicitly document current metadata priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubu committed Apr 30, 2019
1 parent e95fbca commit be5e639
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _docs/All_About_Descriptions_Graphics_and_Screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ file a
or [issue](https://gitlab.com/fdroid/fdroiddata/issues) to remove
_Summary_ and _Description_ from the app's metadata file.

Here's the general rule of filling the index from the metadata sources:

```
metadata file --> fdroiddata localized files --> fastlane/triple-t in app source
```

For things that can also be scraped from the APK, then we get:

```
metadata file --> fdroiddata localized files --> fastlane/triple-t in app source --> APK
```

## In the app's build metadata in an _fdroiddata_ collection

All the app store materials can also be added to any _fdroiddata_
Expand Down

0 comments on commit be5e639

Please sign in to comment.