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.