FastHub-RE icon indicating copy to clipboard operation
FastHub-RE copied to clipboard

[FR] Update System

Open LightDestory opened this issue 2 years ago • 2 comments

FastHub-Re doesn't rely on Google Services for updating. The update check of the original FastHub is a basic and simple check and Toast notification.

We need to implement a more reliable update system that will notify the user of a new update and help the user to get the latest APK.

By using the already implemented stuff, I think we can use the MessageDialogView to display a YES_NO dialog that will take the user to the release page of the repository.

The main issue is that the CheckVersion class is a service that can't spawn a Fragment.

LightDestory avatar Apr 05 '22 22:04 LightDestory

If possible, it would be nice to also add fdroid releases, or at least have an fdroid repo here (this should be possible with actions)

Efreak avatar May 22 '22 22:05 Efreak

Generally speaking I think that the current fasthub-re is not production ready yet, the kotlin migration caused few issues that are hard to track down and fix.

I don't have a lot of time to put on this si the project got a slow down, I will try to implement such improvements as soon as we can get a decent fasthub-re version

LightDestory avatar May 22 '22 22:05 LightDestory