blurkit-android icon indicating copy to clipboard operation
blurkit-android copied to clipboard

The missing Android blurring library. Fast blur-behind layout that parallels iOS.

Results 36 blurkit-android issues
Sort by recently updated
recently updated
newest added

Brand: samsung Model: Galaxy J6 Orientation: Portrait RAM free: 239.84 MB Disk free: 8.75 GB Version: 9 Orientation: Portrait Rooted: No Fatal Exception: java.lang.IllegalArgumentException: height must be > 0 at...

I am using BlurKit in a fragment laying it out in xml as shown below. That generates a "V/RenderScript: User-backed allocation failed stride requirement, falling back to separate allocation" every...

After one minute use of camera it stops

Due to the jcenter has stopped maintain, so how to go on using it on maven?

This library has serious lag issues in fragments

I simply want to blur the whole screen / whole activity (as when adding a typical menu on the left). I guess I should use `BlurKit.getInstance().fastBlur(activity_root_view , 5, 1f);` How...

I'm using the defaults form the examples but the blur appends to itself every update. If I set the fps to 0, every redraw of the fragment will add additional...

According to https://mvnrepository.com/artifact/io.alterac.blurkit/blurkit/1.1.1, the artifact for this library is on JCenter. However, on May 1, 2021, JCenter will be shutting down (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). Is there a plan to move the package...

I'm trying to blur composable views. Is there a way of using Blurkit to achieve this?

Added BlurLayout to a dynamically inflated view but it never shows ``` DataBindingUtil.inflate( activity.applicationContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater, R.layout.my_item, view as ViewGroup, false ).also { it.lifecycleOwner = activity it.vm = vm view.addView(it.root)...