-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Feature request] Add application to the F-Droid store #70
Comments
Hi, I planned to add applications there at the start, but then I was distracted by the "fascinating" process of fixing defects in the initial versions. But now that the application is stable enough, I thought it was time to add it. So, in the future, it will certainly appear there, but first, you need to properly prepare the repository. |
Started the inclusion process: https://gitlab.com/fdroid/rfp/-/issues/1339 |
Since Rekado uses my own library for interface customization and I would not like to make it open-source, so probably F-Droid inclusion is not possible. I have plans to create some mechanism for auto-updating of application from the inside application. |
@MenosGrante, if i understand correctly, this Library (penza.aar) is just for UI Customizations? |
@Serverfrog, yes, it is. I also have a variant to simply remove it from the application and create a simple mechanism for white-dark theme changing, without additional themes and accent color customization. |
@MenosGrante is there any reason you couldn't make a separate fully free build, for inclusion in F-Droid? If you made a request using that variant, they'd most likely approve it. |
Why don't you want your library to be libre? |
Actually, on the latest updates I have removed all closed-source code from it and now it should be fine to apply to F-Droid, but I am tight on time right now, so I am not sure when I can start the process. |
It would be nice for a better dirstribution to have this App in the F-Droid Appstore.
A Positive benifit ist the easy install and update process the user will have.
I didn't dig into if the additional Requirements are met, but as far as is saw the Notably Part is met https://f-droid.org/en/docs/Inclusion_Policy/
Beside that, its also a bit secure because they build the APK from your repo, signed it and then distribute them. So the hassle to build it yourself and create a Release out of it could also be done by them (you still must upload it into the GitHub Releases but could use the F-Droid build APK )
Also: new users must not go to the hassle to Download the APK from GitHub if they already have F-Droid installed
The text was updated successfully, but these errors were encountered: