From 349e426eeb505cade315cbb70591abc13c84972d Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Tue, 19 Jul 2022 17:14:30 -0700 Subject: [PATCH] Add a Clear and Exit section to the Guide. https://redmine.stoutner.com/issues/792 --- app/src/main/assets/de/guide_local_storage.html | 7 +++++++ app/src/main/assets/en/guide_local_storage.html | 7 +++++++ app/src/main/assets/es/guide_local_storage.html | 7 +++++++ app/src/main/assets/fr/guide_local_storage.html | 7 +++++++ app/src/main/assets/it/guide_local_storage.html | 7 +++++++ app/src/main/assets/pt-rBR/guide_local_storage.html | 7 +++++++ app/src/main/assets/ru/guide_local_storage.html | 7 +++++++ app/src/main/assets/tr/guide_local_storage.html | 7 +++++++ 8 files changed, 56 insertions(+) diff --git a/app/src/main/assets/de/guide_local_storage.html b/app/src/main/assets/de/guide_local_storage.html index b3f7b51f..434b5c49 100644 --- a/app/src/main/assets/de/guide_local_storage.html +++ b/app/src/main/assets/de/guide_local_storage.html @@ -76,5 +76,12 @@ Im Gegensatz zu in Cookies und im DOM-Speicher gespeicherten Daten werden diese Informationen nur nach Benutzer-Interaktion an den Webserver gesandt. Ab Android Oreo (Version 8.0, API 26) wurden WebViews Formulardaten durch Googles Autofill-Service ersetzt. Daher erscheinen Formulardaten auf neueren Android-Geräten nicht mehr.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/en/guide_local_storage.html b/app/src/main/assets/en/guide_local_storage.html index 0282b68e..b4944761 100644 --- a/app/src/main/assets/en/guide_local_storage.html +++ b/app/src/main/assets/en/guide_local_storage.html @@ -72,5 +72,12 @@ Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26), WebView’s form data was replaced by the Autofill service. As such, controls for form data no longer appear on newer Android devices.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/es/guide_local_storage.html b/app/src/main/assets/es/guide_local_storage.html index 9df2917c..ea7356fa 100644 --- a/app/src/main/assets/es/guide_local_storage.html +++ b/app/src/main/assets/es/guide_local_storage.html @@ -77,5 +77,12 @@ A partir de Android Oreo (versión 8.0, API 26), los datos de formulario de WebView fueron sustituidos por el servicio Autofill o Autorelleno. Por ello, los controles para los datos de los formularios ya no aparecen en los dispositivos Android más nuevos.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/fr/guide_local_storage.html b/app/src/main/assets/fr/guide_local_storage.html index 5bfd2297..88f409ac 100644 --- a/app/src/main/assets/fr/guide_local_storage.html +++ b/app/src/main/assets/fr/guide_local_storage.html @@ -79,5 +79,12 @@ À partir d'Android Oreo (version 8.0, API 26), les données de formulaire de WebView ont été remplacées par le service Autofill. Ainsi, les contrôles des données de formulaire n'apparaissent plus sur les appareils Android plus récents.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/it/guide_local_storage.html b/app/src/main/assets/it/guide_local_storage.html index f4648032..7567f827 100644 --- a/app/src/main/assets/it/guide_local_storage.html +++ b/app/src/main/assets/it/guide_local_storage.html @@ -79,5 +79,12 @@ A partire da Android Oreo (versione 8.0, API 26), i dati dei moduli di WebView sono stati sostituiti dal servizio Autofill. Per questo motivo i controlli dei dati dei moduli non sono presenti nei dispositivi Android più recenti.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/pt-rBR/guide_local_storage.html b/app/src/main/assets/pt-rBR/guide_local_storage.html index 9080c500..030dea07 100644 --- a/app/src/main/assets/pt-rBR/guide_local_storage.html +++ b/app/src/main/assets/pt-rBR/guide_local_storage.html @@ -77,5 +77,12 @@ A partir do Android Oreo (versão 8.0, API 26), os dados do formulário WebView foram substituídos pelo Autofill service. Como tal, os controles para dados de formulário não aparecem mais em dispositivos Android mais recentes.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/ru/guide_local_storage.html b/app/src/main/assets/ru/guide_local_storage.html index 908e42d3..aedd1e53 100644 --- a/app/src/main/assets/ru/guide_local_storage.html +++ b/app/src/main/assets/ru/guide_local_storage.html @@ -74,5 +74,12 @@ В отличие от других форм локального хранилища, данные форм не передаются на веб-сервер без определенного взаимодействия с пользователем. Начиная с Android Oreo (версия 8.0, API 26), данные форм WebView были заменены сервисом автозаполнения. Таким образом, элементы управления данными формы больше не отображаются на новых Android-устройствах.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file diff --git a/app/src/main/assets/tr/guide_local_storage.html b/app/src/main/assets/tr/guide_local_storage.html index 94251158..5d41db2d 100644 --- a/app/src/main/assets/tr/guide_local_storage.html +++ b/app/src/main/assets/tr/guide_local_storage.html @@ -73,5 +73,12 @@ Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26), WebView’s form data was replaced by the Autofill service. As such, controls for form data no longer appear on newer Android devices.

+ + +

Clear and Exit

+ +

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. + By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. + The behavior of Clear and Exit can be configured in the settings.

\ No newline at end of file -- 2.43.0