Browse Source

[dist] New Year Logo! (all credits goes to madeline_dev@Discord thanks a lot!) (#3182)

* also update script to generate Legacy Android Icon
* now default background on Android is black (inspiration come from white background on nightlies from pflyly@GitHub)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3182
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-committed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/3185/head
Caio Oliveira 2 months ago
committed by crueter
parent
commit
df3b9400a6
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. BIN
      dist/eden.icns
  2. BIN
      dist/eden.ico
  3. 1
      dist/icon_variations/base_bgcolor
  4. 20
      dist/icon_variations/newyear2025.svg
  5. 1
      dist/icon_variations/newyear2025_bgcolor
  6. 684
      dist/icon_variations/newyear2025_named.svg
  7. BIN
      dist/qt_themes/default/icons/256x256/eden.png
  8. BIN
      dist/qt_themes/default/icons/256x256/eden_named.png
  9. BIN
      dist/yuzu.bmp
  10. BIN
      dist/yuzu.icns
  11. 3
      src/android/app/src/main/AndroidManifest.xml
  12. 6
      src/android/app/src/main/res/drawable-v26/ic_launcher.xml
  13. BIN
      src/android/app/src/main/res/drawable/ic_icon_bg.png
  14. BIN
      src/android/app/src/main/res/drawable/ic_icon_bg_orig.png
  15. BIN
      src/android/app/src/main/res/drawable/ic_launcher.png
  16. BIN
      src/android/app/src/main/res/drawable/ic_launcher_foreground.png
  17. 5
      src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  18. 5
      src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  19. BIN
      src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  20. BIN
      src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  21. BIN
      src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  22. BIN
      src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  23. BIN
      src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  24. 1
      src/android/app/src/main/res/values/colors.xml

BIN
dist/eden.icns

BIN
dist/eden.ico

1
dist/icon_variations/base_bgcolor

@ -0,0 +1 @@
#1F143C

20
dist/icon_variations/newyear2025.svg
File diff suppressed because it is too large
View File

1
dist/icon_variations/newyear2025_bgcolor

@ -0,0 +1 @@
#1F143C

684
dist/icon_variations/newyear2025_named.svg
File diff suppressed because it is too large
View File

BIN
dist/qt_themes/default/icons/256x256/eden.png

Before

Width: 256  |  Height: 256  |  Size: 47 KiB

After

Width: 256  |  Height: 256  |  Size: 46 KiB

BIN
dist/qt_themes/default/icons/256x256/eden_named.png

Before

Width: 256  |  Height: 256  |  Size: 62 KiB

After

Width: 256  |  Height: 256  |  Size: 54 KiB

BIN
dist/yuzu.bmp

BIN
dist/yuzu.icns

3
src/android/app/src/main/AndroidManifest.xml

@ -33,7 +33,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
<application
android:name="org.yuzu.yuzu_emu.YuzuApplication"
android:label="@string/app_name_suffixed"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="true"
android:hasFragileUserData="false"
android:supportsRtl="true"

6
src/android/app/src/main/res/drawable-v26/ic_launcher.xml

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_icon_bg" />
<foreground android:drawable="@drawable/ic_yuzu_icon" />
<monochrome android:drawable="@drawable/ic_yuzu_icon" />
</adaptive-icon>

BIN
src/android/app/src/main/res/drawable/ic_icon_bg.png

Before

Width: 768  |  Height: 768  |  Size: 21 KiB

BIN
src/android/app/src/main/res/drawable/ic_icon_bg_orig.png

Before

Width: 2598  |  Height: 2598  |  Size: 112 KiB

BIN
src/android/app/src/main/res/drawable/ic_launcher.png

Before

Width: 512  |  Height: 512  |  Size: 104 KiB

BIN
src/android/app/src/main/res/drawable/ic_launcher_foreground.png

After

Width: 1080  |  Height: 1080  |  Size: 669 KiB

5
src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

5
src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

BIN
src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png

After

Width: 96  |  Height: 96  |  Size: 16 KiB

BIN
src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png

After

Width: 72  |  Height: 72  |  Size: 10 KiB

BIN
src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

After

Width: 144  |  Height: 144  |  Size: 32 KiB

BIN
src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

After

Width: 192  |  Height: 192  |  Size: 52 KiB

BIN
src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

After

Width: 384  |  Height: 384  |  Size: 124 KiB

1
src/android/app/src/main/res/values/colors.xml

@ -0,0 +1 @@
<?xml version='1.0' encoding='utf-8'?><resources><color name='ic_launcher_background'>#1F143C</color></resources>
Loading…
Cancel
Save