Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Sorry, I can hardly speak English
Machine Translation:
Is there any way to see the progress?
I'm just concerned about it.
原文:
请问有途径看到进度吗?
我只是很关心这件事。
related links:
https://issuetracker.google.com/issues/163080692
Machine Translation:
Is there any way to see the progress?
I'm just concerned about it.
原文:
请问有途径看到进度吗?
我只是很关心这件事。
related links:
ap...@google.com <ap...@google.com> #3
Hi +1 on this issue, I desperately need the Blur effect feature in Jetpack Compose... or at least some guidance on how dynamic blur can be implemented using the current APIs (beta-03).
Thanks, Iliyan
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #4
Hello. I need the blurred background. Modifier doesnt have the blur feature.
ap...@google.com <ap...@google.com> #5
Hey I was also interested in seeing a blur implementation in compose! would be extremely exciting since it gives a nice alternative to using shaders!
ap...@google.com <ap...@google.com> #6
I want the blur implementation in compose, please!
ap...@google.com <ap...@google.com> #7
Blur please
ap...@google.com <ap...@google.com> #8
Hello
We are developing a desktop applikation within the health insurance business with high security requirements.
Using Jetpack Compose for Desktop, we need this Blur feature, in order to avoid somethink in the overlays background is readable.
A filter for setting the background darker is not enough. Text informations have to be made unreadable by this blur effect.
Is there may be a workaround available as long as the Modifier.blur is not available?
We are developing a desktop applikation within the health insurance business with high security requirements.
Using Jetpack Compose for Desktop, we need this Blur feature, in order to avoid somethink in the overlays background is readable.
A filter for setting the background darker is not enough. Text informations have to be made unreadable by this blur effect.
Is there may be a workaround available as long as the Modifier.blur is not available?
ap...@google.com <ap...@google.com> #9
Are you sure blurring is actually enough for that use case? It’s possible to recover the original text from blurred images, so it’s not very secure.
ti...@google.com <ti...@google.com> #10
How's that?
ap...@google.com <ap...@google.com> #11
Any update regarding this? We wouldn't want to depend on old graphics code to show blue. If provided In the modifier it would be preferable
Description
The work involved is:
AnimatedFoo
usage from public APIAnimatedFoo
to the new Animatable, and add that to the API doc.AnimatedFoo
@Deprecate, and suppress deprecation in places where it's used as impl detail before all usages are migrated to new suspend APIs.AnimatedFoo
from animation lib (this may happen later)