From: Soren Stoutner Date: Mon, 12 Nov 2018 23:07:26 +0000 (-0700) Subject: Revert the app icon style for older versions of Android. https://redmine.stoutner... X-Git-Tag: v2.14~4 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=e41518630c40320847f5c8a09e99df171a5bb406 Revert the app icon style for older versions of Android. https://redmine.stoutner.com/issues/344 --- diff --git a/app/src/free/res/mipmap-hdpi/privacy_browser.png b/app/src/free/res/mipmap-hdpi/privacy_browser.png index 9ddf6884..9e97de72 100644 Binary files a/app/src/free/res/mipmap-hdpi/privacy_browser.png and b/app/src/free/res/mipmap-hdpi/privacy_browser.png differ diff --git a/app/src/free/res/mipmap-mdpi/privacy_browser.png b/app/src/free/res/mipmap-mdpi/privacy_browser.png index 518df1ba..7f44c76d 100644 Binary files a/app/src/free/res/mipmap-mdpi/privacy_browser.png and b/app/src/free/res/mipmap-mdpi/privacy_browser.png differ diff --git a/app/src/free/res/mipmap-xhdpi/privacy_browser.png b/app/src/free/res/mipmap-xhdpi/privacy_browser.png index d60a26a2..e088e126 100644 Binary files a/app/src/free/res/mipmap-xhdpi/privacy_browser.png and b/app/src/free/res/mipmap-xhdpi/privacy_browser.png differ diff --git a/app/src/free/res/mipmap-xxhdpi/privacy_browser.png b/app/src/free/res/mipmap-xxhdpi/privacy_browser.png index 78fac7a9..0ed53bc0 100644 Binary files a/app/src/free/res/mipmap-xxhdpi/privacy_browser.png and b/app/src/free/res/mipmap-xxhdpi/privacy_browser.png differ diff --git a/app/src/free/res/mipmap-xxxhdpi/privacy_browser.png b/app/src/free/res/mipmap-xxxhdpi/privacy_browser.png index b68bc389..37c6258e 100644 Binary files a/app/src/free/res/mipmap-xxxhdpi/privacy_browser.png and b/app/src/free/res/mipmap-xxxhdpi/privacy_browser.png differ diff --git a/app/src/main/assets/es/guide_bookmarks_dark.html b/app/src/main/assets/es/guide_bookmarks_dark.html index 7a1f0ed7..4da69ba3 100644 --- a/app/src/main/assets/es/guide_bookmarks_dark.html +++ b/app/src/main/assets/es/guide_bookmarks_dark.html @@ -32,8 +32,8 @@ -

Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks. - From the bookmarks activity, there is an option to load the bookmarks database view. - This shows the bookmarks as they exist in the SQLite database, which can be useful for troubleshooting problems with importing and exporting bookmarks.

+

Al tocar el botón de acción flotante superior se carga la actividad de favoritos, que tiene opciones avanzadas como mover y eliminar favoritos. + Desde la actividad de favoritos, hay una opción para cargar la vista de base de datos de favoritos. + Esto muestra los favoritos tal y como existen en la base de datos SQLite, lo que puede ser útil para solucionar problemas de importación y exportación de favoritos.

\ No newline at end of file diff --git a/app/src/main/assets/es/guide_bookmarks_light.html b/app/src/main/assets/es/guide_bookmarks_light.html index 1d4ad673..ab6b49a5 100644 --- a/app/src/main/assets/es/guide_bookmarks_light.html +++ b/app/src/main/assets/es/guide_bookmarks_light.html @@ -32,8 +32,8 @@ -

Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks. - From the bookmarks activity, there is an option to load the bookmarks database view. - This shows the bookmarks as they exist in the SQLite database, which can be useful for troubleshooting problems with importing and exporting bookmarks.

+

Al tocar el botón de acción flotante superior se carga la actividad de favoritos, que tiene opciones avanzadas como mover y eliminar favoritos. + Desde la actividad de favoritos, hay una opción para cargar la vista de base de datos de favoritos. + Esto muestra los favoritos tal y como existen en la base de datos SQLite, lo que puede ser útil para solucionar problemas de importación y exportación de favoritos.

\ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/privacy_browser.png b/app/src/main/res/mipmap-hdpi/privacy_browser.png index c544a33e..2f353265 100644 Binary files a/app/src/main/res/mipmap-hdpi/privacy_browser.png and b/app/src/main/res/mipmap-hdpi/privacy_browser.png differ diff --git a/app/src/main/res/mipmap-mdpi/privacy_browser.png b/app/src/main/res/mipmap-mdpi/privacy_browser.png index a2af12bf..8b2e0fcd 100644 Binary files a/app/src/main/res/mipmap-mdpi/privacy_browser.png and b/app/src/main/res/mipmap-mdpi/privacy_browser.png differ diff --git a/app/src/main/res/mipmap-xhdpi/privacy_browser.png b/app/src/main/res/mipmap-xhdpi/privacy_browser.png index 8abb60e9..3515e10f 100644 Binary files a/app/src/main/res/mipmap-xhdpi/privacy_browser.png and b/app/src/main/res/mipmap-xhdpi/privacy_browser.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/privacy_browser.png b/app/src/main/res/mipmap-xxhdpi/privacy_browser.png index 2b570d1c..a7cd3c70 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/privacy_browser.png and b/app/src/main/res/mipmap-xxhdpi/privacy_browser.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/privacy_browser.png b/app/src/main/res/mipmap-xxxhdpi/privacy_browser.png index f427d771..ba633ccf 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/privacy_browser.png and b/app/src/main/res/mipmap-xxxhdpi/privacy_browser.png differ