]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 3.5.1 v3.5.1
authorSoren Stoutner <soren@stoutner.com>
Sat, 29 Aug 2020 02:40:38 +0000 (19:40 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sat, 29 Aug 2020 02:40:38 +0000 (19:40 -0700)
22 files changed:
app/build.gradle
app/src/main/assets/de/about_changelog_dark.html
app/src/main/assets/de/about_changelog_light.html
app/src/main/assets/en/about_changelog_dark.html
app/src/main/assets/en/about_changelog_light.html
app/src/main/assets/es/about_changelog_dark.html
app/src/main/assets/es/about_changelog_light.html
app/src/main/assets/fr/about_changelog_dark.html
app/src/main/assets/fr/about_changelog_light.html
app/src/main/assets/it/about_changelog_dark.html
app/src/main/assets/it/about_changelog_light.html
app/src/main/assets/ru/about_changelog_dark.html
app/src/main/assets/ru/about_changelog_light.html
app/src/main/assets/tr/about_changelog_dark.html
app/src/main/assets/tr/about_changelog_light.html
fastlane/metadata/android/de-DE/changelogs/51.txt [new file with mode: 0644]
fastlane/metadata/android/en-US/changelogs/51.txt [new file with mode: 0644]
fastlane/metadata/android/es-ES/changelogs/51.txt [new file with mode: 0644]
fastlane/metadata/android/fr-FR/changelogs/51.txt [new file with mode: 0644]
fastlane/metadata/android/it-IT/changelogs/51.txt [new file with mode: 0644]
fastlane/metadata/android/ru-RU/changelogs/51.txt [new file with mode: 0644]
fastlane/metadata/android/tr-TR/changelogs/51.txt [new file with mode: 0644]

index d5a734d3d7a30135883ad7f7b5e6cb24e468c439..c00727dfb1767440ac0f1fe72365e536cbfffad0 100644 (file)
@@ -28,8 +28,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 29
-        versionCode 50
-        versionName "3.5"
+        versionCode 51
+        versionName "3.5.1"
 
         // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21.
         multiDexEnabled true
index 7a55adb5294546b48c929bd75d32105a8f4d4d7b..15839ff2d8ee2ceefea327b26808966d60ba488c 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version code 51)</h3>
+        <p>28. August 2020 - Mindest-API 19, Ziel-API 29</p>
+        <ul>
+            <li>Fehler behoben, durch den neue Intents (Aufrufe aus anderen Apps) <a href="https://redmine.stoutner.com/issues/599">nicht ausgeführt wurden</a>,
+                wenn Privacy Browser vom Betriebssystem im Hintergrund geschlossen wurde.</li>
+            <li>Fehler behoben, durch den die App <a href="https://redmine.stoutner.com/issues/605">nicht korrekt initialisiert wurde</a>,
+                wenn das App-Theme gegenteilig zum Betriebsystem-Theme eingestellt wurde.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18. August 2020</a> - Mindest-API 19, Ziel-API 29</p>
         <ul>
index b5c11cfda194b649b9412c5dae9e2095712722db..2a0c69f9276d4ddbdf098f3da5baecf6b3766577 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version code 51)</h3>
+        <p>28. August 2020 - Mindest-API 19, Ziel-API 29</p>
+        <ul>
+            <li>Fehler behoben, durch den neue Intents (Aufrufe aus anderen Apps) <a href="https://redmine.stoutner.com/issues/599">nicht ausgeführt wurden</a>,
+                wenn Privacy Browser vom Betriebssystem im Hintergrund geschlossen wurde.</li>
+            <li>Fehler behoben, durch den die App <a href="https://redmine.stoutner.com/issues/605">nicht korrekt initialisiert wurde</a>,
+                wenn das App-Theme gegenteilig zum Betriebsystem-Theme eingestellt wurde.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18. August 2020</a> - Mindest-API 19, Ziel-API 29</p>
         <ul>
index 1cd622eb963f28b660370b3d2c9ff7c44a63d334..c151e14ef3b38e1cf87eb43caaea0dea0be07592 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version code 51)</h3>
+        <p>28 August 2020 - minimum API 19, target API 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - minimum API 19, target API 29</p>
         <ul>
index 0dd6f3b061a1809dc136808874ee5e471de53525..661b0c8332e3174508f89108700a776c06454838 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version code 51)</h3>
+        <p>28 August 2020 - minimum API 19, target API 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - minimum API 19, target API 29</p>
         <ul>
