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!

  • rand_alpha19
    link
    fedilink
    3211 months ago

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

    • @MalReynolds@slrpnk.net
      link
      fedilink
      English
      1411 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
        211 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.

        • @MalReynolds@slrpnk.net
          link
          fedilink
          English
          211 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.

    • @imsodin@infosec.pub
      link
      fedilink
      English
      5211 months ago

      Oh don’t worry to much, mine too: If there wasn’t an alternative for syncthing on android, I might have kept it on lifesupport :)

      • Atemu
        link
        fedilink
        English
        411 months ago

        What’s the history behind this? Why could the changes be done upstream, necessitating a fork?

        • @sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          311 months ago

          Sounds like the original maintainer is tired of maintaining it, and the amount of community support wasn’t enough to justify continuing to put in the effort. And then Google’s packaging process pushed it over the edge, hence retiring the project.

          The fork is just another person deciding to take up maintenance of the project.

          • Atemu
            link
            fedilink
            English
            111 months ago

            I know that part.

            The other fork has existed for a long while.

  • @ma1w4re@lemm.ee
    link
    fedilink
    English
    8311 months ago

    OH NO, I hope the fork will continue for a bit otherwise I’m so cooked 🥶🥶🥶

  • @AMillionMonkeys@lemmy.world
    link
    fedilink
    English
    511 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.

    • @BearOfaTime@lemm.ee
      link
      fedilink
      English
      311 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).

  • Brave Little Hitachi Wand
    link
    fedilink
    English
    6511 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

    • gedaliyah
      link
      fedilink
      English
      1611 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.

    • Possibly linux
      link
      fedilink
      English
      1511 months ago

      Syncing things

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

    • @Prunebutt@slrpnk.net
      link
      fedilink
      English
      1311 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.

  • gedaliyah
    link
    fedilink
    English
    4911 months ago

    Oh No! This is terrible news. This IMHO is one of the most irreplaceable projects out there. I don’t know of another cross-platform local file syncing app that comes anywhere close to this. I hope that it can continue even if it’s not through the Play Store.

    Google seems to be torpedoing open source developments with a number of decisions lately. Maybe they see F-Droid as a threat now that EU is making them open competition? Maybe they just don’t care.

  • @NeuronautML@lemmy.ml
    link
    fedilink
    English
    53
    edit-2
    11 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.

  • SolidGrue
    link
    fedilink
    English
    2211 months ago

    For the F-droid enabled users, it seems there’s a Syncthing app in the Termux repos:

    ~ $ apt show syncthing
    Package: syncthing
    Version: 1.28.0
    Maintainer: @termux
    Installed-Size: 26.4 MB
    Homepage: https://syncthing.net/
    Download-Size: 7857 kB
    APT-Sources: https://packages.termux.dev/apt/termux-main stable/main aarch64 Packages
    Description: Decentralized file synchronization
    
      • SolidGrue
        link
        fedilink
        English
        2
        edit-2
        11 months ago

        Termux (on F-droid) is a userland environment that runs on top of your Android device’s kernel. It has Debian/Ubuntu-like package management system that pulls from repos maintained by the termux team. If the package is available for aarch64, its probably available in the termux repos. Its not so much of an app as it is an alternate userland that runs on top of the same kernel, but can interact with Android a couple of different ways.

        The main Termux app gets you a basic command line environment with the usual tools included in a headless Linux install. From there you can select your preferred repos, do package updates, installs, etc, just like on a desktop or laptop. You could even install a desktop environment and use RDP to access it.

        Then there are some companion apps that are useful:

        • Termux:boot is like a primitive rc.d feature that executes upon boot up any scripts found in the termux ~/.termux/boot directory. You could use the feature to launch an SSH server, or perhaps start your syncthing service when the phone starts up.
        • Termux:Tasker is a Tasker plugin that allows Tasker to launch scripts in .termux/tasker based on whatever triggers or profiles you define in Tasker. For example, stop or start selected services when connected to your home WiFi
        • Termux:API is a set of termux utilities to interact with the Android API, and do things like send messages, interact with the camera or battery, and manipulate system settings.

        So you could install the syncthing package in Termux and (after setting up Termux access for your internal storage) configure it to sync folders from your phone to wherever syncthing syncs. You’d set up a start script under Termux:boot to launch it when your phone starts, or Tasker to start/stop the service on your home WiFi.

    • @IllNess@infosec.pub
      link
      fedilink
      English
      2
      edit-2
      11 months ago

      Yeah, seems like this is what some people are using. They said you can use Tasker to run it in the background.

      So is this the same as installing on the desktop? Run the service and then http to home to configure?

  • @BrianTheeBiscuiteer@lemmy.world
    link
    fedilink
    English
    8711 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
      5911 months ago

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

    • @Petter1@lemm.ee
      link
      fedilink
      English
      411 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…

      • @DrDystopia@lemy.lol
        link
        fedilink
        English
        511 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.

        • @Petter1@lemm.ee
          link
          fedilink
          English
          211 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 😃👌🏻

          • @DrDystopia@lemy.lol
            link
            fedilink
            English
            111 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.

          • dblsaiko
            link
            fedilink
            English
            311 months ago

            IIRC Keepass2Android does have that feature.

  • @imsodin@infosec.pub
    link
    fedilink
    English
    18511 months ago

    I am not the creator, funnily that is/was one of the Lemmy creators: Nutomic :)
    I am a syncthing co-maintainer that kept the android app on life support since a while.

    • @Appoxo@lemmy.dbzer0.com
      link
      fedilink
      English
      3211 months ago

      THANK you for the hard work! Your app is part of my phone photo and appdata backup.

      Side question: Will you continue with a fork for f-droid?

      • @imsodin@infosec.pub
        link
        fedilink
        English
        26
        edit-2
        11 months ago

        As the statement says I wont - it will be fully discontinued. This statement applies to the official app only. It doesn’t say anything about other apps or forks - any existing once can and hopefully will continue to exist. Also all the code is free.

        • @dan@upvote.au
          link
          fedilink
          English
          311 months ago

          In that case, could the syncthing-fork app be renamed to syncthing, now that it’ll probably be the main Android app for Syncthing?

        • @Appoxo@lemmy.dbzer0.com
          link
          fedilink
          English
          1111 months ago

          Sad to hear but my point still stands: Thank you very much for your work.
          Any recommendation for an Android fork or any other way to make it work on mobile without an app (if that’s even possible)

    • @uis@lemm.ee
      link
      fedilink
      English
      311 months ago

      funnily that is/was one of the Lemmy creators: Nutomic :)

      Plot twist

  • @justme@lemmy.dbzer0.com
    link
    fedilink
    English
    411 months ago

    Oh boy, just wanted to get into it. Damn sad, not of course understandable, the developers are only humans as well

  • TrippyHippyDan
    link
    fedilink
    English
    711 months ago

    oof. All I can do is thank you for the hard work that anybody’s put into this, and I’m sad to see it go because I’ve been using this with my keypass for probably about a year now.

    Really hoping the Graphene OS lawsuit allows for some Options to open up again!