Closed provokateurin closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 27.20%. Comparing base (
91752b3
) to head (65a8feb
). Report is 14 commits behind head on main.
Ok I will give it a try, but it is probably a lot harder than you'd think.
Works for adaptive icons:
As for the non-adaptive icons it doesn't work because inkscape doesn't work with CSS gradient: Ignoring unrecognized CSS property: background-image
.
I just realized there are some mistakes...
As for the non-adaptive icons it doesn't work because inkscape doesn't work with CSS gradient: Ignoring unrecognized CSS property: background-image.
This shouldn't be a problem. Adaptive icons are supported since api 26 (8.0) while our min sdk is currently api 24 (7.0) so this shouldn't really matter.
Thanks for the quick changes; I'll do a review once you got it fixed and I have a bit of time.
This shouldn't be a problem. Adaptive icons are supported since api 26 (8.0) while our min sdk is currently api 24 (7.0) so this shouldn't really matter.
I agree. I think everywhere else we also show the icon in blue with transparent background, so there we don't need the gradient either.
Thanks for the quick changes; I'll do a review once you got it fixed and I have a bit of time.
Done
Closes https://github.com/nextcloud/neon/issues/447
This was quite some work to get done, but I think it looks way better now:
It was not possible to split this into multiple commits as everything is coupled tightly.