index c943077b55743ae5cf22dde02ca29340814e1252..765fd64982c2dd4b05c1548329b511bca37e7433 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (código de versión 51)</h3>
+        <p>28 de agosto de 2020 - API mínimo 19, API dirigido 29</p>
+        <ul>
+            <li>Corregir un error que provocaba que los nuevos intentos (enlaces de otras aplicaciones) <a href="https://redmine.stoutner.com/issues/599">no se cargaran</a>
+                si Navegador Privado había sido "matado" por el SO en segundo plano.</li>
+            <li>Corregir un error que causaba que la aplicación <a href="https://redmine.stoutner.com/issues/605">se iniciara incorrectamente</a>
+                si el tema de la aplicación estaba configurado al contrario del tema del sistema operativo.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (código de versión 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 de agosto de 2020</a> - API mínimo 19, API dirigido 29</p>
         <ul>
index 8f66e931e835a3bad7d9f05fe54bd27598d8349b..1070bfc7ddca3c51e449341064ef2a7748af3868 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (código de versión 51)</h3>
+        <p>28 de agosto de 2020 - API mínimo 19, API dirigido 29</p>
+        <ul>
+            <li>Corregir un error que provocaba que los nuevos intentos (enlaces de otras aplicaciones) <a href="https://redmine.stoutner.com/issues/599">no se cargaran</a>
+                si Navegador Privado había sido "matado" por el SO en segundo plano.</li>
+            <li>Corregir un error que causaba que la aplicación <a href="https://redmine.stoutner.com/issues/605">se iniciara incorrectamente</a>
+                si el tema de la aplicación estaba configurado al contrario del tema del sistema operativo.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (código de versión 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 de agosto de 2020</a> - API mínimo 19, API dirigido 29</p>
         <ul>
index 5f711d43375c2aefee69421e255147ce2a6c806e..c863ba9f521d634824a297f47e4dc90ba2943550 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version du code 51)</h3>
+        <p>28 Août 2020 - API minimale : 19, API optimale : 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version du code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 Août 2020</a> - API minimale : 19, API optimale : 29</p>
         <ul>
index 49100d46142cc717745ef274520574a597660839..9a5ad8d4b7de25efb6e89359bf62a9f344183010 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version du code 51)</h3>
+        <p>28 Août 2020 - API minimale : 19, API optimale : 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version du code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 Août 2020</a> - API minimale : 19, API optimale : 29</p>
         <ul>
index a0bc106e79ffd0cd375f9b773a01cc504bcc1612..ba544ffacdb7b2ac8fc8b6821aab43e484951cec 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (versione codice 51)</h3>
+        <p>28 Agosto 2020 - minima API 19, target API 29</p>
+        <ul>
+            <li>Correzione di un baco che <a href="https://redmine.stoutner.com/issues/599">impediva il caricamento</a>
+                di link da altre applicazioni se Privacy Browser era stato chiuso dal sistema operativo in background.</li>
+            <li>Correzione di un baco che impediva alla app di <a href="https://redmine.stoutner.com/issues/605">inizializzarsi correttamente</a>
+                quando il tema della app era impostato all'opposto di quello del sistema operativo.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (versione codice 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 Agosto 2020</a> - minima API 19, target API 29</p>
         <ul>
index f9d0ff42246475a8d5c684f718670a4409a614dc..0f7e150829c1d8f3e488ba9c2c3bf25c097b3972 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (versione codice 51)</h3>
+        <p>28 Agosto 2020 - minima API 19, target API 29</p>
+        <ul>
+            <li>Correzione di un baco che <a href="https://redmine.stoutner.com/issues/599">impediva il caricamento</a>
+                di link da altre applicazioni se Privacy Browser era stato chiuso dal sistema operativo in background.</li>
+            <li>Correzione di un baco che impediva alla app di <a href="https://redmine.stoutner.com/issues/605">inizializzarsi correttamente</a>
+                quando il tema della app era impostato all'opposto di quello del sistema operativo.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (versione codice 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 Agosto 2020</a> - minima API 19, target API 29</p>
         <ul>
