Skip to content

Commit

Permalink
Switch to using the mipmap versions of the icon and banner for bVNC, …
Browse files Browse the repository at this point in the history
…aRDP, and aSPICE.
  • Loading branch information
iiordanov committed Apr 6, 2024
1 parent d57ef3b commit 490b37e
Show file tree
Hide file tree
Showing 22 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Opaque-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="true"
android:banner="@drawable/banner_opaque"
android:icon="@drawable/opaque_icon"
android:banner="@mipmap/banner_opaque"
android:icon="@mipmap/ic_launcher"
android:label="@string/opaque_app_name"
android:theme="@android:style/Theme.DeviceDefault">
<uses-library
Expand Down
4 changes: 2 additions & 2 deletions aRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="false"
android:banner="@drawable/banner_ardp"
android:icon="@drawable/ardp_icon"
android:banner="@mipmap/banner_ardp"
android:icon="@mipmap/icon_ardp"
android:label="@string/ardp_app_name"
android:theme="@android:style/Theme.DeviceDefault"
tools:replace="android:label,android:theme">
Expand Down
4 changes: 2 additions & 2 deletions aSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="false"
android:banner="@drawable/banner_aspice"
android:icon="@drawable/aspice_icon"
android:banner="@mipmap/banner_aspice"
android:icon="@mipmap/icon_aspice"
android:label="@string/aspice_app_name"
android:theme="@android:style/Theme.DeviceDefault"
tools:replace="android:label,android:theme">
Expand Down
4 changes: 2 additions & 2 deletions bVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="false"
android:banner="@drawable/banner_bvnc"
android:icon="@drawable/bvnc_icon"
android:banner="@mipmap/banner_bvnc"
android:icon="@mipmap/icon_bvnc"
android:label="@string/bvnc_app_name"
android:theme="@android:style/Theme.DeviceDefault"
tools:replace="android:label,android:theme">
Expand Down
Binary file modified bVNC/src/main/res/mipmap-hdpi/icon_ardp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-hdpi/icon_aspice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bVNC/src/main/res/mipmap-hdpi/icon_bvnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-mdpi/icon_ardp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-mdpi/icon_aspice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bVNC/src/main/res/mipmap-mdpi/icon_bvnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-xhdpi/icon_ardp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-xhdpi/icon_aspice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bVNC/src/main/res/mipmap-xhdpi/icon_bvnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-xxhdpi/icon_ardp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-xxhdpi/icon_aspice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bVNC/src/main/res/mipmap-xxhdpi/icon_bvnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-xxxhdpi/icon_ardp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bVNC/src/main/res/mipmap-xxxhdpi/icon_aspice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bVNC/src/main/res/mipmap-xxxhdpi/icon_bvnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions freeaRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="false"
android:banner="@drawable/banner_ardp"
android:icon="@drawable/ardp_icon"
android:banner="@mipmap/banner_ardp"
android:icon="@mipmap/icon_ardp"
android:label="@string/freeardp_app_name"
android:theme="@android:style/Theme.DeviceDefault"
tools:replace="android:label,android:theme">
Expand Down
4 changes: 2 additions & 2 deletions freeaSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="false"
android:banner="@drawable/banner_aspice"
android:icon="@drawable/aspice_icon"
android:banner="@mipmap/banner_aspice"
android:icon="@mipmap/icon_aspice"
android:label="@string/freeaspice_app_name"
android:theme="@android:style/Theme.DeviceDefault"
tools:replace="android:label,android:theme">
Expand Down
4 changes: 2 additions & 2 deletions freebVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<application
android:name="com.iiordanov.bVNC.App"
android:allowBackup="false"
android:banner="@drawable/banner_bvnc"
android:icon="@drawable/bvnc_icon"
android:banner="@mipmap/banner_bvnc"
android:icon="@mipmap/icon_bvnc"
android:label="@string/freebvnc_app_name"
android:theme="@android:style/Theme.DeviceDefault"
tools:replace="android:label,android:theme">
Expand Down

0 comments on commit 490b37e

Please sign in to comment.