-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37fc9ae
commit bd095d7
Showing
46 changed files
with
435 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
Versió alternativa de l'embolcall Syncthing-Android per al Syncthing que incorpora grans millores com: | ||
* Es poden establir condicions de sincronització individuals per dispositiu i carpeta | ||
* Recent changes UI, click to open files. | ||
* Interfície gràfica de canvis recents, clic per obrir fitxers. | ||
* Arreglat el problema amb el consum de bateria. | ||
* Suport per Android 8 i 9. | ||
|
||
Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. | ||
El Syncthing-Fork per Android és un embolcall per al Syncthing que proporciona una interfície Android enlloc de la interfície web integrada amb el Syncthing's. El Syncthing substitueix els serveis propietaris de sincronització i d'emmagatzematge en el núvol per una alternativa oberta, confiable i descentralitzada. Les vostres dades són només vostres, i heu de poder triar on voleu que s'emmagatzemin, si es comparteixen amb tercers i com es transmeten per Internet. | ||
|
||
Objectius de la versió alternativa: | ||
* Develop and try out enhancements together with the community. | ||
* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule | ||
* Make enhancements configurable in the UI, users should be able to turn them on and off | ||
* Desenvolupar i provar millores conjuntament amb la comunitat. | ||
* Publicar l'aplicació amb més freqüència per identificar i resoldre errors causats per canvis en el submòdul del syncthing | ||
* Fer les millores configurables des de la interfície, els usuaris han de poder activar-les i desactivar-les | ||
|
||
Comparison between upstream and fork at the time of writing this: | ||
* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing | ||
* Syncing functionality and reliability depends on the syncthing binary submodule version. | ||
* Fork gets along with upstream and sometimes they pick up my improvements. | ||
* Strategy and release frequency is different | ||
* Only the wrapper containing the Android UI is addressed by the fork. | ||
Comparativa entre la versió oficial i l'alternativa en el moment d'escriure això: | ||
* Totes dues contenen el binari del syncthing compilat des del lloc oficial a GitHub:syncthing/syncthing | ||
* La funcionalitat i fiabilitat de la sincronització depen de la versió del submòdul binari del syncthing | ||
* La versió alternativa es porta bé amb la oficial i a vegades recullen les millores que hi faig. | ||
* L'estratègia i la freqüència de publicació és diferent | ||
* La versió alternativa només s'encarrega de l'embolcall que conté la interfície d'usuari. | ||
|
||
Website: https://github.com/Catfriend1/syncthing-android | ||
Pàgina web: https://github.com/Catfriend1/syncthing-android | ||
|
||
Codi font: https://github.com/Catfriend1/syncthing-android | ||
|
||
Problemes: https://github.com/Catfriend1/syncthing-android/issues | ||
|
||
Translation: https://www.transifex.com/projects/p/syncthing-android-1 | ||
Traducció: https://www.transifex.com/projects/p/syncthing-android-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Wrapper for Syncthing - Open and decentralized file synchronization | ||
Otevřené, důvěryhodné a decentralizované řešení pro synchronizaci souborů |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: | ||
* Individual sync conditions can be applied per device and per folder | ||
* Recent changes UI, click to open files. | ||
* "Battery eater" problem is fixed. | ||
* Android 8 and 9 support. | ||
Este é um fork do pacote Syncthing-Android para o Syncthing que traz maiores aprimoramentos, como: | ||
* Sincronização individual pode ser aplicada por dispositivo e por pasta. | ||
* Mudanças na interface, agora você pode tocar para abrir arquivos. | ||
* Problema de "comer a bateria" está resolvido. | ||
* Suporte ao android 8 e 9. | ||
|
||
Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. | ||
Syncthing-Fork para Android é um pacote para o Syncthing que traz uma interface para o Android ao invés da interface web do Syncthing original. Syncthing substitui os serviços proprietários de sincronização e nuvem por algo aberto, confiável e descentralizado. Seus dados são só seus e você deve escolher onde eles estão salvos, se estão sendo compartilhados com terceiros e como estão sendo transmitidos pela Internet. | ||
|
||
Goals of the fork: | ||
* Develop and try out enhancements together with the community. | ||
* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule | ||
* Make enhancements configurable in the UI, users should be able to turn them on and off | ||
Objetivos do fork: | ||
* Desenvolver e testar aprimoramentos junto da comunidade. | ||
* Lançamentos mais frequentes do pacote para identificar e corrigir erros causados por mudança no submódulo do syncthing. | ||
* Aprimorar as configurações: os usuários devem poder ligar e desligar os recursos. | ||
|
||
Comparison between upstream and fork at the time of writing this: | ||
* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing | ||
* Syncing functionality and reliability depends on the syncthing binary submodule version. | ||
* Fork gets along with upstream and sometimes they pick up my improvements. | ||
* Strategy and release frequency is different | ||
* Only the wrapper containing the Android UI is addressed by the fork. | ||
Comparação entre o fork e o projeto original no momento que estou escrevendo isto: | ||
* Ambos contém os arquivos do syncthing construídos do repositório original no GitHub:syncthing/syncthing. | ||
* As funcionalidades e confiabilidade do syncthing depende da versão do submódulo do syncthing. | ||
* O fork se dá bem com o projeto original e às vezes eles pegam minhas melhorias. | ||
* Estratégia e frequência de lançamentos são diferentes. | ||
* Apenas o pacote contendo a interface Android é endereçado pelo fork | ||
|
||
Website: https://github.com/Catfriend1/syncthing-android | ||
Site do projeto: https://github.com/Catfriend1/syncthing-android | ||
|
||
Código-fonte: https://github.com/Catfriend1/syncthing-android | ||
|
||
Erros: https://github.com/Catfriend1/syncthing-android/issues | ||
|
||
Translation: https://www.transifex.com/projects/p/syncthing-android-1 | ||
Tradução: https://www.transifex.com/projects/p/syncthing-android-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Wrapper for Syncthing - Open and decentralized file synchronization | ||
Pacote para o Syncthing - sincronização de arquivos aberta e descentralizada |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: | ||
* Individual sync conditions can be applied per device and per folder | ||
* Recent changes UI, click to open files. | ||
* "Battery eater" problem is fixed. | ||
* Android 8 and 9 support. | ||
這是 syncthing-android 的分支,他包含他包含以下主要的增強功能: | ||
每臺裝置與資料夾都能單獨的設定同步狀態 | ||
即時更改的使用者界面、點擊即開啟檔案 | ||
解決了耗電的問題 | ||
支援 android 8 跟 android 9 | ||
|
||
Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. | ||
Syncthing-Fork for Android 提供了 android 系統本身的使用界面來替換 Syncthing 內建的網路界面。Syncthing 用開放、可靠、去中心化的方式取代專有的同步與雲端服務。你的資料只屬於你自己,所以可選擇儲存的位置、與第三方軟體共享的方式,與透過網路傳輸的模式。 | ||
|
||
Goals of the fork: | ||
* Develop and try out enhancements together with the community. | ||
* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule | ||
* Make enhancements configurable in the UI, users should be able to turn them on and off | ||
分支的目標: | ||
* 与社区一起开发和尝试增强功能。 | ||
*更频繁地释放包装器以识别和修复由同步子模块中的更改引起的错误 | ||
*可在UI中配置增强功能,用户应能够打开和关闭它们 | ||
|
||
Comparison between upstream and fork at the time of writing this: | ||
* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing | ||
* Syncing functionality and reliability depends on the syncthing binary submodule version. | ||
* Fork gets along with upstream and sometimes they pick up my improvements. | ||
* Strategy and release frequency is different | ||
* Only the wrapper containing the Android UI is addressed by the fork. | ||
在写这篇文章时上游和分叉之间的比较: | ||
*两者都包含从GitHub官方来源构建的syncthing二进制文件:syncthing/syncthing | ||
*同步功能和可靠性取决于syncthing二进制子模块版本。 | ||
* Fork与上游相处,有时他们会接受我的改进。 | ||
*策略和发布频率不同 | ||
*只有包含Android UI的包装器由fork处理。 | ||
|
||
Website: https://github.com/Catfriend1/syncthing-android | ||
網站:https://github.com/Catfriend1/syncthing-android | ||
|
||
原始碼:https://github.com/Catfriend1/syncthing-android | ||
|
||
問題回報:https://github.com/Catfriend1/syncthing-android/issues | ||
|
||
Translation: https://www.transifex.com/projects/p/syncthing-android-1 | ||
翻譯:https://www.transifex.com/projects/p/syncthing-android-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Wrapper for Syncthing - 開放、可靠及去中心化的檔案同步 | ||
Wrapper for Syncthing - 開放靠及去中心化的檔案同步 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.