]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Fix intents opening extra tabs on restart for real. https://redmine.stoutner.com...
authorSoren Stoutner <soren@stoutner.com>
Tue, 19 Jul 2022 22:25:22 +0000 (15:25 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 19 Jul 2022 22:25:22 +0000 (15:25 -0700)
app/build.gradle
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/res/values-es/strings.xml

index 2ab5953ca9aeb871f7f84744ba31c828028aaf54..b1db7c954f03fc645f4ede8dc9d7e358b2e5b50b 100644 (file)
@@ -30,9 +30,6 @@ android {
         targetSdk 32
         versionCode 59
         versionName "3.10.1"
-
-        // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21.
-        multiDexEnabled true
     }
 
     buildTypes {
index c2d169b40b7ee0d0ebdad343e352b672d3d469ab..cd5a3d8444e6ac6cae3de63abe226dae5fd71066 100644 (file)
@@ -692,6 +692,9 @@ public class MainWebViewActivity extends AppCompatActivity implements CreateBook
                     drawerLayout.closeDrawer(GravityCompat.END);
                 }
             }
+        } else {  // The app has been restarted.
+            // Replace the intent that started the app with this one.  This will load the tab after the others have been restored.
+            setIntent(intent);
         }
     }
 
index c5584a85deedfd4bfdcdcc982f451f5c7e608f94..5aac801c96d9ed5b106f9b60e72acd05ffb61450 100644 (file)
         <string name="block_all_third_party_requests">Bloquear todas las solicitudes de terceras partes</string>
         <string name="block_all_third_party_requests_summary">Bloquear todas las solicitudes de terceras  partes aumenta la privacidad, pero rompe muchas páginas web.</string>
     <string name="url_modification">Modificación de URL</string>
+        <string name="tracking_queries">Peticiones de seguimiento</string>
+        <string name="tracking_queries_summary">Eliminar las peticiones de seguimiento conocidas de las URLs.</string>
+        <string name="amp_redirects">Redirecciones AMP</string>
+        <string name="amp_redirects_summary">Eliminar las peticiones de redirección AMP (Accelerated Mobil Pages) conocidas de las URLs.</string>
     <string name="search">Búsqueda</string>
         <string-array name="search_entries">
             <item>Mojeek</item>