You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/android/access-vault.md
+52-52Lines changed: 52 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,23 @@ This section shows you how to work with a vault like view its content, move file
12
12
13
13
If you want to access the data inside a vault, you have to unlock it by selecting it.
14
14
15
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
15
+
<MobileGrid>
16
16
<Imagesrc="/img/android/unlock-vault-0-select.png"alt="How to unlock a vault with Android"width="810"height="1665" />
17
-
</Grid>
17
+
</MobileGrid>
18
18
19
19
In the next step, you have to unlock the vault using the password. If the device supports fingerprint authentication and you've activated it in the settings for this vault, you will be prompted to unlock using fingerprint. How to setup fingerprint authentication will be documented in a separate chapter.
20
20
21
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
21
+
<MobileGrid>
22
22
<Imagesrc="/img/android/unlock-vault-1-using-password.png"alt="How to unlock a vault with Android"width="1080"height="2220" />
23
23
<Imagesrc="/img/android/unlock-vault-2-using-fingerprint.png"alt="How to unlock a vault with Android"width="1080"height="2160" />
24
-
</Grid>
24
+
</MobileGrid>
25
25
26
26
After providing the credentials, the vault gets unlocked and opened.
27
27
28
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
28
+
<MobileGrid>
29
29
<Imagesrc="/img/android/unlock-vault-3-loading.png"alt="How to unlock a vault with Android"width="1080"height="2220" />
30
30
<Imagesrc="/img/android/unlock-vault-4-unlocked.png"alt="How to unlock a vault with Android"width="1080"height="2220" />
31
-
</Grid>
31
+
</MobileGrid>
32
32
33
33
You're now able to edit the content of the vault.
34
34
@@ -40,18 +40,18 @@ To lock an unlocked vault, there are several ways to do this:
40
40
* use the lock button in the notification ②
41
41
* use the lock button in the vault actions ③ and ④
42
42
43
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
43
+
<MobileGrid>
44
44
<Imagesrc="/img/android/lock-vault-0-lock.png"alt="How to lock a vault with Android"width="810"height="1665" />
45
45
<Imagesrc="/img/android/lock-vault-1-notification.png"alt="How to lock a vault with Android"width="810"height="1665" />
46
46
<Imagesrc="/img/android/lock-vault-2-lock-start.png"alt="How to lock a vault with Android"width="810"height="1665" />
47
47
<Imagesrc="/img/android/lock-vault-3-select-lock.png"alt="How to lock a vault with Android"width="810"height="1665" />
48
-
</Grid>
48
+
</MobileGrid>
49
49
50
50
All of the possibilities will result in the locked vault.
51
51
52
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
52
+
<MobileGrid>
53
53
<Imagesrc="/img/android/lock-vault-4-finish.png"alt="How to lock a vault with Android"width="1080"height="2220" />
54
-
</Grid>
54
+
</MobileGrid>
55
55
56
56
:::note
57
57
The auto-lock timeout specified in the settings will lock the vault if Cryptomator is in background. Furthermore if not changed in settings, the vault gets locked if the screen turns off.
@@ -63,71 +63,71 @@ Start the view and edit process by clicking on a file.
63
63
Finish the editing or viewing using the back button of the device until you're back in Cryptomator.
64
64
If the content has changed, the upload process starts.
65
65
66
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
66
+
<MobileGrid>
67
67
<Imagesrc="/img/android/edit-file.gif"alt="How to edit a file with Android"width="540"height="1110" />
68
-
</Grid>
68
+
</MobileGrid>
69
69
70
70
## Rename File or Folder {#rename-file-or-folder}
71
71
72
72
To change the name of a specific file or folder in Cryptomator, you select the `V` ① next to the file or folder and choose *Rename* ②.
73
73
74
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
74
+
<MobileGrid>
75
75
<Imagesrc="/img/android/rename-vault-0-start.png"alt="How to rename a vault with Android"width="810"height="1665" />
76
76
<Imagesrc="/img/android/rename-vault-1-select-rename.png"alt="How to rename a vault with Android"width="810"height="1665" />
77
-
</Grid>
77
+
</MobileGrid>
78
78
79
79
Choose a new name and confirm using the `RENAME` button.
80
80
81
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
81
+
<MobileGrid>
82
82
<Imagesrc="/img/android/rename-vault-3-renaming.png"alt="How to rename a vault with Android"width="1080"height="2220" />
83
83
<Imagesrc="/img/android/rename-vault-4-finish.png"alt="How to rename a vault with Android"width="1080"height="2220" />
84
-
</Grid>
84
+
</MobileGrid>
85
85
86
86
## Move File or Folder {#move-file-or-folder}
87
87
88
88
To move a file or a folder into another folder, you select the `V` next to the file or folder ① and choose *Move* ②.
89
89
90
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
90
+
<MobileGrid>
91
91
<Imagesrc="/img/android/move-file-0-start.png"alt="How to move a file or folder with Android"width="810"height="1665" />
92
92
<Imagesrc="/img/android/move-file-1-select-move.png"alt="How to move a file or folder with Android"width="810"height="1665" />
93
-
</Grid>
93
+
</MobileGrid>
94
94
95
95
Choose a new location by selecting a folder or by pressing the back button of your phone to navigate to the parent folder.
96
96
97
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
97
+
<MobileGrid>
98
98
<Imagesrc="/img/android/move-file-2-move-root.png"alt="How to move a file or folder with Android"width="1080"height="2220" />
99
99
<Imagesrc="/img/android/move-file-3-move-target.png"alt="How to move a file or folder with Android"width="1080"height="2220" />
100
-
</Grid>
100
+
</MobileGrid>
101
101
102
102
Confirm using the `MOVE` button.
103
103
104
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
104
+
<MobileGrid>
105
105
<Imagesrc="/img/android/move-file-3-moving.png"alt="How to move a file or folder with Android"width="1080"height="2220" />
106
106
<Imagesrc="/img/android/move-file-4-finish.png"alt="How to move a file or folder with Android"width="1080"height="2220" />
107
-
</Grid>
107
+
</MobileGrid>
108
108
109
109
While moving, you can use the ③ button to create a new folder in the current folder.
110
110
111
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
111
+
<MobileGrid>
112
112
<Imagesrc="/img/android/move-file-5-move-folder-hint.png"alt="How to move a file or folder with Android"width="810"height="1665" />
113
-
</Grid>
113
+
</MobileGrid>
114
114
115
115
## Delete File or Folder {#delete-file-or-folder}
116
116
117
117
To delete a specific file or folder in Cryptomator, you select the `V` next to the file or folder ① and choose *Delete* ②.
118
118
119
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
119
+
<MobileGrid>
120
120
<Imagesrc="/img/android/delete-file-0-start.png"alt="How delete a file or folder with Android"width="810"height="1665" />
121
121
<Imagesrc="/img/android/delete-file-1-select-delete.png"alt="How delete a file or folder with Android"width="810"height="1665" />
122
-
</Grid>
122
+
</MobileGrid>
123
123
124
124
Confirm the deletion process using the `DELETE` button.
125
125
126
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
126
+
<MobileGrid>
127
127
<Imagesrc="/img/android/delete-file-2-confirmation.png"alt="How to delete a file or folder with Android"width="1080"height="2220" />
128
128
<Imagesrc="/img/android/delete-file-3-deleting.png"alt="How to delete a file or folder with Android"width="1080"height="2220" />
129
129
<Imagesrc="/img/android/delete-file-4-finish.png"alt="How to delete a file or folder with Android"width="1080"height="2220" />
130
-
</Grid>
130
+
</MobileGrid>
131
131
132
132
:::note
133
133
By deleting a folder, all subfolders and files inside are deleted recursively.
@@ -137,33 +137,33 @@ By deleting a folder, all subfolders and files inside are deleted recursively.
137
137
138
138
To export a specific file or folder in Cryptomator, you select the `V` next to the file or folder ① and choose *Export* ②.
139
139
140
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
140
+
<MobileGrid>
141
141
<Imagesrc="/img/android/export-file-0-start.png"alt="How export a file or folder with Android"width="810"height="1665" />
142
142
<Imagesrc="/img/android/export-file-1-select-export.png"alt="How export a file or folder with Android"width="810"height="1665" />
143
-
</Grid>
143
+
</MobileGrid>
144
144
145
145
Choose the target location where the file or folder should be exported to.
146
146
147
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
147
+
<MobileGrid>
148
148
<Imagesrc="/img/android/export-file-2-choose-location.png"alt="How to export a file or folder with Android"width="1080"height="2220" />
149
149
<Imagesrc="/img/android/export-file-3-exporting.png"alt="How to export a file or folder with Android"width="1080"height="2220" />
150
150
<Imagesrc="/img/android/export-file-4-finish.png"alt="How to export a file or folder with Android"width="1080"height="2220" />
151
-
</Grid>
151
+
</MobileGrid>
152
152
153
153
## Share File with Other App {#share-file-with-other-app}
154
154
155
155
To share a specific file or folder in Cryptomator with another app, you select the `V` next to the file or folder ① and choose Share ②.
156
156
157
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
157
+
<MobileGrid>
158
158
<Imagesrc="/img/android/share-file-0-start.png"alt="How share a file or folder with Android"width="810"height="1665" />
159
159
<Imagesrc="/img/android/share-file-1-select-share.png"alt="How share a file or folder with Android"width="810"height="1665" />
160
-
</Grid>
160
+
</MobileGrid>
161
161
162
162
Choose the target app in which you will use the file or folder.
163
163
164
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
164
+
<MobileGrid>
165
165
<Imagesrc="/img/android/share-file-2-select-app.png"alt="How to share a file or folder with Android"width="1080"height="2220" />
166
-
</Grid>
166
+
</MobileGrid>
167
167
168
168
:::tip
169
169
By sharing a file or folder from Cryptomator with Cryptomator, you can copy content from one vault to another one.
@@ -177,43 +177,43 @@ We use as example the Files app from Android.
177
177
You select the file(s) to share by long clicking on it ①.
178
178
Press the share button ② to choose to share these file(s) and select *Cryptomator* ③.
179
179
180
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
180
+
<MobileGrid>
181
181
<Imagesrc="/img/android/share-with-cm-0-start.png"alt="How share a file or folder with Android"width="810"height="1665" />
182
182
<Imagesrc="/img/android/share-with-cm-1-choose-cm.png"alt="How share a file or folder with Android"width="810"height="1665" />
183
-
</Grid>
183
+
</MobileGrid>
184
184
185
185
Choose the vault ⑤ and optionally specify the target folder in the vault ④ (default is the root).
186
186
187
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
187
+
<MobileGrid>
188
188
<Imagesrc="/img/android/share-with-cm-2-select-vault.png"alt="How to share a file or folder with Android"width="810"height="1665" />
189
-
</Grid>
189
+
</MobileGrid>
190
190
191
191
Then the encryption and upload starts.
192
192
193
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
193
+
<MobileGrid>
194
194
<Imagesrc="/img/android/share-with-cm-3-uploading.png"alt="How to share a file or folder with Android"width="1080"height="2220" />
195
195
<Imagesrc="/img/android/share-with-cm-4-finish.png"alt="How to share a file or folder with Android"width="1080"height="2220" />
196
-
</Grid>
196
+
</MobileGrid>
197
197
198
198
## Search in Folder {#search-in-folder}
199
199
200
200
Search for files or folders within the same folder using the magnifier ①.
201
201
202
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
202
+
<MobileGrid>
203
203
<Imagesrc="/img/android/search-0-start.png"alt="How to search in a vault with Android"width="810"height="1665" />
204
-
</Grid>
204
+
</MobileGrid>
205
205
206
206
Now you can enter the pattern after which you want to search in this folder.
207
207
208
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
208
+
<MobileGrid>
209
209
<Imagesrc="/img/android/search-1-searched.png"alt="How to search in a vault with Android"width="1080"height="2220" />
210
-
</Grid>
210
+
</MobileGrid>
211
211
212
212
Using the `X` ② you can clear the pattern and after pressing it again, the filter mode is finished.
213
213
214
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
214
+
<MobileGrid>
215
215
<Imagesrc="/img/android/search-2-finish.png"alt="How to search in a vault with Android"width="810"height="1665" />
216
-
</Grid>
216
+
</MobileGrid>
217
217
218
218
In the settings there are two options that influence the behavior of the search:
219
219
@@ -224,14 +224,14 @@ For more information, see the Settings chapter.
224
224
225
225
## Sort Folder by… {#sort-folder-by}
226
226
227
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
227
+
<MobileGrid>
228
228
<Imagesrc="/img/android/sort.gif"alt="How to sort the content of a folder with Android"width="540"height="1110" />
229
-
</Grid>
229
+
</MobileGrid>
230
230
231
231
## Fast Scroll {#fast-scroll}
232
232
233
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
233
+
<MobileGrid>
234
234
<Imagesrc="/img/android/fast-scroll.gif"alt="How to scroll fast through the content of a folder with Android"width="540"height="1110" />
235
-
</Grid>
235
+
</MobileGrid>
236
236
237
237
If the folder contents are sorted by file size, the preview will show the file sizes accordingly. The same applies to the modification date.
Copy file name to clipboardExpand all lines: docs/android/cloud-management.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ sidebar_position: 2
6
6
7
7
# Cloud Management
8
8
9
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
9
+
<MobileGrid>
10
10
<Imagesrc="/img/android/setting-cloud-services.png"alt="How to handle cloud services with Android"width="1080"height="2220" />
11
-
</Grid>
11
+
</MobileGrid>
12
12
13
13
In "Cloud Services", you can create or edit the connection between the Cryptomator app and your storage provider accounts.
14
14
@@ -24,33 +24,33 @@ Please keep in mind that Cryptomator then cannot connect to your vault anymore.
24
24
25
25
## Login Dropbox {#login-dropbox}
26
26
27
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
27
+
<MobileGrid>
28
28
<Imagesrc="/img/android/add-dropbox-login-provider-0.png"alt="How to handle cloud services with Android"width="1080"height="1920" />
29
29
<Imagesrc="/img/android/add-dropbox-login-provider-1.png"alt="How to handle cloud services with Android"width="1080"height="1920" />
30
-
</Grid>
30
+
</MobileGrid>
31
31
32
32
## Login Google Drive {#login-google-drive}
33
33
34
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
34
+
<MobileGrid>
35
35
<Imagesrc="/img/android/add-googledrive-login-provider.png"alt="How to handle cloud services with Android"width="1080"height="2220" />
36
-
</Grid>
36
+
</MobileGrid>
37
37
38
38
## Login OneDrive {#login-onedrive}
39
39
40
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
40
+
<MobileGrid>
41
41
<Imagesrc="/img/android/add-onedrive-login-provider-0.png"alt="How to handle cloud services with Android"width="1080"height="2220" />
42
42
<Imagesrc="/img/android/add-onedrive-login-provider-1.png"alt="How to handle cloud services with Android"width="1080"height="2220" />
43
-
</Grid>
43
+
</MobileGrid>
44
44
45
45
## Login WebDAV {#login-webdav}
46
46
47
47
Please see [Cloud Services With WebDAV Support](/docs/misc/supported-cloud-services.md#cloud-services-with-webdav-support) for a non-exhaustive list of Cloud Services and information about accessing them with WebDAV.
48
48
49
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
49
+
<MobileGrid>
50
50
<Imagesrc="/img/android/add-webdav-login-provider-0.png"alt="How to handle cloud services with Android"width="810"height="1665" />
51
51
<Imagesrc="/img/android/add-webdav-login-provider-1.png"alt="How to handle cloud services with Android"width="1080"height="2220" />
52
52
<Imagesrc="/img/android/add-webdav-login-provider-2.png"alt="How to handle cloud services with Android"width="1080"height="2220" />
53
-
</Grid>
53
+
</MobileGrid>
54
54
55
55
:::note
56
56
While creating the WebDAV connection, please make sure to add the root of the accessible storage and don't navigate directly into the vault.
@@ -62,21 +62,21 @@ Generate a key that has permissions "Allow List All Bucket Names". (AWS root use
62
62
63
63
"endpoint" refers to how the S3 API for your bucket can be reached. In the case of [official S3](https://docs.aws.amazon.com/general/latest/gr/s3.html), it would be `s3.<region>.amazonaws.com`, for e.g. [Backblaze B2](https://www.backblaze.com/apidocs/introduction-to-the-s3-compatible-api)`s3.<region>.backblazeb2.com`.
The following pictures describes how to setup a location to access vaults stored on the internal storage of the device (the same applies for vaults located e.g. on a SD card):
72
72
73
-
<Gridcolumns={3}columnsSmall={2}columnsLarge={4}>
73
+
<MobileGrid>
74
74
<Imagesrc="/img/android/add-localstorage-login-provider-0.png"alt="How to handle cloud services with Android"width="810"height="1620" />
75
75
<Imagesrc="/img/android/add-localstorage-login-provider-1.png"alt="How to handle cloud services with Android"width="810"height="1620" />
76
76
<Imagesrc="/img/android/add-localstorage-login-provider-2.png"alt="How to handle cloud services with Android"width="810"height="1620" />
77
77
<Imagesrc="/img/android/add-localstorage-login-provider-3.png"alt="How to handle cloud services with Android"width="810"height="1620" />
78
78
<Imagesrc="/img/android/add-localstorage-login-provider-4.png"alt="How to handle cloud services with Android"width="810"height="1620" />
79
-
</Grid>
79
+
</MobileGrid>
80
80
81
81
After creating the location, you can access it by clicking on the name of the location to add a vault or create a new vault.
0 commit comments