Dali icon indicating copy to clipboard operation
Dali copied to clipboard

Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.

Results 13 Dali issues
Sort by recently updated
recently updated
newest added

Is there way this can be used with `SurfaceView` that's rendering video?

enhancement

Can you add a module for blurring AlertDialog background? A similar design can be found in the Instagram's Android app (photo long click): ![Imgur](http://i.imgur.com/riCwDOM.jpg) Thanks.

enhancement
help wanted

TwoLevelCache(Context ctx, boolean useMemoryCache, boolean useDiskCache, int diskCacheSizeByte, String diskCacheFolderName, int memoryCacheSizeByte, boolean debugMode) stores the reference to ctx and not ctx.getApplicationContext()

bug