syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

Embed app image into app package #319

Closed cyberb closed 6 years ago

cyberb commented 6 years ago

Currently app image/icon is available only from the store: http://apps.syncloud.org/releases/stable/images/diaspora-128.png

Which has two problems:

  1. App Store page has a browser warning accessing non https content directly from browser. We can fix this by passing image request through the device.

  2. Apps page has the same warning + you will not see the image if there is no internet (local use case). We can fix this by embedding app images into the package and accessing local image instead of remote from the store as it is already installed.

cyberb commented 6 years ago

Second part is not fixed yet, but that is a minor issue for now, reopen if becomes critical.