154
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 May 2026
154 points (97.0% liked)
Open Source
47010 readers
329 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
astounds me that people still don't make that priority #1
Fdroid requires app to be RB (reproducible build) which is good cuz it mean the apk developer release should be identical to a build you make from source code.
My issue was that updating or adding a library to my app could break RB which can be a simple fix, but would require either waiting for pull request to be merged or forking yourself.
It just becomes a game of Guess Who to find who is at fault for RB issues. Maybe it's just a flutter thing and isn't an issue with kotlin apps, idk.
IzzyOnDroid is a great fallback
How so? I don't know much about the difference between Izzy and F-Droid.