• fine_sandy_bottom@discuss.tchncs.de
    link
    fedilink
    arrow-up
    31
    ·
    1 month ago

    However, we’ve also heard numerous times that people love K-9 Mail and wished the app would stay around. That’s why we’ve announced in December to do just that. We’ve started work on this and are now able to build two apps from the same source code. Thunderbird for Android already includes the fancy new Thunderbird logo and a first version of a blue theme.

    Does this seem daft to anyone else?

    I assume the same codebase will generate the app branded as either k9-mail or thunderbird? What is the point of that?

    • maniacalmanicmania@aussie.zone
      link
      fedilink
      English
      arrow-up
      36
      ·
      1 month ago

      I think the major hurdle is that they can’t just rebrand the existing app, they have to release a new one. Keeping the K-9 app around will help the user transition long term. The folks in this thread follow Thunderbird and Thunderbird for Android development but my guess is the majority of K-9 users don’t. At some point when or if K-9 installs drop they will probably revisit the issue.

      • jwt@programming.dev
        link
        fedilink
        arrow-up
        11
        ·
        1 month ago

        I think this is the way to go if it doesn’t frustrate further development too much. Kinda risky to pull the old app out of stores and see the blissfully unaware part of your userbase leave for a competitor.

      • theshatterstone54@feddit.uk
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        Yeah, I’m actually in both camps as I used K9 before even starting to use Thunderbird, and I was already a user of both when they announced this whole thing which made me super excited mainly because of Thunderbird’s automatically detecting incoming and outgoing servers.

  • penquin@lemm.ee
    link
    fedilink
    arrow-up
    17
    ·
    1 month ago

    Been using k9 for over 4 months now. Pretty nice. A couple of not so big deal issues, but overall pretty nice. I wish it had material you design where it followed the system tint color. I wish it would stop complaining about authentication here and there. And last wish is to have the delete icon on the bottom instead of all the way at the top. Lol

    • njordomir@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      1 month 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 month 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.

        • ArcaneSlime@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          4
          ·
          1 month ago

          Look into installing a custom ROM, some phones are not supported but many are by at least one custom ROM. I personally installed GrapheneOS and recommend that or calyxOS (never used it but hear good things) but those are only available for pixels, iirc LineageOS has the widest support but also isn’t quite as secure. F-droid and Aurora store for apps.

          • penquin@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            OnePlus phones are rootable if you buy them unlocked (not from a carrier), and you can install anything you want on them. Some of their older phones even support straight up Linux mobile.

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 month 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?

      • penquin@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        1 month ago

        They’re different in some way I guess. The material design is basically Google’s HIG, the you is the tinting from the wallpaper colors. Just like how KDE does their tint the whole UI from the wallpaper.

    • Zier@fedia.io
      link
      fedilink
      arrow-up
      12
      ·
      1 month 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.

      • boredsquirrelOP
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 month 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 month ago

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

    • boredsquirrelOP
      link
      fedilink
      arrow-up
      9
      ·
      1 month 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@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month 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

        • boredsquirrelOP
          link
          fedilink
          arrow-up
          2
          ·
          1 month 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.