Skip to content

Releases: usefulness/easylauncher-gradle-plugin

release-3.8.0

04 Nov 19:33
d91b1e5
Compare
Choose a tag to compare

Added

  • Add support for manifestPlaceholders #98

release-3.7.0

20 Oct 20:55
3c8b60e
Compare
Choose a tag to compare

Fixed

  • Plugin automatically applies filters to resources linked as android:roundIcon attribute #95.
    The behavior can be overriden by providing custom list of iconNames

release-3.6.0

13 Oct 16:08
d667096
Compare
Choose a tag to compare

Changed

  • The plugin is now compiled against Android Gradle Plugin 4.1.0

Fixed

  • Android Gradle Plugin bacame a compileOnly dependency, which fixes the behavior where applying the plugin upgrades project's AGP version

release-3.5.0

27 Sep 11:33
0e57ee9
Compare
Choose a tag to compare

Added

  • The plugin can now be used with a module that has com.android.library plugin applied. It will automaticaly discover and customize launcher icon defined there. Use iconNames property to override the behavior.

release-3.4.0

26 Sep 22:43
7039e0c
Compare
Choose a tag to compare

Added

  • Custom set of icons which should have the ribbon applied, can be provided using iconNames property #78
easylauncher {
    iconNames = [ "@mipmap/custom_launcher_icon" ]
}

Passing a non empty value to the property disables automatic launcher icon discovery. See Readme.md for details.

release-3.3.0

15 Sep 20:48
30d411e
Compare
Choose a tag to compare

Added

  • Custom font can be applied by referencing .ttf file directly. For example: customRibbon(position: "top", font: file("fonts/CustomFont.ttf"))

release-3.2.1

03 Sep 14:25
46cdbb5
Compare
Choose a tag to compare

Fixed

  • Helper files needed for vector icons are now generated under drawable-anydpi-v26 directory to make sure they override existing resources.

release-3.2.0

03 Sep 12:12
01233e7
Compare
Choose a tag to compare

Added

  • It is now possible to provide custom font for a ribbon label

Fixed

  • Fixed compatibility with Kotlin DSL scripts

release-3.1.0

02 Sep 10:05
3e36979
Compare
Choose a tag to compare

Added

  • It is now possible to define alpha channel for all colors provided to the plugin

release-3.0.0

01 Sep 15:33
8db89aa
Compare
Choose a tag to compare

Added

  • New chromeLike filter type #48

Fixed

  • Overlay images are now generated per each density specific resource which results in better icon quality. See #50 for comparison

Changed

  • Removed unsupported grayscaleFilter() - please replace it with any other available filter