From f9655f4e647245f19e5eeeb0bb6ea8d0a9ec0bb7 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sat, 17 Oct 2020 20:20:09 +0200 Subject: [PATCH 1/2] Add privacy policy for play store (#1565) --- privacy-policy.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 privacy-policy.md diff --git a/privacy-policy.md b/privacy-policy.md new file mode 100644 index 00000000..af3598cc --- /dev/null +++ b/privacy-policy.md @@ -0,0 +1,4 @@ +# Privacy Policy + +The app syncthing-android does not collect any user information. It does run Syncthing, which does expose some networking information to work and may collect usage-data if you agree to it or run betas/release candidates. This documentation article has specific information on this: https://docs.syncthing.net/users/security.html +The app uses the camera solely to scan QR-codes to enter a device ID. Pictures are not stored in the process. From 60585b76e104d590a784b61e988ec1eb1a0bf1c4 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sat, 17 Oct 2020 20:24:08 +0200 Subject: [PATCH 2/2] Bumped version to 1.11.0-rc.1.1 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b1615f89..984df605 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 28 - versionCode 4248 - versionName "1.11.0-rc.1" + versionCode 4249 + versionName "1.11.0-rc.1.1" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/app/src/main/play/release-notes/en-GB/default.txt b/app/src/main/play/release-notes/en-GB/default.txt index 7d2f1421..65d9f5fa 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1,2 +1,2 @@ -* Add Internal Activity for QR Code Scanner ( https://github.com/syncthing/syncthing-android/pull/1556 ) +* Add Internal Activity for QR Code Scanner ( https://github.com/syncthing/syncthing-android/pull/1556 ) * Update Syncthing to v1.11.0-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.11.0-rc.1 )