index 6a2923c555402ee5b3bee1e8e69e711754725d4a..8eaeee1a9c7950a4b2c1570d08043c0add08c691 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (код версии 51)</h3>
+        <p>28 августа 2020 года - минимальный API 19, целевой API 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (код версии 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 августа 2020 года</a> - минимальный API 19, целевой API 29</p>
         <ul>
index 2637a359696220c1ba77fe35180a70448869d064..3b8b30b460f7d044f6134af863f6397402adc194 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (код версии 51)</h3>
+        <p>28 августа 2020 года - минимальный API 19, целевой API 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (код версии 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 августа 2020 года</a> - минимальный API 19, целевой API 29</p>
         <ul>
index 50f19c6464a34c5388116863e11799b667509bcd..ec0cfd94866133bd81b21384fe91ce36b10edb41 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version code 51)</h3>
+        <p>28 August 2020 - minimum API 19, target API 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - minimum API 19, target API 29</p>
         <ul>
index 83810dfb84ff0697b5fea9f2ed3ed9cadfdd0f97..756c7593ed1974f702698782a7f7be4b45bd4100 100644 (file)
     </head>
 
     <body>
+        <h3>3.5.1 (version code 51)</h3>
+        <p>28 August 2020 - minimum API 19, target API 29</p>
+        <ul>
+            <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
+            <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - minimum API 19, target API 29</p>
         <ul>
diff --git a/fastlane/metadata/android/de-DE/changelogs/51.txt b/fastlane/metadata/android/de-DE/changelogs/51.txt
new file mode 100644 (file)
index 0000000..d93bb74
--- /dev/null
@@ -0,0 +1,2 @@
+• Fehler behoben, durch den neue Intents (Aufrufe aus anderen Apps) nicht ausgeführt wurden, wenn Privacy Browser vom Betriebssystem im Hintergrund geschlossen wurde.
+• Fehler behoben, durch den die App nicht korrekt initialisiert wurde, wenn das App-Theme gegenteilig zum Betriebsystem-Theme eingestellt wurde.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/51.txt b/fastlane/metadata/android/en-US/changelogs/51.txt
new file mode 100644 (file)
index 0000000..fdbd5ea
--- /dev/null
@@ -0,0 +1,2 @@
+• Fix a bug that caused new intents (links from other apps) to not load if Privacy Browser had been killed by the OS in the background.
+• Fix a bug that caused the app to initialize incorrectly if the app theme was set to the opposite of the OS theme.
\ No newline at end of file
diff --git a/fastlane/metadata/android/es-ES/changelogs/51.txt b/fastlane/metadata/android/es-ES/changelogs/51.txt
new file mode 100644 (file)
index 0000000..6443d05
--- /dev/null
@@ -0,0 +1,2 @@
+• Corregir un error que provocaba que los nuevos intentos (enlaces de otras aplicaciones) no se cargaran si Navegador Privado había sido "matado" por el SO en segundo plano.
+• Corregir un error que causaba que la aplicación se iniciara incorrectamente si el tema de la aplicación estaba configurado al contrario del tema del sistema operativo.
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/changelogs/51.txt b/fastlane/metadata/android/fr-FR/changelogs/51.txt
new file mode 100644 (file)
index 0000000..fdbd5ea
--- /dev/null
@@ -0,0 +1,2 @@
+• Fix a bug that caused new intents (links from other apps) to not load if Privacy Browser had been killed by the OS in the background.
+• Fix a bug that caused the app to initialize incorrectly if the app theme was set to the opposite of the OS theme.
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/changelogs/51.txt b/fastlane/metadata/android/it-IT/changelogs/51.txt
new file mode 100644 (file)
index 0000000..786f525
--- /dev/null
@@ -0,0 +1,2 @@
+• Correzione di un baco che impediva il caricamento di link da altre applicazioni se Privacy Browser era stato chiuso dal sistema operativo in background.
+• Correzione di un baco che impediva alla app di inizializzarsi correttamente quando il tema della app era impostato all'opposto di quello del sistema operativo.
\ No newline at end of file
diff --git a/fastlane/metadata/android/ru-RU/changelogs/51.txt b/fastlane/metadata/android/ru-RU/changelogs/51.txt
new file mode 100644 (file)
index 0000000..fdbd5ea
--- /dev/null
@@ -0,0 +1,2 @@
+• Fix a bug that caused new intents (links from other apps) to not load if Privacy Browser had been killed by the OS in the background.
+• Fix a bug that caused the app to initialize incorrectly if the app theme was set to the opposite of the OS theme.
\ No newline at end of file
diff --git a/fastlane/metadata/android/tr-TR/changelogs/51.txt b/fastlane/metadata/android/tr-TR/changelogs/51.txt
new file mode 100644 (file)
index 0000000..fdbd5ea
--- /dev/null
@@ -0,0 +1,2 @@
+• Fix a bug that caused new intents (links from other apps) to not load if Privacy Browser had been killed by the OS in the background.
+• Fix a bug that caused the app to initialize incorrectly if the app theme was set to the opposite of the OS theme.
\ No newline at end of file