Following up to this post https://lemmy.ml/post/31598540

A number of people asked for F-Droid support when I posted about my Lemmy client, and it’s here!

Get Blorp on F-Droid

I didn’t notice the scope of some of the app permissions until now, but half of those are unnecessary. I’ll be reducing the scope in the next release to avoid any confusion.

    • moseschrute@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Yeah. F-Droid has some considerable lag in deploying new versions. I’m new to F-Droid but a 3-6 day delay in publishing new versions seems typical.

      • cole@lemdro.id
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        30 days ago

        F-Droid’s big “thing” is reproducible builds. You could theoretically post any artifact to GitHub, so I have to trust that every update the artifact you built matches the source code. F-Droid allows me to know that the artifact matches the source code.

        Unless of course you’ve implemented your own reproducible build system.

        The caveat here is it means F-Droid has to build your app, which can take some time (but they’re actively working on improving that)

        • moseschrute@lemmy.mlOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          30 days ago

          Yeah. Sorry I should have phrased my comment better. I’m not saying that’s a bad thing, but people should understand that the tradeoff of reproducible builds is a slight lag in updates.

          • cole@lemdro.id
            link
            fedilink
            English
            arrow-up
            2
            ·
            30 days ago

            No worries, I just wanted to explain why it takes time in case somebody didn’t know