• @Freesoftwareenjoyer
    link
    92 years ago

    I can’t help. There is no license, so your app is proprietary. What are the goals and what needs to be implemented?

    • @andobando
      link
      16
      edit-2
      2 years ago

      Just added the Apache License.

      Goals:

      1. Better UI (I am aiming for old.reddit) for lemmy with a new design (repetitive icons, hard to distinguish comments, terrible mobile UI) and fixing common issues, like freezing, spinners loading forever, etc.
      2. Single codebase for web, native Android and iOS apps. This is possible with Svelte + Capacitor.
      3. Svelte codebase which I believe will be far easier to develop on.
      4. Rethink how communities are browsed/integrated as alluded to in this post. This is my end goal, but I need to have some discussions about what this will exactly look like.

      My current goal is to just get the site working with all/most of the existing functionality. For that there is a lot to do. Profile/settings page, comment replies, community browser/subscriptions to name a few.

      • @solidsnake911
        link
        42 years ago

        Sounds great!! I will be pendent of news about that project. Currently I’m using Jerboa. Not so bad and needs improve a lot of stuff, would be great could use Infinity for Reddit but for Lemmy. Is open source so I think it could possible, but I’m not a programmer yet. Good luck!!

      • @Freesoftwareenjoyer
        link
        42 years ago

        Thank you! Would you be open to using a Copyleft license like GPL? Or is that not possible when releasing the app to mobile stores?

        • @andobando
          link
          102 years ago

          It seems like Jerboa uses GPLv3 as well, as does Bitwarden and some other open source apps. Its probably ok though it seems like it can run into trouble way down the line. Im going to keep the GPLv3 for now.

          • @Freesoftwareenjoyer
            link
            62 years ago

            It seems that the lemmy-js-client library you are using is licensed under AGPLv3. So I’m not sure if you are allowed to use it with your current license. You might have to make your project AGPLv3 too.

              • @Freesoftwareenjoyer
                link
                12 years ago

                AGPL is a Copyleft license, so how can it be possible to use such library in an Apache licensed program? Isn’t the whole idea of Copyleft to make that impossible? To make sure that nobody can take away users freedoms?

                I think what they meant on gnu.org is that you can use Apache licensed code in a GPL licensed program.

        • @andobando
          link
          32 years ago

          Just did some reading and it indeed does seem like GPL is not allowed in app stores as it does not allow any further restrictions (such as Apples store’s requirements).

          I have to do some research.

      • @Comrat
        link
        32 years ago

        I might try my hand at contributing. I have yet to do any open source development but really want to work on something lemmy related.

      • @TitanLaGrange
        link
        12 years ago

        Single codebase for web, native Android and iOS apps. This is possible with Svelte + Capacitor.

        Interesting. Is this easier to work in than React Native?

        • @andobando
          link
          1
          edit-2
          2 years ago

          I am not a fan of React, so in my opinion, yes. The substantial difference here is this isn’t native, its just a webapp that looks and feels just like a native application. The nice thing here is its just vanilla JS/CSS/HTML.