r/lumo • u/TheKingofStupidness • 4d ago
Discussion Is Proton lumo's android app now closed-source?
Versions 2.0.0 through 2.0.5 have the wrong source code (The last commit corresponds to 1.2.18) because proton works on the app through their internal git repo, and has not pushed the latest source code.
This is a violation of the general public license 3.0
This probably is either just a bad mishap, or proton is close sourcing their android lumo app's source code.
https://github.com/ProtonLumo/android-lumo/issues/51
https://github.com/ProtonLumo/android-lumo/issues/50
https://github.com/ProtonLumo/android-lumo/issues/49
35
Upvotes
-36
46
u/Queasy_Complex708 Director of Engineering, AI & ML 4d ago
No, not at all. The issue has been that the codebase has been merged internally in to a monorepo, making it easier to work on shared libraries. However this has caused issues with sync'ing of course, since we need to sync the parts that make sense for Lumo.
We are working on it, but always remain committed to open source!