Just built it from source while waiting for Google to approve the app, and it’s great. I had to use Firefox for the PWA because I need links to open in firefox when I click on them, but Firefox doesn’t handle PWAs vey well. The native app fixes all these problems. Excited for it to be on the Google Play Store!

Also aeharding@lemmy.world will you upload the android app to F-droid? It would be nice to have it there rather than having to install it from the play store.

    • rbits@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I don’t think so. You need to run npm build or something, then install ionic and capacitor, then run npx cap init, then go into the android folder and run ./gradlew build

        • rbits@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          I just saw a gradlew file in the android folder so I ran gradlew build, and then I searched up the error messages I got until I fixed them

          • botorfj@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            i am getting an error which i couldn’t find a solution for, it’s complaining about line 12 in /android/app/build.gradle . can you help me please?

            • rbits@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              2
              ·
              edit-2
              1 year ago

              Oh I forgot, you need to set the CI_BUILD_NUMBER environment variable to some number (I just set it to 1)