]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Increase the navigation drawer toggle hit box. https://redmine.stoutner.com/issues...
authorSoren Stoutner <soren@stoutner.com>
Tue, 2 Apr 2024 20:37:17 +0000 (13:37 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 2 Apr 2024 20:37:17 +0000 (13:37 -0700)
app/src/main/res/layout/main_framelayout_bottom_appbar.xml
app/src/main/res/layout/main_framelayout_top_appbar.xml
app/src/main/res/layout/url_app_bar.xml
app/src/main/res/values-de/strings.xml

index 18f86af2b01c4202064682e22c7e7eccd6243731..3f9ac8ef2bfa59c547d6092ba554412a95c0fc5c 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2015-2017, 2019-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
index 29eebdafac5761c3cf54f4da80cfb30e4f419b3d..cd407a29570bd8f3d3990be48e7d4052563b94eb 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2015-2017, 2019-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
index 97aae6080dbd1230c24f9d3f2435d0f4c68a81ec..4be8f6a26b37432a44878dd47d363cfedee3202d 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2015-2019,2022-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
     android:layout_height="wrap_content"
     android:layout_width="match_parent"
     android:orientation="horizontal" >
 
     <ImageView
-        android:layout_height="24dp"
-        android:layout_width="24dp"
+        android:layout_height="match_parent"
+        android:layout_width="wrap_content"
         android:layout_gravity="center_vertical"
-        android:layout_marginEnd="10dp"
+        android:paddingEnd="10dp"
         android:src="@drawable/menu"
         android:contentDescription="@string/navigation_drawer"
-        android:onClick="openNavigationDrawer" />
+        android:onClick="openNavigationDrawer"
+        tools:ignore="RtlSymmetry" />
 
     <!-- A relative layout is used instead of a linear layout because the app bar does not let `android:layout_weight="1"` cause the URL text bar to fill all the available space.
     Placing the edit text inside a relative layout also draws a line under the edit text. -->
index 614b620b07208720f1dc93dcb2e188c839ccf58a..36f94792eebacd9342560b57af50123597bd637d 100644 (file)
@@ -9,7 +9,7 @@
 
   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
     <string name="bytes">Bytes</string>
     <string name="unknown_size">Unbekannte Größe</string>
     <string name="invalid_url">Ungültige URL</string>
+    <string name="blob_url_warning">Privacy Browser kann aktuell keine Blob-URLs herunterladen.</string>
+    <string name="data_url_warning">Androids Download-Manager kann keine Daten-URLs verarbeiten.</string>
+    <string name="download_directory">Download-Ordner</string>
+    <string name="documents">Dokumente</string>
+    <string name="pictures">Bilder</string>
+    <string name="music">Musik</string>
     <string name="saving_file">Speichere Datei:\u0020 %1$d%% - %2$s</string>
     <string name="saving_file_progress">Speichere Datei:\u0020 %1$s Bytes - %2$s</string>
     <string name="saving_file_percentage_progress">Speichere Datei:\u0020 %1$d%% - %2$s Bytes / %3$s Bytes - %4$s</string>
     <string name="create_folder">Ordner erstellen</string>
     <string name="current_bookmark_icon">Symbol für das aktuelle Lesezeichen</string>
     <string name="current_folder_icon">Aktuelles Ordnersymbol</string>
+    <string name="custom_bookmark_icon">Individuelles Lesezeichen-Icon</string>
+    <string name="custom_folder_icon">Individuelles Ordner-Icon</string>
     <string name="default_folder_icon">Standard-Ordnersymbol</string>
     <string name="webpage_favorite_icon">Icon der Website</string>
     <string name="bookmark_name">Name des Lesezeichens</string>
     <string name="edit_folder">Ordner bearbeiten</string>
     <string name="move_to_folder">In Ordner verschieben</string>
     <string name="move">Verschieben</string>
+    <string name="cannot_use_svg">Aktuell kann kein SVG als Favoriten-Lesezeichen-Icon verwendet werden.</string>
 
     <!-- Bookmarks Contextual App Bar.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
         The `%1$d` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
         <string name="open_intents_in_new_tab_summary">Intents sind Links, die von anderen Apps übergeben werden.</string>
         <string name="swipe_to_refresh">Herunterziehen zum Aktualisieren</string>
         <string name="swipe_to_refresh_summary">Einige Websites funktionieren nicht, wenn "Herunterziehen zum Aktualisieren" eingeschaltet ist.</string>
+        <string name="download_provider">Download-Provider</string>
+        <string-array name="download_provider_entries">
+            <item>Privacy Browser</item>
+            <item>Android Download-Manager</item>
+            <item>Externe App</item>
+        </string-array>
+        <string name="download_with_privacy_browser">Privacy Browser - Privacy Browsers integrierter Downloader ist einfach, hat jedoch den Vorteil,
+            Proxy-Einstellungen und Cookies (so aktiviert) zu berücksichtigen und Daten-URLs (data:) herunterladen zu können.</string>
+        <string name="download_with_android_download_manager">Android Download-Manager - Androids Download-Manager berücksichtigt Privacy Browsers Proxy-Einstellungen nicht,
+            hat jedoch Zugriff auf Cookies (sodass Downloads von Seiten, die eine Anmeldung erfordern, möglicherweise funktionieren).</string>
+        <string name="download_with_external_app">Externe App - Externe Apps berücksichtigen Privacy Browsers Proxy-Einstellungen nicht und haben keinen Zugriff auf Cookies
+            (sodass Downloads von Seiten, die eine Anmeldung erfordern, vermutlich nicht funktionieren).</string>
         <string name="scroll_app_bar">App-Leiste scrollen</string>
         <string name="scroll_app_bar_summary">Scrollt die App-Leiste mit der URL nach oben, wenn die Webseite gescrollt wird.</string>
         <string name="bottom_app_bar">Untere Anwendungs-Leiste</string>