love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
211 stars 73 forks source link

Android 8.0 adaptive icon #192

Closed MikuAuahDark closed 4 years ago

MikuAuahDark commented 4 years ago

This pull request replaces the old LÖVE Android icon with adaptive icon. This allows the LÖVE launcher icon to have different shape depending on user launcher in Android 8.0 and later. If the user is running Android 7.1 and earlier, it will show circle-shaped icon like normal.

I sent this as pull request because I need permission whetever this is fine or not, mainly for the original icon designer, Ruud.

video of adaptive icon

MikuAuahDark commented 4 years ago

After some thinking, I think this feature is left up to users whetever they want to use adaptive icon or not. Apparently adaptive icons are only available to some launchers, and some launchers (notably MIUI) simply lack Android 8 adaptive icon support. My personal adaptive_icon above can be used as reference for developers.