From 360a0b1855024f2d7e4dc9571533a8082206b194 Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:03:12 +0200 Subject: [PATCH 1/7] separate storage on QField and QFC --- .../{storage.en.md => storage-qf.en.md} | 14 ++------------ documentation/get-started/storage-qfc.en.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 12 deletions(-) rename documentation/get-started/{storage.en.md => storage-qf.en.md} (94%) create mode 100644 documentation/get-started/storage-qfc.en.md diff --git a/documentation/get-started/storage.en.md b/documentation/get-started/storage-qf.en.md similarity index 94% rename from documentation/get-started/storage.en.md rename to documentation/get-started/storage-qf.en.md index 06fe36b67..d38fef9e9 100644 --- a/documentation/get-started/storage.en.md +++ b/documentation/get-started/storage-qf.en.md @@ -1,6 +1,6 @@ --- -title: Storage -tx_slug: documentation_get-started_storage +title: Storage +tx_slug: documentation_get-started_storage_qfield --- # QField Storage Access @@ -143,13 +143,3 @@ Changes done to project content and datasets are saved in the files found in thi Imported projects and datasets can be accessed directly using a USB cable by navigating to the QField application folder using iTunes on Windows and macOS. On Linux, users can do so through [‘libimobiledevice‘](https://libimobiledevice.org/). - -# QFieldCloud add storage - -Add more storage to QFieldCloud *Settings > Billing > Subscription > Change > Update storage* - -!![ Subscription “Change” ](../assets/images/storage-qfc1.png) - -!![ “Update storage” ](../assets/images/storage-qfc2.png) - -!![ “Additional storage” ](../assets/images/storage-qfc3.png) diff --git a/documentation/get-started/storage-qfc.en.md b/documentation/get-started/storage-qfc.en.md new file mode 100644 index 000000000..79ce1722b --- /dev/null +++ b/documentation/get-started/storage-qfc.en.md @@ -0,0 +1,14 @@ +--- +title: Storage +tx_slug: documentation_get-started_storage_qfieldcloud +--- + +# QFieldCloud add storage + +Add more storage to QFieldCloud *Settings > Billing > Subscription > Change > Update storage* + +!![ Subscription “Change” ](../assets/images/storage-qfc1.png) + +!![ “Update storage” ](../assets/images/storage-qfc2.png) + +!![ “Additional storage” ](../assets/images/storage-qfc3.png) From 3f66b1da87e3bae61a5a1cba6493c31143c5b406 Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:15:03 +0200 Subject: [PATCH 2/7] fixe space --- documentation/get-started/storage-qf.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/get-started/storage-qf.en.md b/documentation/get-started/storage-qf.en.md index d38fef9e9..6337d9ba9 100644 --- a/documentation/get-started/storage-qf.en.md +++ b/documentation/get-started/storage-qf.en.md @@ -1,5 +1,5 @@ --- -title: Storage +title: Storage tx_slug: documentation_get-started_storage_qfield --- From e8e7667fd167176e51fe1a736ce7cba003aea7bf Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:29:18 +0200 Subject: [PATCH 3/7] fix dead links --- documentation/how-to/projects.en.md | 2 +- documentation/how-to/standalone-datasets.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/how-to/projects.en.md b/documentation/how-to/projects.en.md index d99f82f8f..6bcf9ceaa 100644 --- a/documentation/how-to/projects.en.md +++ b/documentation/how-to/projects.en.md @@ -8,7 +8,7 @@ tx_slug: documentation_how-to_projects QField has a file selector that allows to open a project from the device locally. To open files from the cloud see [QFieldCloud ](../get-started/tutorials/get-started-qfc.md). !!! note - Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more [on this page](../get-started/storage.md). + Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more [on this page](../get-started/storage-qf.md). You have to import project folders or individual datasets into the app-dedicated storage location `:/Android/data/ch.opengis.qfield/files/QField` where it has unrestricted read/write access. With that behavior importing from external SD cards or providers that work with remote files (e.g. Google Drive) are supported as well. diff --git a/documentation/how-to/standalone-datasets.en.md b/documentation/how-to/standalone-datasets.en.md index 60ea1a24f..31578fa90 100644 --- a/documentation/how-to/standalone-datasets.en.md +++ b/documentation/how-to/standalone-datasets.en.md @@ -37,7 +37,7 @@ The supported raster formats are: :material-tablet: Fieldwork -Please read the [storage access documentation](../get-started/storage.md) to learn more on how standalone datasets are opened on your specific device. +Please read the [storage access documentation](../get-started/storage-qf.md) to learn more on how standalone datasets are opened on your specific device. ## Using a project as "base map" for standalone datasets From 3f2d613ca6b1b36c59282f63db4ed0f65694fa69 Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:24:18 +0200 Subject: [PATCH 4/7] Update documentation/how-to/projects.en.md Co-authored-by: Ivan Ivanov --- documentation/how-to/projects.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/how-to/projects.en.md b/documentation/how-to/projects.en.md index 6bcf9ceaa..18649106d 100644 --- a/documentation/how-to/projects.en.md +++ b/documentation/how-to/projects.en.md @@ -8,7 +8,7 @@ tx_slug: documentation_how-to_projects QField has a file selector that allows to open a project from the device locally. To open files from the cloud see [QFieldCloud ](../get-started/tutorials/get-started-qfc.md). !!! note - Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more [on this page](../get-started/storage-qf.md). + Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more about [QField storage access](../get-started/storage-qf.md). You have to import project folders or individual datasets into the app-dedicated storage location `:/Android/data/ch.opengis.qfield/files/QField` where it has unrestricted read/write access. With that behavior importing from external SD cards or providers that work with remote files (e.g. Google Drive) are supported as well. From 384e8a37b711940d15f3da66cb68706bc5165b32 Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:24:38 +0200 Subject: [PATCH 5/7] Update documentation/get-started/storage-qfc.en.md Co-authored-by: Ivan Ivanov --- documentation/get-started/storage-qfc.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/get-started/storage-qfc.en.md b/documentation/get-started/storage-qfc.en.md index 79ce1722b..30badb476 100644 --- a/documentation/get-started/storage-qfc.en.md +++ b/documentation/get-started/storage-qfc.en.md @@ -3,6 +3,8 @@ title: Storage tx_slug: documentation_get-started_storage_qfieldcloud --- +QFieldCloud allows you to configure as much storage as you need for your project. + # QFieldCloud add storage Add more storage to QFieldCloud *Settings > Billing > Subscription > Change > Update storage* From 8838f87abf72e901ebe43c5222ff2e23d3cee68a Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:29:00 +0200 Subject: [PATCH 6/7] fix whitespace --- documentation/get-started/storage-qfc.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/get-started/storage-qfc.en.md b/documentation/get-started/storage-qfc.en.md index 30badb476..7741d55c6 100644 --- a/documentation/get-started/storage-qfc.en.md +++ b/documentation/get-started/storage-qfc.en.md @@ -3,7 +3,7 @@ title: Storage tx_slug: documentation_get-started_storage_qfieldcloud --- -QFieldCloud allows you to configure as much storage as you need for your project. +QFieldCloud allows you to configure as much storage as you need for your project. # QFieldCloud add storage From 3c62ddabcda3acdb3ae2522fdd0c5cb6aaebf25a Mon Sep 17 00:00:00 2001 From: Lucie Nicolier <50236352+lucienicolier@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:15:56 +0200 Subject: [PATCH 7/7] keep the same file name for QField --- documentation/get-started/{storage-qf.en.md => storage.en.md} | 0 documentation/how-to/projects.en.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename documentation/get-started/{storage-qf.en.md => storage.en.md} (100%) diff --git a/documentation/get-started/storage-qf.en.md b/documentation/get-started/storage.en.md similarity index 100% rename from documentation/get-started/storage-qf.en.md rename to documentation/get-started/storage.en.md diff --git a/documentation/how-to/projects.en.md b/documentation/how-to/projects.en.md index 18649106d..e91d12402 100644 --- a/documentation/how-to/projects.en.md +++ b/documentation/how-to/projects.en.md @@ -8,7 +8,7 @@ tx_slug: documentation_how-to_projects QField has a file selector that allows to open a project from the device locally. To open files from the cloud see [QFieldCloud ](../get-started/tutorials/get-started-qfc.md). !!! note - Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more about [QField storage access](../get-started/storage-qf.md). + Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more about [QField storage access](../get-started/storage.md). You have to import project folders or individual datasets into the app-dedicated storage location `:/Android/data/ch.opengis.qfield/files/QField` where it has unrestricted read/write access. With that behavior importing from external SD cards or providers that work with remote files (e.g. Google Drive) are supported as well.