Skip to content

Commit

Permalink
Fix F-Droid not displaying logo (#2079)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
leoheitmannruiz authored Jul 7, 2024
1 parent 3b305f8 commit 2b31571
Showing 1 changed file with 0 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b31571

Please sign in to comment.