All Projects → syncthing → Syncthing Android

syncthing / Syncthing Android

Licence: mpl-2.0
Wrapper of syncthing for Android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Syncthing Android

Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (-39.51%)
Mutual labels:  synchronization, p2p, peer-to-peer
Syncthing
Open Source Continuous File Synchronization
Stars: ✭ 41,904 (+2212.58%)
Mutual labels:  synchronization, p2p, peer-to-peer
Ciruela
A peer-to-peer synchronization software for servers in datacenters.
Stars: ✭ 61 (-96.63%)
Mutual labels:  synchronization, p2p, peer-to-peer
Livepeerjs
JavaScript tools and applications that interact with Livepeer's smart contracts and peer-to-peer network
Stars: ✭ 116 (-93.6%)
Mutual labels:  p2p, peer-to-peer
Peer Calls
Group peer to peer video calls for everyone written in Go and TypeScript
Stars: ✭ 837 (-53.81%)
Mutual labels:  p2p, peer-to-peer
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-96.63%)
Mutual labels:  p2p, peer-to-peer
Rust Ipfs
The InterPlanetary File System (IPFS), implemented in Rust.
Stars: ✭ 739 (-59.22%)
Mutual labels:  p2p, peer-to-peer
Go2p
Simple to use but full configurable p2p framework
Stars: ✭ 80 (-95.58%)
Mutual labels:  p2p, peer-to-peer
Mesh
A secure, anonymous, peer-to-peer, instant messenger!
Stars: ✭ 74 (-95.92%)
Mutual labels:  p2p, peer-to-peer
Ethereumjs Devp2p
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 119 (-93.43%)
Mutual labels:  p2p, peer-to-peer
Figo
P2P file transfer utility
Stars: ✭ 88 (-95.14%)
Mutual labels:  p2p, peer-to-peer
Dat React Native
Browse through the web with the Dat protocol in your device!
Stars: ✭ 25 (-98.62%)
Mutual labels:  p2p, peer-to-peer
Amoeba
The Amoeba Project
Stars: ✭ 85 (-95.31%)
Mutual labels:  p2p, peer-to-peer
Decsynccc
Android app to sync contacts, calendars and tasks without a server using DecSync
Stars: ✭ 101 (-94.43%)
Mutual labels:  synchronization, p2p
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (-50.61%)
Mutual labels:  p2p, peer-to-peer
Camus
Peer-to-peer group video chat using WebRTC, Python, and Javascript
Stars: ✭ 75 (-95.86%)
Mutual labels:  p2p, peer-to-peer
Orbit Db
Peer-to-Peer Databases for the Decentralized Web
Stars: ✭ 6,381 (+252.15%)
Mutual labels:  p2p, peer-to-peer
Manyverse
A social network off the grid (real repo at https://gitlab.com/staltz/manyverse)
Stars: ✭ 736 (-59.38%)
Mutual labels:  p2p, peer-to-peer
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (-95.53%)
Mutual labels:  p2p, peer-to-peer
Airdcpp Webclient
Communal peer-to-peer file sharing application for file servers/NAS devices
Stars: ✭ 106 (-94.15%)
Mutual labels:  p2p, peer-to-peer

syncthing-android

Build Status License: MPLv2 Bountysource

A wrapper of Syncthing for Android.

screenshot 1 screenshot 2 screenshot 3

Get it on Google Play Get it on F-Droid

Translations

The project is translated on Transifex.

Dev

Language mappings are defined in .tx/config, with the second code being the one from transifex. Google play supported languages: https://support.google.com/googleplay/android-developer/table/4419860. Android supported languages: https://stackoverflow.com/questions/7973023/what-is-the-list-of-supported-languages-locales-on-android. If a new language is added on transifex that's not supported, add them to deleteUnsupportedPlayTranslations in app/build.gradle.

Building

Dependencies

  • Android SDK, with $ANDROID_HOME pointing to it (you can skip this if you are using Android Studio)
  • Android NDK (you should install the required version (ext.ndkVersionShared in ./build.gradle) with the usual tools, such that it's located within $ANDROID_HOME/ndk/).
  • Go (see here for the required version)
  • Java Version 11 (you scan skip this if you are using Android Studio, otherwise you might need to set $JAVA_HOME accordingly)

Build instructions

Make sure you clone the project with git clone https://github.com/syncthing/syncthing-android.git --recursive. Alternatively, run git submodule init && git submodule update in the project folder.

Build Syncthing using ./gradlew buildNative. Then use ./gradlew assembleDebug or Android Studio to build the apk.

License

The project is licensed under the MPLv2.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].