Fixed
Status Update
Comments
da...@google.com <da...@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:
ib...@gmail.com <ib...@gmail.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
da...@google.com <da...@google.com> #4
Hello. I need the blurred background. Modifier doesnt have the blur feature.
ib...@gmail.com <ib...@gmail.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!
da...@google.com <da...@google.com> #6
I want the blur implementation in compose, please!
ap...@google.com <ap...@google.com> #7
Blur please
da...@google.com <da...@google.com>
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?
pr...@google.com <pr...@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.
ib...@gmail.com <ib...@gmail.com> #10
How's that?
da...@google.com <da...@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
ap...@google.com <ap...@google.com> #12
it is time to implement :)
da...@google.com <da...@google.com>
na...@google.com <na...@google.com> #13
IMO, time to lift priority higher than P3 (aka minor) :)
Description
Version used: 2.5.0-alpha02
Devices/Android versions reproduced on: Pixel 6
I tried to migrate from
2024-05-16 11:41:26.367 30919-30967 libc org.btcmap.debug A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8000004300003b in tid 30967 (DefaultDispatch), pid 30919 (rg.btcmap.debug)
2024-05-16 11:41:26.662 31039-31039 DEBUG pid-31039 A Cmdline: org.btcmap.debug
2024-05-16 11:41:26.662 31039-31039 DEBUG pid-31039 A pid: 30919, tid: 30967, name: DefaultDispatch >>> org.btcmap.debug <<<
2024-05-16 11:41:26.662 31039-31039 DEBUG pid-31039 A #00 pc 00000000000cb30c /data/app/~~98VGkyL4jH13WZ5B1K-MmQ==/org.btcmap.debug-MmWOzd6cam3KXcL8NYi-uA==/base.apk!libsqliteJni.so (offset 0x930000)
The app itself is open source and it doesn't need any extra setup, you can easily reproduce it by launching it in the emulator or on a real device. Usually it crashes before moving the map, but it will crash for sure if you start moving the map, since it triggers a few queries.
It's possible that I messed up a few queries during that transition, but I don't think it should cause crashes, and it can surely be more specific on where it's failing and why