Skip to content

Releases: usefulness/easylauncher-gradle-plugin

v4.2.0

25 Nov 14:51
97ede6f
Compare
Choose a tag to compare

Fixed

  • The plugin is now compatible with Java 17

v4.1.1

28 Aug 18:05
6397bb5
Compare
Choose a tag to compare

Fixed

  • Improved error messages around Font loading to help troubleshooting in cases decribed in #201

v4.1.0

21 Aug 07:30
fb2fc6f
Compare
Choose a tag to compare

Added

  • Added webp images support. It should be possible to transform both compressed and lossless images.

Changed

  • The plugin is now compiled against AGP 7.0.1 and Kotlin 1.5.21

v4.0.0

22 May 19:46
bc37c57
Compare
Choose a tag to compare

Changed

  • [breaking] The plugin is now compatible with Gradle Configuration Cache. This influenced a breaking change for people who don't use the plugin and configure Gradle tasks manually. There are no api changes for plugin users - #181
  • [breaking] Plugin uses Roboto font by default. Previously used font depended on system defaults, so it varied between different local configurations, which was not an expected behavior. To override the default font use font parameter -#178, big thanks to @brudaswen
  • Plugin is now compiled against Kotlin 1.5.0 and AGP 4.2.1

v3.10.3

17 May 06:46
34c71ec
Compare
Choose a tag to compare

Fixed

  • Fix wrong rendering of non-adaptive icons with IgnoreTransparentPixels option enabled #173 - thank you @brudaswen

release-3.10.2

29 Mar 07:14
4eeb576
Compare
Choose a tag to compare

Fixed

  • Fix translucent colors support on PNGs generated by chromeLike filter. #136 - thank you @brudaswen

release-3.10.1

09 Mar 18:25
d5a3b8e
Compare
Choose a tag to compare

Fixed

  • Fix wrong output folder used when project minSdkVersion is set to 26 or above. If minSdkVersion is set to Oreo and up plugin will now generate vector drawables under drawable-nodpi/ instead of drawable-nodpi-v26/ #128

release-3.10.0

26 Feb 21:44
4f92928
Compare
Choose a tag to compare

Added

  • Add ability not to draw on transparent pixels on raster drawables using drawingOptions: ["IgnoreTransparentPixels"] flag (customRibbon only) #124

release-3.9.0

28 Nov 21:25
1429ada
Compare
Choose a tag to compare

Added

  • Add new parameters to chromeLike ribbon: gravity, labelPadding, overlayHeight and textSizeRatio which allow to adjust ribbon dimensions, alignment and placement to your needs. See Readme.md for visual examples.

Fixed

  • FixedchromeLike ribbon not respecting alpha on pre-Oreo devices #102

release-3.8.0

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

Added

  • Add support for manifestPlaceholders #98