maskarade / gradle-android-ribbonizer-plugin

Modifies launcher icons on debug build
https://bintray.com/gfx/maven/ribbonizer-plugin
MIT License
355 stars 37 forks source link

Added support for android:roundIcon launcher images #16

Closed mannodermaus closed 7 years ago

mannodermaus commented 7 years ago

As the title states, this PR adds "android:roundIcon" to the library's default set of processed images. I have modified Resources#getLauncherIcon to return a list of icons instead, which now accounts for absent properties in the manifest as well.

SjoerdvGestel commented 7 years ago

Thanks! now if this feature could be merged that would be awesome :)

gfx commented 7 years ago

Great!

gfx commented 7 years ago

Will release it today.

SjoerdvGestel commented 7 years ago

@gfx is there already a new build available? v1.0.0 does not seem to add a ribbon to round icons

gfx commented 7 years ago

This is included in v2.0.0; synchronizing to jcenter might take a few hours.

gfx commented 7 years ago

Note that v2.0.0 has changed the artifact id from plugin to ribbonizer-plugin.

SjoerdvGestel commented 7 years ago

@gfx thanks!!