From 12042264a50769030361cf51b0ac197050209f0f Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 29 Mar 2023 14:45:22 -0700 Subject: [PATCH] Remove AsyncTask from SSLCertificateErrorDialog. https://redmine.stoutner.com/issues/987 --- app/src/main/assets/de/about_changelog.html | 4 +- app/src/main/assets/en/about_changelog.html | 4 +- app/src/main/assets/es/about_changelog.html | 4 +- app/src/main/assets/fr/about_changelog.html | 4 +- app/src/main/assets/it/about_changelog.html | 4 +- .../main/assets/pt-rBR/about_changelog.html | 4 +- app/src/main/assets/ru/about_changelog.html | 4 +- app/src/main/assets/tr/about_changelog.html | 4 +- .../main/assets/zh-rCN/about_changelog.html | 4 +- .../activities/BookmarksActivity.java | 6 +- .../BookmarksDatabaseViewActivity.java | 6 +- .../activities/MainWebViewActivity.java | 16 +-- .../adapters/PinnedMismatchPagerAdapter.kt | 16 +-- .../coroutines/GetHostIpAddressesCoroutine.kt | 62 ++++++++-- .../dialogs/HttpAuthenticationDialog.kt | 4 +- .../dialogs/SslCertificateErrorDialog.kt | 111 +++--------------- .../dialogs/ViewSslCertificateDialog.kt | 16 +-- .../fragments/AboutVersionFragment.kt | 70 +++++------ .../fragments/DomainSettingsFragment.kt | 12 +- .../fragments/WebViewTabFragment.kt | 10 +- .../views/NestedScrollWebView.kt | 5 +- app/src/main/res/values-de/strings.xml | 105 +++++++++-------- app/src/main/res/values-es/strings.xml | 105 +++++++++-------- app/src/main/res/values-fr/strings.xml | 105 +++++++++-------- app/src/main/res/values-it/strings.xml | 105 +++++++++-------- app/src/main/res/values-pt-rBR/strings.xml | 105 +++++++++-------- app/src/main/res/values-ru/strings.xml | 105 +++++++++-------- app/src/main/res/values-tr/strings.xml | 85 +++++++------- app/src/main/res/values-zh-rCN/strings.xml | 95 +++++++-------- app/src/main/res/values/strings.xml | 105 +++++++++-------- 30 files changed, 632 insertions(+), 653 deletions(-) diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index 761c5cd0..5ee5088d 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -33,8 +33,8 @@ -

3.13.4 (Version Code 68)

-

27. März 2023 - Mindest-API 24, Ziel-API 33

+

3.13.4 (Version Code 68)

+

27. März 2023 - Mindest-API 24, Ziel-API 33