Before deleting the previous beta configuration, we need to know if F-Droid supports beta and final release with just one package name, as PlayStore does with beta program, @theScrabi is trying to figure out whether that is possible or not in F-Droid.
[RESEARCH] Same package name for beta an final releases in F-Droid [WIP] @theScrabi
According to this commend from krt it is possible to have beta and non beta application within the same package name. An example for that was the package of the fdroid app itself: https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/org.fdroid.fdroid.txt
@jesmrec @theScrabi 2.7.0 beta is already tagged and released on our Github repository, next week we will continue with F-Droid and PlayStore.
CC / @michaelstingl
Fdroid PR for new beta release is out.
Fdroid PR for new beta release is out.
@theScrabi great, please update the F-Droid tasks in the first comment, I mean, check the ones that are finished.
Our feedback channel for beta will be https://github.com/owncloud/android/issues from now on, any suggestion is welcome anyway.
i think apps mail should be included as well
i think apps mail should be included as well
@jesmrec only one feedback channel is allowed 馃槙
oooh... i did not expect that. In this case, maybe should we centralize the feedback in one issue?
So 2.7.0-beta.1 is now available on fdroid, however fdroid failed to mark it as a beta release, so now it's available as release. I already fixed it however, we still wait for an fdroid maintainer to eventually merge our pull request.
Merge request for fdroid repository was merged. And exidental wrong release got fixed.
@theScrabi I've downloaded F-Droid with no ownCloud app installed and seen that Version 2.7.0-beta.1 is the active version when Version 2.6.0 should be the active one
This is what that pull request should fix. Because of the way the server understood the regex, he thought beta was a release, and added it automatically.
Nextcloud releases their beta version under a different package name, so people can install both apps alongside: https://f-droid.org/packages/com.nextcloud.android.beta/
Is there something against this for owncloud?
Yes we figured that when people use both they would not test the beta application well enough, so we thought about changing this and make users use either beta or the stable.
Beta released and available
Most helpful comment
Merge request for fdroid repository was merged. And exidental wrong release got fixed.