-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add app to FDroid repository #334
Comments
Instructions for a merge request F-Droid-merge-request |
The procedure for getting an app included to the F-Droid repository is described here. It reduced to two methods:
As the second one seems to be much more complicated -- requires the fdroid server instance, addressing of the issue with poorly supported cordova, etc. I have now created a request for submission, so let's see what happens. |
So after discussing this issue with @chill117, we have got to a conclusion, that submitting all the files to the
|
The new pull request is PR344 After the inclusion and each update of the master branch please run |
I think we will want to only update the fdroid branch when a release is created - this will ensure that the version available to fdroid users is always the latest stable version. |
I'd think that update of the master branch is normally important enough (maybe only made together with a new release), but if not, then sure, it might be sufficient to update the |
Done! 🥇 |
There seem to be a problem when trying to build as reported.
Do you have any ideas what could be the issue? |
So there are some files missing in the fdroid branch that should have been generated by
I have now updated To verify that everything goes correctly for the inclusion to fdroid you can:
|
Re-opening this issue until the fdroid maintainers are able to run a successful build. I added an npm task for testing the fdroid build in this project: npm run test:fdroid Notes:
|
Will close this issue once I am able to create (successfully) another build for fdroid from a latest version and test the fdroid build myself. |
The version in f-droid is old 1.5.0: while the version in google-play is newer 1.6.0: |
Hi! I think that the reason why f-droid has the older version is that the For the future releases it could be made automatically using CI pipeline (github action) when a new version tag is published. |
The text was updated successfully, but these errors were encountered: