Round-Sync
Round-Sync copied to clipboard
Publish on F-Droid
Would you consider adding the extRact to the official F-Droid repository? This way people would see it and can get updates easily.
Thank you for your fork, this already looks impressive.
EDIT: This was being worked on but builds are not reproducible yet and fixing this relies on an issue at Google.
See
- Upstream Google Bug 287967713 (you might want to click the
+1
if you have a Google account) - F-Droid data MR 12430
- F-Droid wiki
Generally yes, however i would like to clear up the licensing issue. rclone-explorer, and the successor rcx aswell as my fork use a dual license, (App releases are GPLv3, and contributions are MIT) which creates uncertainty for me which i want to get rid of beforehand.
Can you please elaborate what this means? How can you get rid of it? Are you planning license changes? Who could help you in which way with that?
And how is the license hindering F-Droid publishing? GPL and MIT should both be compatible with F-Droid, right?
Can you please elaborate what this means?
Sure!
How can you get rid of it?
That's the question ;)
Are you planning license changes?
Yes and no. Currently rcx is published with a GPLv3. However, contributions are done with the MIT license. (Here the original text.
This is an issue to me. I dont actually know how to navigate license-issues, and usually projects only have one license. If i stick to that license, i should be fine. In this case: i want to keep the GPLv3, and "remove" the MIT-one.
I don't know if i am allowed to do that. I don't even know why exactly it was done this way, and the CLA containing an explanation is not helpful (at least to me)
Who could help you in which way with that?
A lawyer? Jokes aside, anyone who knows why this is necessary or why it was done that way could help.
And how is the license hindering F-Droid publishing? GPL and MIT should both be compatible with F-Droid, right?
There is multiple things that i need to at least understand before making any changes:
- Why is there a split of licenses in the first place, community contributions could be done with the GPLv3 in the first place, alleviating the need for two different licenses
- As a fork, do i have to follow any rules outside the GPLv3? Is the MIT-license even relevant to me as a fork?
I dont want to break any licensing-laws, and since i have no clue how to navigate this (and no money to pay someone to navigate this for me) i am a bit stuck.
And that completely ignores the fact that i actually never published any app on either fdroid or gplay, but i consider that problem solvable by myself ^^
There is multiple things that i need to at least understand before making any changes:
* Why is there a split of licenses in the first place, community contributions could be done with the GPLv3 in the first place, alleviating the need for two different licenses * As a fork, do i have to follow any rules outside the GPLv3? Is the MIT-license even relevant to me as a fork?
I hope you that you don't hate me for mentioning you @x0b but you are probably the one who can answer at least the first question best?
Would you consider adding the extRact to the official F-Droid repository? This way people would see it and can get updates easily.
Thank you for your fork, this already looks impressive.
Until then, you can try using UpgradeAll to get update. :)
This is the typical approach when a proprietary version is planned. Everything is copyright by one person (authorship, contributions under CLA copyright assignment) or under a weak copyleft license (MIT or others). So one person does not have to follow the GPL, everyone else does. The could
in could [not] be merged back into the original app
likely means without losing my status
.
So what does this mean exactly? That the license of forks is not open enough for F-Droid but the original app is allowed to do so?
@opk12 Thanks for this comment, this explains roughly why it was done this way.
As far as i understand it now, i can safely remove the MIT license and only keep the GPLv3, giving each contributor full ownership of their code.
As long as i also release the source code, nothing should prevent me from releasing it on fdroid regardless of the original tree.
@alexanderadam I think it is open enough. Though i may be wrong.
As far as i understand it now, i can safely remove the MIT license and only keep the GPLv3, giving each contributor full ownership of their code.
If that means I do not ask contributors for MIT or CLA
, I understand.
But if that means I remove the MIT license from the source tree
, then no, the MIT says The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software
. Removing the MIT code is necessary to be able to remove the MIT license.
Forcing GPL-only contributions would be unnecessary; the authors of the GPL have a list of GPL-compatible licenses which is the go-to if you want to merge a third-party library, for example.
As long as i also release the source code, nothing should prevent me from releasing it on fdroid regardless of the original tree.
F-droid wants the source code and any free software license. The next step is to check the inclusion how-to and the inclusion policy.
Since the rcx tree is already in f-droid and the kaczmarkiewiczp tree is under a different license: If a short summary of the project history, licensing and technical improvements wrt upstream is put somewhere (readme?), it might help convince f-droid about why the project is worth including and how serious it is (not just a rebrand).
If that means I do not ask contributors for MIT or CLA, I understand.
Yep, that's it.
I dont want to remove any code or licenses, i just want to release the app as a whole as GPLv3, nothing more.
Hi everyone,
first off: sorry, I guess this license chaos is my fault. In short: RCX was released as GPLv3, and thus can be continued under those terms (or compatible terms). Of course, RCX was built upon the work of other people, and their license terms must be respected as well - usually, that means keeping the copyright notices of the dependencies and attribution.
Now, why was RCX even set up in this weird way? The idea way was to keep RCX completely compatible with original project, and that included the ability to merge changes back into rcloneExplorer. And since rcloneExplorer was licensed as MIT, that meant that RCX would require the capability of being releasable under MIT. An alternative would have been copyright assignment, but no one wants to read non-standard legal texts (the CLA is bad enough). So, that's why RCX had an asymmetric license configuration.
@newhinton I could probably re-lease the RCX code under MIT, if you think that improves your forks future development/community compared to GPLv3.
Disclaimer: This is only my reading of the situation, not a definitive legal answer. If anyone needs that, please consult a lawyer.
Hi @x0b!
I am fine with either GPLv3 or MIT. My goal was to "properly" do a release without breaking any license, and to make it more easy for others to chime in.
I dont think it is nessessary to rerelease rcx, but it would be a good idea to discuss if you want to maintain rcx in the future, or if you park it in "maintenance-mode". If you want to return, we should probably discuss if we want to maintain two forks of basically the same app. I am open to merge my progress upstream, albeit there is no way of doing so in different pr's. Besides undoing the name&icon changes, this fork is now "as is", and changes would have to be made on top.
If you dont want to maintain rcx, you could add and release a notice for that and link to this repo, or i take over rcx and merge everything upstream and continue working on rcx, keeping the name&package-id.
I will not make any changes to the licensing for now (that means removing the cla-requirement), so that we have all options.
I am open to discuss this open or via email, you should find my mail in my profile.
https://gitlab.com/fdroid/rfp/-/issues/2296
I have now created an inclusion-ticket for f-droid.
Edit: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12430
@x0b Do you think you can find some time to discuss this and your fork? It would be nice to continue as one project!
So...? Will the app make the fdroid repository? I saw some posts about this in the link above, but why is it taking so long?
@x0b It would be nice if we could clarify the license issue.
I assume that the original app, rclone explorer
was released under MIT.
You wanted to release it under the GPLv3, so you changed the license. However, to keep the option open to merge rcx
back to rclone explorer
, you introduced the CLA for contributors, so that those contributions are MIT and therefore compatible with rclone explorer
(and your own code).
Since you can change the license for your own code any time you want, you could switch from GPL to MIT, and then merge your code back.
However, your current master-branch is fully GPLv3, and i only have to adhere to that, right?
Just a heads up:
I am working on reproducible builds. If someone wants to help out with this, chime in over at #68!
Builds are now reproducible!
So, what is missing for an f-droid release?
- [x] Check fastlane-metadata for store-page
- [x] Rename app
- [x] Change Appicon (Depends on appname)
- [x] Create Keys
- [ ] Merge F-Droid recipe!
So you can see, we are getting close!
Love your work, looking forward to this.
I'd like you to join me in the discussion of the new app-name and icon: https://github.com/newhinton/extRact/discussions/24#discussioncomment-5930019
What amazing work you have done newhinton. Wish I could help you but have no clue. Keep up the great work.
Thanks for the efforts on bringing this app back to life, in a sense. I don't think the licensing is strictly related to F-Droid and the two issues can be separated. The existing code, made under certain license (say MIT), needs to stay under that license, most-likely. You can still say that any new contributions are released under GPL-3.
That said, I'd wholeheartedly recommend going through some of the articles on fossa: https://fossa.com/blog/open-source-software-licenses-101-gpl-v3/
I had an app published on F-Droid and Izzy's repo and it was fairly straightforward. But I see you're already in the queue so that should be no problem, either.
That said, I'd wholeheartedly recommend going through some of the articles on fossa: https://fossa.com/blog/open-source-software-licenses-101-gpl-v3/
Good read!
But I see you're already in the queue so that should be no problem, either.
Yes, but sadly i hit a roadblock. I was ready to actually release the 2.1.3 by merging the build-recipe for fdroid in their main repo just yesterday, but the app decided that it actually did not want to be reproducible. Some files are not created properly on the local builds, so i need to find a solution for that. I seriously hope to get that done soon.
Just a quick update:
The fdroid-release is delayed because of what seems to be a bug in android's toolchain, We cant build the apk reproducible, therefore we cant release. I hope that this can be resolved rather quickly, but i cant give any estimate when i can move forward.
This means that the toolchain changed from RCX to Round Sync? Is it more modern build tools or something like that?
No, not really. I mean i did upgrade gradle, but rcx was never reproducible. Reproducibility has more rigid requirements to the toolchain, and it seems that this app uncovered a bug in googles buildtools.
The fdroid-people had this on a different app too, without a resolution. We filed a bug to google, and we have to wait for that.
Ah, I see. Thank you for this clarification!
@newhinton, hi, and thanks for the amazing amount of work you've put into this. Really helpful. Just wondering, is there any update on this issue?