mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
Fix F-Droid not displaying logo (#2079)
# Description It seems F-Droid doesn't display Syncthing's logo at their website and in their client (at least on my end it is not shown). According to the Wayback Machine, F-Droid did show the logo in the past, but it stopped being displayed between October and December of 2022: https://web.archive.org/web/20221027141012if_/https://f-droid.org/en/packages/com.nutomic.syncthingandroid/ versus https://web.archive.org/web/20221208220952if_/https://f-droid.org/en/packages/com.nutomic.syncthingandroid/ This PR adds the Syncthing logo to the location expected by F-Droid, as per the [Triple T structure](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#triple-t-structure) which you seem to be using. # Changes * Create 512x512 PNG from [ic_launcher_full.svg](https://github.com/syncthing/syncthing-android/blob/main/graphics/ic_launcher_full.svg) using Inkscape (and compress using zopfli) * Create icon directory according to the [Triple T structure](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#triple-t-structure) * Copy PNG to appropriate location
This commit is contained in:
parent
3b305f852d
commit
2b31571ea5
1 changed files with 0 additions and 0 deletions
BIN
app/src/main/play/listings/en-GB/graphics/icon/icon.png
Normal file
BIN
app/src/main/play/listings/en-GB/graphics/icon/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue