dkanada / frost

Icon Pack for Android Devices
GNU General Public License v3.0
164 stars 76 forks source link

Icon Request #325

Open b3nj5m1n opened 4 years ago

b3nj5m1n commented 4 years ago

There is already an icon for the official syncthing, see icons/syncthing.svg. However, there is a popular fork of syncthing called syncthing-fork, which I personally use, so it would be very nice to have the proper icon for that as well. There is also something called syncthing-lite which probably also doesn't have the icon set (Can't provide info for that one since I don't use it).

<!-- Syncthing-Fork -->
<item component="ComponentInfo{com.github.catfriend1.syncthingandroid/com.nutomic.syncthingandroid.activities.FirstStartActivity}" drawable="syncthing-fork"/>

There are two password store apps on fdroid, here is the maintained one, and here the one that seems to be abandoned, but it might still be nice to include an icon for that one. A new icon for this would be nice, although I would also be happy if you just used the icon for another password manager, like keepassdroid or so.

<!-- Password Store -->
<item component="ComponentInfo{dev.msfjarvis.aps/com.zeapo.pwdstore.LaunchActivity}" drawable="passwordstore"/>

Blokada

<!-- Blokada -->
<item component="ComponentInfo{org.blokada.origin.alarm/core.PanelActivity}" drawable="blokada"/>

Calculator++

<!-- Calculator++ -->
<item component="ComponentInfo{org.solovyev.android.calculator/org.solovyev.android.calculator.CalculatorActivity}" drawable="calculator"/>
<!-- Calculator++ (Fenstermodus) -->
<item component="ComponentInfo{org.solovyev.android.calculator/org.solovyev.android.calculator.floating.FloatingCalculatorActivity}" drawable="calculatorfenstermodus"/>

Not sure if you only do fdroid apps so feel free to ignore. Link to google play.

<!-- Fire TV -->
<item component="ComponentInfo{com.amazon.storm.lightning.client.aosp/com.amazon.bison.SplashScreen}" drawable="firetv"/>
Donnnno commented 4 years ago

Applied the syncthing & blokada lines in my pr: #334