Announcement by the creator: https://forum.syncthing.net/t/discontinuing-syncthing-android/23002

Unfortunately I don’t have good news on the state of the android app: I am retiring it. The last release on Github and F-Droid will happen with the December 2024 Syncthing version.

Reason is a combination of Google making Play publishing something between hard and impossible and no active maintenance. The app saw no significant development for a long time and without Play releases I do no longer see enough benefit and/or have enough motivation to keep up the ongoing maintenance an app requires even without doing much, if any, changes.

Thanks a lot to everyone who ever contributed to this app!

  • @[email protected]
    link
    fedilink
    English
    859 months ago

    I just installed syncthing-fork from f-droid and it worked flawlessly as far as I can tell:

    1. “Export” in syncthing
    2. Uninstall syncthing
    3. Install syncthing-fork from f-droid
    4. Import in syncthing-fork
    • Unbecredible
      link
      fedilink
      English
      459 months ago

      I feel the existence of an “export” option in a piece of software is noble in this day and age, and I’m so appreciative of it.

      It says “look, I don’t WANT you to go to my competitor, but I’m not gonna try to hold your data hostage to prevent it.”

      It’s class, as the Scottish would say.

      • @[email protected]
        link
        fedilink
        English
        10
        edit-2
        9 months ago

        Open source software doesn’t have a reason to lock you in like proprietary software does :)

        More and more proprietary SaaS systems are allowing data exports now, to comply with laws like the GDPR “right to know”. Say what you want about Google and Facebook, but they were the first big companies to start allowing data to be exported before there was any law requiring it - Facebook in 2010 and Google in 2011.

      • @[email protected]
        link
        fedilink
        English
        89 months ago

        I’ve said for a while that platforms that allow you to easily move make me more comfortable using them, and ironically, more likely to stay around.

  • @[email protected]
    link
    fedilink
    English
    219 months ago

    Hoping it remains viable for a long time without updates. Syncing my KeePass database is really key for me. I need to fluidly add and read passwords from at least 3 devices.

    • Štěpán
      link
      fedilink
      English
      219 months ago

      With today’s BitWarden drama, I planned to use KeePass with SyncThing for like an hour before seeing this :(((

    • @[email protected]
      link
      fedilink
      English
      09 months ago

      Is webDAV not good enough for that? I use keepass via webDAV feature of the nextcloud (I know some think it is bloated) but I guess there are other lightweight webDAV solutions…

      • @[email protected]
        link
        fedilink
        English
        19 months ago

        I’ve used both. NC android app doesn’t sync and one needs to host the entire platform. When using generic webDAV one still needs a dedicated sync solution.

        I self host NC and still prefer SyncThing for keeping my KeePass database updated and fresh across devices.

        • @[email protected]
          link
          fedilink
          English
          19 months ago

          I see, my app that I use for keepass has integrated webDAV sync where I can point it to a keepass file on the webDAV server (strongbox iOS) I just thought android keepass apps should have such feature as well.

          The iOS app of NC is slow as well, and not good enough for using to sync keepass files, but the Linux app seems to be good enough.

          And yea, just learned, that sync thing apparently works without a server but all P2P? That is 100% killer feature 😃👌🏻

          • dblsaiko
            link
            fedilink
            English
            19 months ago

            IIRC Keepass2Android does have that feature.

          • @[email protected]
            link
            fedilink
            English
            19 months ago

            The NC app (and DAVx5 contacts and calendar sync for that matter) do provide a WebDAV mount point on android so I suppose I could access content directly. And someone mentioned there’s DAV support in some clients as well. Perhaps I’m just overly worried about losing access, with Syncthing the files are on my device no matter if my self-hosted home solution or internet goes down.

            But the no-server cloud function of Syncthing is absolutely a killer feature. And very important as a simple and easy privacy solution for inexperienced users IMO. I was hoping for a better windows solution, not a deprecation of device support.

            Speaking of servers, I also run a Syncthing server so I can sync files without having two user devices online at the same time. Syncthing natively support encryption at rest (files on disk) so it satisfies my absolute demand of never storing unencrypted personal files on a server. Even if the server is disk encrypted, in my own home and only accessibly through VPN…

            Encrypted password database in encrypted storage on an encrypted storage only accessibly by encrypted connection via an encrypted connection… Maybe I’m overdoing it. Who am I kidding, I’d get a rottweiler to guard my home server if I could.

  • @[email protected]
    link
    fedilink
    English
    149 months ago

    Literally set up a home Nas and syncthing last week.

    What’s a good alternative for Android?

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        9 months ago

        Is it well supported with a long term roadmap? Or are there other software one should consider for a 12month range commitment

        • @[email protected]
          link
          fedilink
          English
          79 months ago

          Not sure, but it is still active with like 80 contributors. It’s much the same as the original with a couple of extra features and more languages, so transition should be minimally painful, maybe even export - import level. I’ve been using it for years as I saw the original wasn’t very active, but they’re pretty much (essential) feature complete and stable, which is good. Apparently, google thinks that’s bad.

    • @[email protected]
      link
      fedilink
      English
      49 months ago

      That takes a lot more effort.

      With Syncthing, I don’t have to setup a server, poke holes in my firewall/expose ports, etc.

      Plus Foldersync is way harder on battery, I’ve experimented a lot.

      And I’ve used Foldersync since at least 2010 - it’s great, really has it’s uses.

      • @[email protected]
        link
        fedilink
        English
        0
        edit-2
        9 months ago

        Plus Foldersync is way harder on battery, I’ve experimented a lot.

        This is very configuration dependant. With an aggressive schedule checking a large number of files, it certainly can use a lot of battery; but I’ve had it setup to sync my entire device to my server a couple times a day, while also monitoring/syncing images immediately on creation/change. It doesn’t even register on androids battery usage monitor as it uses so little power.

        Anyway; just listing an option for people to look at

        • @[email protected]
          link
          fedilink
          English
          19 months ago

          It definitely gets better once it’s all caught up.

          But it’s still much harder on battery than ST when folders have changes.

          It’s kind of not Foldersync’s fault, it’s really because of the protocols - it’s all connection-based, and FS has to compare each file at sync time.

          Syncthing keeps an index so it knows what files have changed. Very different tools with different use-cases and approaches.

          I used FS for years until I found ST, and had to do a lot more tweaking to get sync to work the way I wanted with FS. FS doesn’t have sync conditions like ST, so I had to use Macrodroid to trigger it when on WiFi, for example.

          FS can be a solution, it’s just a lot more work for anything beyond basics.

  • @[email protected]
    link
    fedilink
    English
    219 months ago

    Does anyone know why it was forked and the fork got all the improvements while the official app is in the exact same state of when it was launched years ago?

    It was because all the proposals got rejected?

    Because if he rejected all the improvements I don’t really understand why he’s saying “nobody wants to help development”

    • @[email protected]
      link
      fedilink
      English
      219 months ago

      It’s all in the open, you can go dig around for reasons. As usual there wasn’t a single simple one. Neither was it some kind of complete fallout, we e.g. collaborated on translations and I have been in contact around various things with the one that forked.

  • @[email protected]
    link
    fedilink
    English
    419 months ago

    Phones are becoming less and less interesting by the day.

    Once they get to the point were all of the options that don’t require incredibly inconvenient sacrifices in functionality to maintain the interesting stuff like a video game console then that will kill interest in the market for me.

    If I can’t do anything besides basic smart phone crap I might as well just buy whatever has a good camera once every half decade or so and be done with it. So whatever top end thing Samsung or Apple are putting out.

    I’m not sure Google has fully thought through what it means to just be a worse version of what Apple puts out, but with more ads.

    • @[email protected]
      link
      fedilink
      English
      149 months ago

      Smartphone design is mostly a solved problem. Take today’s screens and processors and throw in a few features from the past (removable storage, IR blaster, and headphone jack) and you have a 10-year phone.

      I used to get a new phone every year because phone got way better each generation.

      My phone is top-tier from 2021 (Z Fold 3), and I have had zero temptation from the newer versions. All they really have is faster processing, but since all apps are designed to run well on budget phones from 5 years ago, there’s no reason to upgrade.

      • 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍
        link
        fedilink
        English
        39 months ago

        since all apps are designed to run well on budget phones from 5 years ago, there’s no reason to upgrade.

        5 years, maybe, but any more is stretching it. And not getting system upgrades anymore is problematic. Unless you own a particular model of phone, de-Googled Android can be hard to come by.

        For example, I have a 7-year old Pixel C. By the time Google stopped using system updates for it, I wasn’t wanting them as every release made the device slower and more unstable. After some effort, I was finally able to install a version of Lineage, which itself has problems including no updates in years. There’s a lot of software that is incompatible with my device, both from Aurora and FDroid.

        Android isn’t Linux; Google doesn’t care about maintaining backward compatability on old devices, much less performance, and there’s no army of engineers making sure it is because there’s a served running in walled-up closet no one can find.

        Google deprecates features and ABIs in Android, apps update and suddenly aren’t backwards compatible.

        5 years, maybe. The entire industry is addicted to users upgrading their phones, and everyone gets a piece of that pie. There’s no actors, except perhaps app developers, who have any interest in keeping old phones running. Telecoms upgrade their wireless network - the internet connection in my 8 y/o car, and half its navigation features, died the day AT&T decided to stop supporting 3G; Phone makers make no money if you don’t buy new phones; and maintaining backwards compatibility costs Google money which they’d rather siphon off to shareholders.

        • @[email protected]
          link
          fedilink
          English
          39 months ago

          Phone makers make no money if you don’t buy new phones

          Maybe they should make a new phone thats desirable then. I’m still running on a phone from 2016 because there’s no modern one that wouldn’t lose me functionality that I use all the time. Anything I buy would be a downgrade.

          • @[email protected]
            link
            fedilink
            English
            19 months ago

            😂I upgraded from, I think 6 year old iPhone X, to an refurbished iPhone 12 mini

            (Love how it is a fast phone which can be used singlehanded)

            Will use it, hopefully until we have a viable Linux alternative 😂 one can dream

          • 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍
            link
            fedilink
            English
            19 months ago

            I’m 100% with you. I want a Light Phone with a changeable battery and the ability to run 4 non-standard phone apps that I need to have mobile: OSMAnd, Home Assistant, Gadget Bridge, and Jami. Assuming it has a phone, calculator, calendar, notes, and address book - the bare-bones phone functions - everything else I use on my phone is literally something I can do probably more easily on my laptop, and is nothing I need to be able to do while out and about. If it did that, I would probably never upgrade; my upgrade cycle is on the order of every 4 years or so as is, but if you took off all of the other crap, I’d use my phone less and upgrade less often.

            The main issue with phones like the Light Phone is that there are those apps that need to be mobile, and they often aren’t available there.

        • @[email protected]
          link
          fedilink
          English
          29 months ago

          My Galaxy Note 8 is a backup phone. It was a flagship when it launched, yeah. But even so, it’s 7 years old, the last update for it was over 2.5 years ago, and it’s still chugging along like a champion.

          • 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍
            link
            fedilink
            English
            19 months ago

            I think Android updates intentionally made the Pixel C slower. It was a noticeable process, up to the point they stopped supporting it. I’d downgrade to an earlier version, but there’s such poor support in Lineage, I’m barely able to run the version that’s on there now.

            Such a shame, because it’s still an amazingly beautiful device.

    • @[email protected]
      link
      fedilink
      English
      39 months ago

      You will lose interest in the market, but will keep buying? Did I misunderstand something?

      • Koarnine
        link
        fedilink
        English
        59 months ago

        I think goes from obsession to possesion maybe, ur kinda tied to a phone for a lot of services these days and 5 years is at least more reasonable than every year or 2

        • @[email protected]
          link
          fedilink
          English
          49 months ago

          You’re right, and if we think about it, companies are well aware of that, and that’s why they don’t care for offering anything beyond the basic and walled experience, because we will buy anyway.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      I’m almost going full circle now, I’m buying a camera and a Music player to use as separate devices from my phone. Not only smartphones are getting expensive as hell, but the usability is actually getting worse IMHO.

      And why is it so fucking awful to setup an automated pipeline to deploy smartphone apps (Android and iOS)?

    • @[email protected]
      link
      fedilink
      English
      39 months ago

      Yea, I want a small linux PC with touch screen, and mobile Internet 🙃 sadly, there seem none to be around with enough battery and enough computing power and a good USB C with working PD and OTG (ideally a alt mode video protocol like hdmi/DP/thunderbolt as well)

      One may dream 😂😅

  • Brave Little Hitachi Wand
    link
    fedilink
    English
    219 months ago

    Just got into using Syncthing for my home network, was thinking I should add it to my phone. Makes sense it dies the instant I consider it

  • @[email protected]
    link
    fedilink
    English
    459 months ago

    Who gives a shit about play? How much do I have to pay you to update it in fdroid still?

  • rand_alpha19
    link
    fedilink
    99 months ago

    Cool, now I have to find something else to sync my Obsidian vault to my phone. It just worked! Fuck. =____=

    • @[email protected]
      link
      fedilink
      English
      139 months ago

      As noted elsewhere Syncthing-Fork is still going strong, and a drop-in replacement, it’s on F-Droid.

      • kratoz29
        link
        fedilink
        English
        29 months ago

        Do you know if I need to reconfigure my folders?

        I guess if the transition is not smooth there is still time for them to adapt something until the very end…

        On another hand, it seems like we all deposited all our eggs in one basket huh?

        I really can’t think of many Synching replacements… Even when I know there are a few.

        • @[email protected]
          link
          fedilink
          English
          29 months ago

          Not sure, but it is still active with like 80 contributors. It’s much the same as the original with a couple of extra features and more languages, so transition should be minimally painful, maybe even export - import level. I’ve been using it for years as I saw the original wasn’t very active, but they’re pretty much (essential) feature complete and stable, which is good. Apparently, google thinks that’s bad.

  • @[email protected]
    link
    fedilink
    English
    09 months ago

    Well that’s a shame. I’m sort of half-assedly using syncthing to backup my photos from my phone to my server, but mostly I rely on immich. I never really got the hang of using syncthing with my phone.

    • @[email protected]
      link
      fedilink
      English
      29 months ago

      It’s stupid easy to setup, even has a built-in photo backup job.

      I use Syncthing-Fork because it moves all the sync conditions into each job.

      So my photos sync regardless of charging state or network (I’m willing to pay for the data to ensure photos are instantly synced). While other things only sync while on WiFi and charging (e.g. Neobackup).

  • @[email protected]
    link
    fedilink
    English
    53
    edit-2
    9 months ago

    Fyi the syncthing-fork guy (catfriend1) who’s still updating has a donating button on F-droid via Liberapay. It’s up to you if your financial situation allows you to donate, but the more of us help the remaining developers for their time, in particular those of us that rely so much on their work, the better off we’ll be. Let’s give them a little motivation to keep working on this.

    FYI2 syncthing-fork (as written and confirmed in this thread) has an import button for your folders from syncthing Android.

    • Possibly linux
      link
      fedilink
      English
      39 months ago

      Syncing things

      Syncthing is application that sync folders across devices. This was the mobile version

    • @[email protected]
      link
      fedilink
      English
      99 months ago

      It’s a very stable, reliable, local, cross-platform file syncing that is pretty easy to set up. Basically, it allows you to have a shared folder (or folders) on multiple devices without using Google Drive, OneDrive, iCloud, etc.

    • @[email protected]
      link
      fedilink
      English
      39 months ago

      It’s a very convenient app to sync files between your devices. It’s cro-platform and doesn’t require any registrations.

      Many people (me included) use it to sync their password databases.