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:
Leo Heitmann Ruiz 2024-07-07 21:38:28 +02:00 committed by GitHub
parent 3b305f852d
commit 2b31571ea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB