Fix:
- Calling RS with no Context active #103
Update
- Compile & Target SDK Version 28 -> 30
- minSdkVersion -> 21
Feature
- [NEW] Get the bitmap directly.
Blurry#get
,Blurry#getAsync
- [BREAKING CHANGES] Remove
async(ImageComposerListener)
. Use getAsync(BlurTask.Callback) instead that.
Update:
- Migrate to AndroidX
- Remove novoda-bintray-plugin
- Fix some bugs
Update:
- Support Library 24.2.0 -> 25.3.0
Bug Fix:
Update:
- Build Tools 24.0.2 -> 25.0.2
- Support Library 23.4.0 -> 24.2.0
PR:
- #44 Implement BitmapComposer
Update:
- Build Tools 23.0.1 -> 24.0.2
- Support Library 23.0.1 -> 23.4.0
Fix Fatal Signal
Fix RSInvalidStateException.
Say v8.RenderScript goodbye
PR: #21 Use FastBlur as a fallback upon RenderScript failure.
fix Issue #16
PR: #18 Added optional listener.
Change the renderscriptTargetApi down to 20.
Warning:Renderscript support mode is not currently supported with renderscript target 21+
fix leak code.
fix #2 renderscript in build-tools.
Replace AsyncTask.
fix #5 throws RuntimeException.
Refactor delete method. Added Animation.
Asynchronous Support.
Refactor.
Initial release.