Hey everyone. If I’m spamming my repo too much let me know.

Since v37 came out, development is going at whirlwind pace, and there are still frequent complaints about crashing/no logins for 0.17.x, I decided to post again, but this time bearing good news.

I finally made a Jerboa version where you can log into both 0.17.x and 0.18 accounts.

Unlike the main repo my release is also compatible with phones running Android 5.0.

Check it out and let me know if this is helpful for you. I’m trying to get this merged in as PR#908 but Woodpecker is giving me a hard time.

  • Rentlar@lemmy.caOP
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    I have a PR open, I’m wrestling with the automated build system (woodpecker) that complains when I forget to put a space after // and things. I fixed all of it then it somehow got stuck compiling.

    Be patient, I think the main developers will have another look through it in the next couple days.

    • Sockenklaus@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      Run ./gradlew lintKotlin to check for lint errors or ./gradlew formatKotlin before commit to automagically fix them. Saved me a ton of time.

      • Rentlar@lemmy.caOP
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Bless you sir/ma’am/honourable one… I’ve been running a normal gradlew and testing my commits on emulators and actual devices, but I’m too used to my if(a)b; else if©d; coding style that I mess up something every time when I try to conform to spacing rules.