Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import translations / Force lint checks before build #132

Merged
merged 6 commits into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
abortOnError true
}
}

play {
Expand All @@ -80,6 +84,13 @@ play {
track = 'beta'
}

tasks.whenTaskAdded { task ->
if (task.name == 'compileDebugSources') {
task.dependsOn lint
task.mustRunAfter lint
}
}

/**
* Some languages are not supported by Google Play, so we ignore them.
*/
Expand Down
22 changes: 19 additions & 3 deletions app/src/main/play/ar/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
This is a fork of the syncthing-android wrapper for syncthing.
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 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 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.

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

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.

موقع الويب : https://syncthing.net/

الكود المصدري : https://github.com/Catfriend1/syncthing-android

Issues: https://github.com/Catfriend1/syncthing-android/issues
Issues: https://github.com/Catfriend1/syncthing-android/issues
20 changes: 18 additions & 2 deletions app/src/main/play/bg/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
This is a fork of the syncthing-android wrapper for syncthing.
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 е заместник на комерсиални услуги за синхронизиране и облачни услуги, но за разлика тях е децентрализирано решение с отворен код. Вашите данни остават под ваш контрол, вие решавате къде да се съхраняват, с кой да бъдат споделени и как да се предават през Интернет.
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.

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

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.

Уеб сайт: https://syncthing.net/

Expand Down
22 changes: 19 additions & 3 deletions app/src/main/play/ca_ES/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
This is a fork of the syncthing-android wrapper for syncthing.
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.

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.
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.

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

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.

Pàgina web: https://syncthing.net/

Codi font: https://github.com/Catfriend1/syncthing-android

Problemes: https://github.com/Catfriend1/syncthing-android/issues
Problemes: https://github.com/Catfriend1/syncthing-android/issues
20 changes: 18 additions & 2 deletions app/src/main/play/cs-CZ/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
This is a fork of the syncthing-android wrapper for syncthing.
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 nahrazuje proprietární synchronizační a cloudové služby otevřeným, důvěryhodným a decentralizovaným řešení. Vaše data patří jenom vám a zasloužíte si mít na výběr, kde jsou uložena, jestli jsou sdílena s třetí stranou a jak jsou přenášena po Internetu.
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.

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

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.

Webová stránka: https://syncthing.net/

Expand Down
22 changes: 18 additions & 4 deletions app/src/main/play/da-DK/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
This is a fork of the syncthing-android wrapper for syncthing.
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 erstatter proprietære sync og cloud services med noget åbent, troværdigt and decentraliseret. Dine data er dine og kun dine og du fortjener at kunne vælge hvor disse bliver gemt, om de bliver delt med tredjeparter og hvordan de bliver transporteret over internettet.
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.

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

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.

Hjemmeside: https://syncthing.net/

Source code: https://github.com/Catfriend1/syncthing-android



Fejl og problemer: https://github.com/Catfriend1/syncthing-android/issues
22 changes: 19 additions & 3 deletions app/src/main/play/de-DE/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
Dies ist ein Fork des Syncthing-Android Wrappers für Syncthing.
Dies ist ein Fork des Syncthing-Android Wrappers für Syncthing, der die folgenden, größeren Verbesserungen mitbringt:
* Sync-Bedingungen können pro Gerät und pro Ordner individuell angewandt werden.
* GUI zeigt letzte Änderungen; Klicke zum Öffnen von Dateien.
* Das "Batteriefresser"-Problem wurde gelöst.
* Unterstützung für Android 8 und 9

Syncthing ersetzt die proprietären Synchronisierungs- und Cloud-Dienste, mit etwas offenem, vertrauenswürdigen und dezentralem. Deine Daten sind deine Daten und du allein entscheidest, wo sie gespeichert werden, ob sie mit Dritten geteilt und wie sie über das Internet übertragen werden.
Syncthing-Fork für Android ist ein Wrapper für Syncthing, der eine Android Bedienoberfläche anstelle der Syncthing-eigenen Weboberfläche anbietet. Syncthing ersetzt die proprietären Synchronisierungs- und Cloud-Dienste, mit etwas Offenem, Vertrauenswürdigen und Dezentralem. Deine Daten sind deine Daten und Du allein entscheidest, wo sie gespeichert werden, ob sie mit Dritten geteilt und wie sie über das Netz übertragen werden.

Ziele des Forks:
* Gemeinsam mit der Community Verbesserungen entwickeln und ausprobieren.
* Der Wrapper erscheint häufiger, um Bugs zu erkennen und zu beheben, die aufgrund von Änderung im Syncthing-Modul auftreten.
* Verbesserungen in der Benutzeroberfläche einstellbar machen, damit Benutzer in der Lage sind, diese an- und abzuschalten.

Upstream und Fork im Vergleich zum Zeitpunkt des Schreibens:
* Beide enthalten das Syncthing-Binärmodul, dass aus dem offiziellen Quellcode von GitHub:syncthing/syncthing gebaut wurde
* Synchronisations-Funktionalität und -Zuverlässigkeit hängt von der Version des Syncthing-Binärmoduls ab.
* Der Fork arrangiert sich mit dem Upstream und manchmal nimmt er unsere Verbesserungen auf.
* Strategie und Releasehäufigkeit unterscheidet sich
* Der Fork kümmert sich nur um den Wrapper, welcher die Android Bedienoberfläche enthält.

Webseite: https://syncthing.net/

Quellcode: https://github.com/Catfriend1/syncthing-android

Vorgänge: https://github.com/Catfriend1/syncthing-android/issues
Vorgänge: https://github.com/Catfriend1/syncthing-android/issues
20 changes: 18 additions & 2 deletions app/src/main/play/de_AT/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
This is a fork of the syncthing-android wrapper for syncthing.
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 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 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.

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

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.

Website: https://syncthing.net/

Expand Down
25 changes: 25 additions & 0 deletions app/src/main/play/de_DE/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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-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.

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

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.

Webseite: https://syncthing.net/

Quellcode: https://github.com/Catfriend1/syncthing-android

Vorgänge: https://github.com/Catfriend1/syncthing-android/issues
25 changes: 25 additions & 0 deletions app/src/main/play/el-EL/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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-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.

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

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.

Website: https://syncthing.net/

Source code: https://github.com/Catfriend1/syncthing-android

Issues: https://github.com/Catfriend1/syncthing-android/issues
20 changes: 18 additions & 2 deletions app/src/main/play/en-GB/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
This is a fork of the syncthing-android wrapper for syncthing.
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 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 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.

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

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.

Website: https://syncthing.net/

Expand Down
Loading