From b1f88361f33fde911642f568e71936c33bdcc530 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 2 Mar 2022 14:57:14 -0700 Subject: [PATCH] Release 3.10.1. --- app/build.gradle | 4 +- app/src/main/assets/de/about_changelog.html | 5 +- app/src/main/assets/de/about_licenses.html | 3 - app/src/main/assets/en/about_changelog.html | 3 +- app/src/main/assets/en/about_licenses.html | 3 - app/src/main/assets/es/about_changelog.html | 5 +- app/src/main/assets/es/about_licenses.html | 3 - app/src/main/assets/fr/about_changelog.html | 5 +- app/src/main/assets/fr/about_licenses.html | 3 - app/src/main/assets/it/about_changelog.html | 5 +- app/src/main/assets/it/about_licenses.html | 3 - .../main/assets/pt-rBR/about_changelog.html | 172 +++++++++--------- .../main/assets/pt-rBR/about_licenses.html | 15 +- .../assets/pt-rBR/guide_tracking_ids.html | 4 +- app/src/main/assets/ru/about_changelog.html | 5 +- app/src/main/assets/ru/about_licenses.html | 3 - app/src/main/assets/tr/about_changelog.html | 3 +- app/src/main/assets/tr/about_licenses.html | 3 - app/src/main/res/values-pt-rBR/strings.xml | 5 +- .../metadata/android/de-DE/changelogs/59.txt | 2 + .../metadata/android/en-US/changelogs/59.txt | 3 +- .../metadata/android/es-ES/changelogs/59.txt | 2 + .../metadata/android/fr-FR/changelogs/59.txt | 2 + .../metadata/android/it-IT/changelogs/59.txt | 2 + .../metadata/android/pt-BR/changelogs/56.txt | 10 +- .../metadata/android/pt-BR/changelogs/57.txt | 11 +- .../metadata/android/pt-BR/changelogs/58.txt | 10 + .../metadata/android/pt-BR/changelogs/59.txt | 2 + .../metadata/android/ru-RU/changelogs/59.txt | 2 + 29 files changed, 157 insertions(+), 141 deletions(-) create mode 100644 fastlane/metadata/android/de-DE/changelogs/59.txt create mode 100644 fastlane/metadata/android/es-ES/changelogs/59.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/59.txt create mode 100644 fastlane/metadata/android/it-IT/changelogs/59.txt create mode 100644 fastlane/metadata/android/pt-BR/changelogs/58.txt create mode 100644 fastlane/metadata/android/pt-BR/changelogs/59.txt create mode 100644 fastlane/metadata/android/ru-RU/changelogs/59.txt diff --git a/app/build.gradle b/app/build.gradle index b53970dd..441cc71a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { defaultConfig { minSdk 23 targetSdk 31 - versionCode 58 - versionName "3.10" + versionCode 59 + versionName "3.10.1" // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index 94fdaea6..8960ef7e 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -34,9 +34,10 @@

3.10.1 (version code 59)

-

28. Februar 2022 - Mindest-API 23, Ziel-API 31

+

2 März 2022 - Mindest-API 23, Ziel-API 31

3.10 (version code 58)

diff --git a/app/src/main/assets/de/about_licenses.html b/app/src/main/assets/de/about_licenses.html index 3b350ba5..db8f873c 100644 --- a/app/src/main/assets/de/about_licenses.html +++ b/app/src/main/assets/de/about_licenses.html @@ -55,9 +55,6 @@ und Code des Google Material Maven repository, auf, welche unter der Apache Lizenz 2.0 veröffentlicht werden.

-

Die kostenlose Variante von Privacy Browser verwendet Google’s AdMob, - das unter der Android Software Development Kit Lizenz veröffentlicht wird.

-

Klassen:

com.stoutner.privacybrowser.views.CheckedLinearLayout ist eine abgeänderte Version einer Klasse, die im Quelltext von Android Camera enthalten ist. diff --git a/app/src/main/assets/en/about_changelog.html b/app/src/main/assets/en/about_changelog.html index 8337ba2b..efe6ee00 100644 --- a/app/src/main/assets/en/about_changelog.html +++ b/app/src/main/assets/en/about_changelog.html @@ -28,9 +28,10 @@

3.10.1 (version code 59)

-

28 February 2022 - minimum API 23, target API 31

+

2 March 2022 - minimum API 23, target API 31

3.10 (version code 58)

diff --git a/app/src/main/assets/en/about_licenses.html b/app/src/main/assets/en/about_licenses.html index f3790078..0cf851b4 100644 --- a/app/src/main/assets/en/about_licenses.html +++ b/app/src/main/assets/en/about_licenses.html @@ -52,9 +52,6 @@ and code from the Google Material Maven repository, which are released under the Apache License 2.0.

-

The free flavor of Privacy Browser is built with Google’s AdMob, - which is released under the Android Software Development Kit License.

-

Classes

com.stoutner.privacybrowser.views.CheckedLinearLayout is a modified version of a class contained in the Android Camera source code. diff --git a/app/src/main/assets/es/about_changelog.html b/app/src/main/assets/es/about_changelog.html index a27b3b0e..10571ffb 100644 --- a/app/src/main/assets/es/about_changelog.html +++ b/app/src/main/assets/es/about_changelog.html @@ -30,9 +30,10 @@

3.10.1 (código de versión 59)

-

28 de febrero de 2022 - API mínimo 23, API objetivo 31

+

2 de marzo de 2022 - API mínimo 23, API objetivo 31

3.10 (código de versión 58)

diff --git a/app/src/main/assets/es/about_licenses.html b/app/src/main/assets/es/about_licenses.html index 068e5024..94146f91 100644 --- a/app/src/main/assets/es/about_licenses.html +++ b/app/src/main/assets/es/about_licenses.html @@ -54,9 +54,6 @@ y código del repositorio de Google Material Maven, que se publican bajo la Licencia Apache 2.0.

-

El sabor o versión libre de Navegador Privado está construido con AdMob de Google, - que se libera bajo la Licencia del Kit de desarrollo de software para Android.

-

Clases

com.stoutner.privacybrowser.views.CheckedLinearLayout es una versión modificada de una clase incluida en el código fuente de Android Camera. diff --git a/app/src/main/assets/fr/about_changelog.html b/app/src/main/assets/fr/about_changelog.html index 4615edef..8b9d111c 100644 --- a/app/src/main/assets/fr/about_changelog.html +++ b/app/src/main/assets/fr/about_changelog.html @@ -30,9 +30,10 @@

3.10.1 (version du code 59)

-

28 Février 2022 - API minimale : 23, API optimale : 31

+

2 Mars 2022 - API minimale : 23, API optimale : 31

3.10 (version du code 58)

diff --git a/app/src/main/assets/fr/about_licenses.html b/app/src/main/assets/fr/about_licenses.html index dbac7be9..6a50d335 100644 --- a/app/src/main/assets/fr/about_licenses.html +++ b/app/src/main/assets/fr/about_licenses.html @@ -54,9 +54,6 @@ et le code du référentiel Google Material Maven, publiés sous la Licence Apache 2.0.

-

La version gratuite de Privacy Browser repose sur AdMob de Google, - publié sous la licence du kit de développement logiciel Android.

-

Classes

com.stoutner.privacybrowser.views.CheckedLinearLayout est une version modifiée d'une classe contenue dans le code source de la Caméra Android. diff --git a/app/src/main/assets/it/about_changelog.html b/app/src/main/assets/it/about_changelog.html index b0f2e9ed..dd163c6a 100644 --- a/app/src/main/assets/it/about_changelog.html +++ b/app/src/main/assets/it/about_changelog.html @@ -30,9 +30,10 @@

3.10.1 (versione codice 59)

-

28 Febbraio 2022 - minima API 23, target API 31

+

2 Marzo 2022 - minima API 23, target API 31

3.10 (versione codice 58)

diff --git a/app/src/main/assets/it/about_licenses.html b/app/src/main/assets/it/about_licenses.html index a296716b..e14c2883 100644 --- a/app/src/main/assets/it/about_licenses.html +++ b/app/src/main/assets/it/about_licenses.html @@ -59,9 +59,6 @@ e il codice disponibile nella Google Material Maven repository, entrambi rilasciati con Licenza Apache 2.0.

-

La versione gratuita di Privacy Browser è compilata con Google’s AdMob, - che è rilasciato sotto la Licenza Android Software Development Kit.

-

Classi

com.stoutner.privacybrowser.views.CheckedLinearLayout è la versione modificata di una classe contenuta nel codice sorgente della Fotocamera Android. diff --git a/app/src/main/assets/pt-rBR/about_changelog.html b/app/src/main/assets/pt-rBR/about_changelog.html index 1479884d..a984ef2f 100644 --- a/app/src/main/assets/pt-rBR/about_changelog.html +++ b/app/src/main/assets/pt-rBR/about_changelog.html @@ -1,7 +1,7 @@ Navegador Privado + Navegador pt-rBR @@ -563,6 +564,8 @@ Usar um aplicativo externo para baixar arquivos. Role a barra de aplicativos Role a barra de aplicativos para fora da parte superior da tela quando o WebView rola para baixo. + Barra de aplicativos inferior + Mova a barra de aplicativos para a parte inferior da tela. Alterar essa configuração reiniciará o Privacy Browser. Exibir ícones adicionais da barra de aplicativos Exibe ícones na barra de aplicativos para atualizar o WebView e, se houver espaço, para abrir o menu de favoritos e alternar os cookies. Tema do aplicativo diff --git a/fastlane/metadata/android/de-DE/changelogs/59.txt b/fastlane/metadata/android/de-DE/changelogs/59.txt new file mode 100644 index 00000000..f22c6096 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/59.txt @@ -0,0 +1,2 @@ +• Problem behoben, das beim Öffnen der Import/Export-Seite zum Absturz führte. +• Problem mit benutzerdefinierten User-Agents behoben. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/59.txt b/fastlane/metadata/android/en-US/changelogs/59.txt index 08f4d9a6..46161b70 100644 --- a/fastlane/metadata/android/en-US/changelogs/59.txt +++ b/fastlane/metadata/android/en-US/changelogs/59.txt @@ -1 +1,2 @@ -• Fix a crash when opening the Import/Export activity. \ No newline at end of file +• Fix a crash when opening the Import/Export activity. +• Fix a problem with custom user agents. \ No newline at end of file diff --git a/fastlane/metadata/android/es-ES/changelogs/59.txt b/fastlane/metadata/android/es-ES/changelogs/59.txt new file mode 100644 index 00000000..6e0168c2 --- /dev/null +++ b/fastlane/metadata/android/es-ES/changelogs/59.txt @@ -0,0 +1,2 @@ +• Corregir un fallo al abrir la actividad de Importación/Exportación. +• Corregir un problema con los agentes de usuario personalizados. \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/59.txt b/fastlane/metadata/android/fr-FR/changelogs/59.txt new file mode 100644 index 00000000..cff260cd --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/59.txt @@ -0,0 +1,2 @@ +• Correction d'un crash lors de l'ouverture de l'activité Import/Export. +• Correction d'un problème avec les agents utilisateurs personnalisés. \ No newline at end of file diff --git a/fastlane/metadata/android/it-IT/changelogs/59.txt b/fastlane/metadata/android/it-IT/changelogs/59.txt new file mode 100644 index 00000000..0a44c716 --- /dev/null +++ b/fastlane/metadata/android/it-IT/changelogs/59.txt @@ -0,0 +1,2 @@ +• Sistemazione di un crash quando si apriva la scheda di Importazione/Esportazione. +• Sistemazione di un problema con gli user agent personalizzati. \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/changelogs/56.txt b/fastlane/metadata/android/pt-BR/changelogs/56.txt index cf346c3e..3b87808a 100644 --- a/fastlane/metadata/android/pt-BR/changelogs/56.txt +++ b/fastlane/metadata/android/pt-BR/changelogs/56.txt @@ -1,6 +1,6 @@ -• Remove Startpage and make Mojeek the default homepage and search engine. -• Invert the navigation menu when the app bar is on the bottom. -• Show the bottom app bar when a new tab loads. -• Limit content intent filters to text, images, and MHT files. -• Fix some rare crashes. +• Removido Startpage e colocado Mojeek como a página inicial padrão e motor de busca. +• Invertido o menu de navegação quando a barra do aplicativo está embaixo. +• Mostrado a barra do aplicativo embaixo quando uma nova aba carrega. +• Limitado os filtros de conteúdo direcionados a texto, imagens e arquivos MHT. +• Corrigidos alguns raroa travamentos. • Tradução atualizada para o português do Brasil fornecida por Thiago Nazareno Conceição Silva de Jesus. \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/changelogs/57.txt b/fastlane/metadata/android/pt-BR/changelogs/57.txt index e8c3c3e3..3bf49e8f 100644 --- a/fastlane/metadata/android/pt-BR/changelogs/57.txt +++ b/fastlane/metadata/android/pt-BR/changelogs/57.txt @@ -1,5 +1,6 @@ -• Simplify the save dialogs. -• Display the saved file name in the save snackbars. -• Change the short app name from Privacy to Browser. -• Fix a crash if a drawer is opened while the app is restarted. -• Bump the target API to 31 (Android 12). \ No newline at end of file +• Simplificadas as caixas de diálogo de salvamento. +• Exibe o nome do arquivo salvo nas barras de notificação flutuantes. +• Alterado o o nome abreviado do aplicativo de Privacy para Browser. +• Corrigido um travamento se um menu de gaveta é aberto enquanto o aplicativo é reiniciado. +• Promovido o API alvo para 31 (Android 12). +• Tradução atualizada para o português do Brasil fornecida por Thiago Nazareno Conceição Silva de Jesus. \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/changelogs/58.txt b/fastlane/metadata/android/pt-BR/changelogs/58.txt new file mode 100644 index 00000000..e7b0c9ca --- /dev/null +++ b/fastlane/metadata/android/pt-BR/changelogs/58.txt @@ -0,0 +1,10 @@ +• Removida a versão gratuita. +• Elevado o API mínimo para 23 (Android 6.0, Marshmallow) porque as atualizações do WebView não estão mais disponíveis para versões mais antigas do Android. +• Corrigido a rolagem da barra de aplicativos inferior. +• Corrigido um bug que às vezes fazia com que links abrindo uma nova guia exibissem a página de uma guia antiga. +• Removido DuckDuckGo da lista de motores de busca. +• Atualizada a URL de busca do Yahoo. +• Removido o Internet Explorer da lista de Agentes de Usuário. +• Atualizado os links dentro do aplicativo para acomodar as alterações no site do Privacy Browser PC. +• Combine alguns arquivos drawbles depois de atualizar a API mínima para 23. +• Tradução atualizada para o português do Brasil fornecida por Thiago Nazareno Conceição Silva de Jesus. \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/changelogs/59.txt b/fastlane/metadata/android/pt-BR/changelogs/59.txt new file mode 100644 index 00000000..be2835ea --- /dev/null +++ b/fastlane/metadata/android/pt-BR/changelogs/59.txt @@ -0,0 +1,2 @@ +• Corrige uma falha ao abrir a função Importar/Exportar. +• Corrige um problema com agente de usuário personalizado. \ No newline at end of file diff --git a/fastlane/metadata/android/ru-RU/changelogs/59.txt b/fastlane/metadata/android/ru-RU/changelogs/59.txt new file mode 100644 index 00000000..cb0487dc --- /dev/null +++ b/fastlane/metadata/android/ru-RU/changelogs/59.txt @@ -0,0 +1,2 @@ +• Исправлена ошибка, возникавшая при выполнении импорта/экспорта. +• Исправлена проблема с пользовательским агентом. \ No newline at end of file -- 2.43.0