- Allow null values for filters and ribbon labels
- Added
largeRibbon
option to increase visibility in launcher icon foreground assets
No code change from v1.1.0; the reason of bumping the version is that v1.1.0 has breaking changes in the artifact id (s/plugin/ribbonizer-plugin/
).
https://github.com/gfx/gradle-android-ribbonizer-plugin/compare/v1.0.0...v1.1.0
- Change the artifact id from
plugin
toribbonizer-plugin
- #16 Support for android:roundIcon launcher images
- #19 Exclude XML resources
- Add
customColorRibbonFilter(variant, iconFile, color)
(#13)
- Add
forcedVariantsNames
(#11)
- Build with Android Gradle plugin v1.5.0
- Add RibbonizerExtension#grayScaleFilter by kazy1991 · Pull Request #4 · gfx/gradle-android-ribbonizer-plugin
- Add ways to add icon names (see
example-custom/build.gradle
for example)
- Fix "AndroidManifest.xml not found" errors
- Add
example-custom
to show how to use theribbonizer
extension block
- Fix a crash caused by an Android Studio issue
- Initial Release