https://bugs.kde.org/show_bug.cgi?id=463043

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
                   |hics/krita/-/commit/ecd1162 |hics/krita/-/commit/b0766af
                   |5214cead874ef842c4e7a59f784 |ca02c760f4f3a176bd5135eb167
                   |a68f0a                      |299a7a

--- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit b0766afca02c760f4f3a176bd5135eb167299a7a by Dmitry Kazakov, on
behalf of Jesse 205.
Committed on 29/05/2024 at 10:52.
Pushed by dkazakov into branch 'krita/5.2'.

Improving the quality of icons for Android

Reference Android documentation:

https://developer.android.com/studio/write/create-app-icons
https://developer.android.com/distribute/google-play/resources/icon-design-specifications



(cherry picked from commit ecd11625214cead874ef842c4e7a59f784a68f0a)

b27d8b3f Improving the quality of icons for Android
0f3dd0b0 Use webp for Android icon
3c68755b Refactor Icon for Android again
587186c1 Fix double shadow in Icon for Android
b75ee536 Strip Android application icons from extra binary inforamation

M  +1    -0    packaging/android/apk/AndroidManifest.xml
M  +2    -1    packaging/android/apk/flavors/next/AndroidManifest.xml
A  +-    --    packaging/android/apk/ic_launcher-playstore.png
A  +-    --    packaging/android/apk/ic_launcher_next-playstore.png
D  +0    -1    packaging/android/apk/res-src/NOTES
A  +38   -0    packaging/android/apk/res-src/NOTES.md
A  +251  -0    packaging/android/apk/res-src/Next/adaptive.svg
A  +203  -0    packaging/android/apk/res-src/Next/background.svg
A  +210  -0    packaging/android/apk/res-src/Next/foreground.svg
A  +237  -0    packaging/android/apk/res-src/Next/legacy.svg
C  +150  -108  packaging/android/apk/res-src/default/adaptive.svg [from:
packaging/android/apk/res-src/krita-android-circle.svg - 057% similarity]
A  +207  -0    packaging/android/apk/res-src/default/background.svg
R  +91   -119  packaging/android/apk/res-src/default/foreground.svg [from:
packaging/android/apk/res-src/krita-android-circle.svg - 056% similarity]
R  +97   -72   packaging/android/apk/res-src/default/legacy.svg [from:
packaging/android/apk/res-src/krita-android-square.svg - 071% similarity]
A  +53   -0    packaging/android/apk/res-src/strip-webp-files.sh
A  +62   -0    packaging/android/apk/res/drawable/ic_launcher_background.xml
A  +65   -0    packaging/android/apk/res/drawable/ic_launcher_foreground.xml
A  +62   -0   
packaging/android/apk/res/drawable/ic_launcher_next_background.xml
A  +78   -0   
packaging/android/apk/res/drawable/ic_launcher_next_foreground.xml
M  +3    -2    packaging/android/apk/res/mipmap-anydpi-v26/ic_launcher.xml
M  +3    -2    packaging/android/apk/res/mipmap-anydpi-v26/ic_launcher_next.xml
M  +3    -2   
packaging/android/apk/res/mipmap-anydpi-v26/ic_launcher_next_round.xml
M  +3    -2   
packaging/android/apk/res/mipmap-anydpi-v26/ic_launcher_round.xml
D  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher.png
A  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher.webp
D  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher_next.png
A  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher_next.webp
D  +-    --   
packaging/android/apk/res/mipmap-hdpi/ic_launcher_next_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher_next_round.png
A  +-    --   
packaging/android/apk/res/mipmap-hdpi/ic_launcher_next_round.webp
D  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher_round.png
A  +-    --    packaging/android/apk/res/mipmap-hdpi/ic_launcher_round.webp
D  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher.png
A  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher.webp
D  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher_next.png
A  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher_next.webp
D  +-    --   
packaging/android/apk/res/mipmap-mdpi/ic_launcher_next_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher_next_round.png
A  +-    --   
packaging/android/apk/res/mipmap-mdpi/ic_launcher_next_round.webp
D  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher_round.png
A  +-    --    packaging/android/apk/res/mipmap-mdpi/ic_launcher_round.webp
D  +-    --    packaging/android/apk/res/mipmap-xhdpi/ic_launcher.png
A  +-    --    packaging/android/apk/res/mipmap-xhdpi/ic_launcher.webp
D  +-    --   
packaging/android/apk/res/mipmap-xhdpi/ic_launcher_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-xhdpi/ic_launcher_next.png
A  +-    --    packaging/android/apk/res/mipmap-xhdpi/ic_launcher_next.webp
D  +-    --   
packaging/android/apk/res/mipmap-xhdpi/ic_launcher_next_foreground.png
D  +-    --   
packaging/android/apk/res/mipmap-xhdpi/ic_launcher_next_round.png
A  +-    --   
packaging/android/apk/res/mipmap-xhdpi/ic_launcher_next_round.webp
D  +-    --    packaging/android/apk/res/mipmap-xhdpi/ic_launcher_round.png
A  +-    --    packaging/android/apk/res/mipmap-xhdpi/ic_launcher_round.webp
D  +-    --    packaging/android/apk/res/mipmap-xxhdpi/ic_launcher.png
A  +-    --    packaging/android/apk/res/mipmap-xxhdpi/ic_launcher.webp
D  +-    --   
packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_next.png
A  +-    --    packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_next.webp
D  +-    --   
packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_next_foreground.png
D  +-    --   
packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_next_round.png
A  +-    --   
packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_next_round.webp
D  +-    --    packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_round.png
A  +-    --    packaging/android/apk/res/mipmap-xxhdpi/ic_launcher_round.webp
D  +-    --    packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher.png
A  +-    --    packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher.webp
D  +-    --   
packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_foreground.png
D  +-    --    packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_next.png
A  +-    --    packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_next.webp
D  +-    --   
packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_next_foreground.png
D  +-    --   
packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_next_round.png
A  +-    --   
packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_next_round.webp
D  +-    --    packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_round.png
A  +-    --    packaging/android/apk/res/mipmap-xxxhdpi/ic_launcher_round.webp

https://invent.kde.org/graphics/krita/-/commit/b0766afca02c760f4f3a176bd5135eb167299a7a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to