{"id":13499889,"url":"https://github.com/syncthing/syncthing-android","last_synced_at":"2025-04-10T12:08:24.456Z","repository":{"id":14379588,"uuid":"17089728","full_name":"syncthing/syncthing-android","owner":"syncthing","description":"Wrapper of syncthing for Android.","archived":false,"fork":false,"pushed_at":"2024-10-20T09:58:09.000Z","size":23373,"stargazers_count":3511,"open_issues_count":159,"forks_count":395,"subscribers_count":107,"default_branch":"main","last_synced_at":"2024-10-29T15:38:09.533Z","etag":null,"topics":["android","java","p2p","peer-to-peer","synchronization"],"latest_commit_sha":null,"homepage":"https://syncthing.net/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syncthing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-22T17:15:19.000Z","updated_at":"2024-10-29T06:44:56.000Z","dependencies_parsed_at":"2023-01-17T00:15:34.765Z","dependency_job_id":"c532ef2f-4a09-415c-8bda-c8ef9afbaa37","html_url":"https://github.com/syncthing/syncthing-android","commit_stats":null,"previous_names":[],"tags_count":492,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncthing%2Fsyncthing-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncthing%2Fsyncthing-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncthing%2Fsyncthing-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncthing%2Fsyncthing-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syncthing","download_url":"https://codeload.github.com/syncthing/syncthing-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217077,"owners_count":21066633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","java","p2p","peer-to-peer","synchronization"],"created_at":"2024-07-31T22:00:45.601Z","updated_at":"2025-04-10T12:08:24.439Z","avatar_url":"https://github.com/syncthing.png","language":"Java","readme":"# Discontinued\n\nThis app is discontinued. The last release on Github and F-Droid will happen\nwith the December 2024 Syncthing version. Interactions (issues, PRs) are limited\nnow, and the entire repo will be archived after the last release. Thus all\ncontributions are preserved for any future (re)use. The forum is still open for\ndiscussions and questions. I would kindly ask you to refrain from trying to\nchallenge the decision or asking \"why-type\" questions - I wont engage with them.\n\nThe reason is a combination of Google making Play publishing something between\nhard and impossible and no active maintenance. The app saw no significant\ndevelopment for a long time and without Play releases I do no longer see enough\nbenefit and/or have enough motivation to keep up the ongoing maintenance an app\nrequires even without doing much, if any, changes.\n\nThanks a lot to everyone who ever contributed to this app!\n\n# syncthing-android\n\n[![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0)\n\nA wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android.\n\n\u003cimg src=\"app/src/main/play/listings/en-GB/graphics/phone-screenshots/screenshot_phone_1.png\" alt=\"screenshot 1\" width=\"200\" /\u003e \u003cimg src=\"app/src/main/play/listings/en-GB/graphics/phone-screenshots/screenshot_phone_2.png\" alt=\"screenshot 2\" width=\"200\" /\u003e \u003cimg src=\"app/src/main/play/listings/en-GB/graphics/phone-screenshots/screenshot_phone_3.png\" alt=\"screenshot 3\" width=\"200\" /\u003e\n\n# Translations\n\nThe project is translated on [Hosted Weblate](https://hosted.weblate.org/projects/syncthing/android/).\n\n## Dev\n\nLanguage codes are usually mapped correctly by Weblate itself.  The supported\nset is different between [Google Play][1] and Android apps.  The latter can be\ndeduced by what the [Android core framework itself supports][2].  New languages\nneed to be added in the repository first, then appear automatically in Weblate.\n\n[1]: https://support.google.com/googleplay/android-developer/table/4419860\n[2]: https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/res/res/\n\n# Building\n\nThese dependencies and instructions are necessary for building from the command\nline. If you build using Docker or Android Studio, you don't need to set up and\nfollow them separately.\n\n## Dependencies\n\n1. Android SDK and NDK\n    1. Download SDK command line tools from https://developer.android.com/studio#command-line-tools-only.\n    2. Unpack the downloaded archive to an empty folder. This path is going\n       to become your `ANDROID_HOME` folder.\n    3. Inside the unpacked `cmdline-tools` folder, create yet another folder\n       called `latest`, then move everything else inside it, so that the final\n       folder hierarchy looks as follows.\n       ```\n       cmdline-tools/latest/bin\n       cmdline-tools/latest/lib\n       cmdline-tools/latest/source.properties\n       cmdline-tools/latest/NOTICE.txt\n       ```\n    4. Navigate inside `cmdline-tools/latest/bin`, then execute\n       ```\n       ./sdkmanager \"platform-tools\" \"build-tools;\u003cversion\u003e\" \"platforms;android-\u003cversion\u003e\" \"extras;android;m2repository\" \"ndk;\u003cversion\u003e\"\n       ```\n       The required tools and NDK will be downloaded automatically.\n\n        **NOTE:** You should check [Dockerfile](docker/Dockerfile) for the\n        specific version numbers to insert in the command above.\n2. Go (see https://docs.syncthing.net/dev/building#prerequisites for the\n   required version)\n3. Java version 11 (if not present in ``$PATH``, you might need to set\n   ``$JAVA_HOME`` accordingly)\n4. Python version 3\n\n## Build instructions\n\n1. Clone the project with\n   ```\n   git clone https://github.com/syncthing/syncthing-android.git --recursive\n   ```\n   Alternatively, if already present on the disk, run\n   ```\n   git submodule init \u0026\u0026 git submodule update\n   ```\n   in the project folder.\n2. Make sure that the `ANDROID_HOME` environment variable is set to the path\n   containing the Android SDK (see [Dependecies](#dependencies)).\n3. Navigate inside `syncthing-android`, then build the APK file with\n   ```\n   ./gradlew buildNative\n   ./gradlew assembleDebug\n   ```\n4. Once completed, `app-debug.apk` will be present inside `app/build/outputs/apk/debug`.\n\n**NOTE:** On Windows, you must use the Command Prompt (and not PowerShell) to\ncompile. When doing so, in the commands replace all forward slashes `/` with\nbackslashes `\\`.\n\n# License\n\nThe project is licensed under the [MPLv2](LICENSE).\n","funding_links":[],"categories":["Java","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncthing%2Fsyncthing-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncthing%2Fsyncthing-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncthing%2Fsyncthing-android/lists"}