Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PRIVACY.md - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f558b2ea654ecd99c6e3b02365ae7f4f8440a7ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Nextcloud Deck Android Privacy Policy

The "Nextcloud Deck Android" Android-App (in the following referred to as "App") does not collect or send any data from you or your device to a server of the developers or the [Nextcloud GmbH](https://nextcloud.com/). The App sends all data exclusively to the server configured by you with the intention to synchronize the contents of the App with those of the server. This data can contain IP-addresses, timestamps and further information as meta data.
It is important to mention that all contents of the App may also be transmitted to the configured server. This contents can also contain personal information depending on the use. The servers you configured are technically outside the access area of this App developers, so that we neither know nor can prevent what happens to your data there. Please consult the privacy policy of the respective server operator.

The license of this project allows you to verify that no data is collected by the creators by reading the source code or asking someone else to do it.

## Permissions

This is a list of permissions required and asked by the App in order to properly work on your device:

- `android.permission.CAMERA`

  Used for the preview of the camera in the attachments picker and to capture photos to attach them directly to a card

- `android.permission.READ_MEDIA_IMAGES`, `android.permission.READ_EXTERNAL_STORAGE`

  Used for the attachments picker

- `android.permission.READ_CONTACTS`

  Used to display and choose contacts directly within the attachment picker without the need of opening an external app

- `WRITE_EXTERNAL_STORAGE`

  Used for caching selected local attachments to upload them

- `android.permission.ACCESS_NETWORK_STATE`

  Used to provide offline support and make the "Sync only on Wi-Fi" option possible.

- `android.permission.INTERNET`

  Used by [Nextcloud Single Sign On library](https://github.com/nextcloud/Android-SingleSignOn/) to communicate with your Nextcloud instance and synchronize contents.

- `android.permission.GET_ACCOUNTS`

  Used by [Nextcloud Single Sign On library](https://github.com/nextcloud/Android-SingleSignOn/) to read available accounts to import.

- `android.permission.VIBRATE`

  Used by [Material DateTime Picker](https://github.com/wdullaer/MaterialDateTimePicker).

- `android.permission.WAKE_LOCK`

  Used by [AndroidX WorkManager](https://developer.android.com/jetpack/androidx/releases/work) for background synchronization.

- `android.permission.RECEIVE_BOOT_COMPLETED`

  Used by [AndroidX WorkManager](https://developer.android.com/jetpack/androidx/releases/work) for background synchronization.

- `android.permission.FOREGROUND_SERVICE`

  Used by [AndroidX WorkManager](https://developer.android.com/jetpack/androidx/releases/work) for background synchronization.

## Nextcloud privacy policy

You can get more information on Nextcloud general privacy policy which is accessible at [nextcloud.com/privacy](https://nextcloud.com/privacy/).