axel358 / smartdock

A user-friendly desktop mode launcher that offers a modern and customizable user interface
GNU General Public License v3.0
708 stars 51 forks source link

Ota Updater? #26

Open rgocal opened 1 year ago

rgocal commented 1 year ago

I don't think I've seen this in the code yet. Create a json with a version tag and a changelog tag, compare the versions, read the changelog upon choosing to download, implement a download sequence and installer.

(if your not able to post to any stores or repost)

RokeJulianLockhart commented 1 year ago

https://github.com/axel358/smartdock/issues/26#issue-1703294130

Why implement a basic app store into the app itself? That would massively bloat its size, and provide redundant functionality for the 99.999999% of users who either use F-Droid (per https://github.com/axel358/smartdock/issues/16) or the Play Store, when https://github.com/axel358/smartdock/issues/13 becomes available (soon).

@rgocal, if you want this and a library exists to provide it without any integration necessary, you could add it as a git submodule and compile the app directly, perhaps.

However, (especially if integration is necessary and this request is added) I believe that the compiled versions sent to storefronts should specify that that module not be included in CI.

axel358 commented 1 year ago

I think the simplest solution would be a way to check for updates n take the user to the fdroid page if there is one

rgocal commented 1 year ago
asininemonkey commented 7 months ago

Or just use Obtainium.