• katy ✨
    link
    fedilink
    arrow-up
    22
    ·
    1 year ago

    i urge everyone, if they can, to do a monthly donation to them

    • njordomir@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      Yes, I’m several years into my de-googling process and a solid email client is not something I’m worried about. K9 is great and, as Thunderbird, we can only hope that it gets better.

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        How did you go about de-googling your phone? I’ve de-googled my services but I’m just getting started on the phone.

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Material you is coming from what I understood reading the linked blog post. There’s also a screenshot. Or is Material 3 different from You?

    • Zier@fedia.io
      link
      fedilink
      arrow-up
      11
      ·
      1 year ago

      The TB branded version is in beta and they are not releasing it until the branding is further along. Allegedly if you are using K9, there will be a migration tool to move to the TB branded app when released.

      • boredsquirrel@slrpnk.netOP
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        No I think you will need to reinstall. But as you can export your settings this is not a very big deal.

        https://github.com/thunderbird/thunderbird-android/releases/latest

        Interesting, they renamed their org from thundernest to thunderbird. Makes more sense tbh.

        I changes the URL to this in Obtainium and removed the old one. It seems they are still not changing the App ID as updates worked normally, but that version should get the redesign soon.

    • loo@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 year ago

      If I understood the article correctly, the Thunderbird app is not released, yet. They said they are working on getting it released.

    • boredsquirrel@slrpnk.netOP
      link
      fedilink
      arrow-up
      9
      ·
      1 year ago

      This is also about the App ID, actually mainly. So they keep K9 so that users can get a popup “export your settings, uninstall and install TB Android”. As Android only allows updates with the same app ID and developer key.

      • yukijoou
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        They can probably even ease that out if they implement some API in K9 to let another app request data from it - Android has a system for letting apps send data to each other securely

        • boredsquirrel@slrpnk.netOP
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          IPC? I mean it can export and import settings, sending that data via the share portal and opening it for import (autodetecting the extension) is really possible.

          Not that I know how to write a single line of Android app code.

          • yukijoou
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 year ago

            i was talking about intents! this is a specific API for one app to start & send specific data to another app on the system