- cross-posted to:
- opensource@programming.dev
- opensource@lemmy.ml
- cross-posted to:
- opensource@programming.dev
- opensource@lemmy.ml
Announcement by the creator: https://forum.syncthing.net/t/discontinuing-syncthing-android/23002
Unfortunately I don’t have good news on the state of the android app: I am retiring it. The last release on Github and F-Droid will happen with the December 2024 Syncthing version.
Reason is a combination of Google making Play publishing something between hard and impossible and no active maintenance. The app saw no significant development for a long time and without Play releases I do no longer see enough benefit and/or have enough motivation to keep up the ongoing maintenance an app requires even without doing much, if any, changes.
Thanks a lot to everyone who ever contributed to this app!
I think it was made by mistake. They will more likely remove that dependency
Perhaps the hard dependency was a mistake, but not them moving more and more code to their proprietary library. It appears that their intent is to make the client mostly a wrapper around their proprietary library, so they can still claim to have an open source GPLv3 piece of software. What good is that client if you can only use it in conjunction with that proprietary library, even if you can build it without that dependency?
Instead of open core I’ll call this popular approach “open skin”.
I’m not familiar with exactly what Bitwarden are doing, but Nvidia are doing something similar to what you described with their Linux GPU drivers. They launched new open-source drivers (not nouveau) for Turing (GTX 16 and RTX 20 series) and newer GPUs. What they’re actually doing is moving more and more functionality out of the drivers into the closed-source firmware, reducing the amount of code they need to open source. Maybe that’s okay? I’m not sure how I feel about it.
Clearly not: https://github.com/bitwarden/clients/issues/11611#issuecomment-2424865225
That says that it is a bug.
It says the build error is a bug, not the inclusion of proprietary code.
To be fair, the project page says this:
So there are two ways this can go:
I’m going to stick with them until I see what they do once they complete the refactor.
To be fair? Nowhere are they even suggesting they would release the SDK as FOSS, but they do say their password manager is open source. It seems like they just want a FOSS shell so they can claim it’s open source for but keep their business logic closed source.
That’s the second way it could go. But given their track record of being FOSS when everyone else was proprietary and keeping the source code available, I’m willing to give them the benefit of the doubt and see what they do. For now, “we’ll re-evaluate it again once it’s stable” tells me it’s still on the table.
Stable bindings doesn’t mean open source, so I don’t see how that tells you it’s still on the table
They’re moving a lot of code to this internal core, which means this core is unstable. It’s pretty common for projects to hold off on making code public until it’s reached a certain level of stability. I’m guessing they’re not interested in accepting patches, due to the high level of churn from the dev team. Once that churn dies down, there’s a chance they’ll reconsider and make it FOSS.
I’ve seen this in a number of FOSS projects, and it’s also what I do on my own (I don’t want help until I’m happy with the base functionality).
So that’s why I hold out hope. We’ll see once the churn on that internal SDK repo dies down.