Feature
- Remove support v8 renderscript (Please use BlurTransformation)
Update
- minSdkVersion -> 21
- GPUImage -> 2.1.0
- Cleanup codes
Update:
- Compile & Target SDK Version 28 -> 30
- GPUImage 2.0.3 -> 2.0.4
- Glide 4.9.0 -> 4.11.0
Bugfix:
- RoundedCornersTransformation with DIAGONAL_FROM_TOP_LEFT does not work #178
Add:
- Support to CropCircle with Border #136
Update:
- Glide to 4.9.0
- Android Gradle plugin to 3.6.0-alpha05
- Kotlin to 1.3.41
Bug Fix:
- Fix diffrent density #147
Add:
- consumerProguardFiles setting
Update:
- Migrate to AndroidX
- Remove novoda-bintray-plugin
Update:
- Support Library 27.1.0 -> 27.1.1
- Glide 4.6.1 -> 4.7.1
Feature:
- SupportRSBlurTransformation #125
it's using RenderScript support mode but can you choose to use or not.
Thank you @fougere-mike
Bug Fix:
- Set detail of Cache key #119
Update:
- Support Library 27.0.2 -> 27.1.0
Bug Fix:
- We quit use the RenderScript #120
Update:
- Glide 4.5.0 -> 4.6.1
Bug Fix:
- Fix settings fot proguard.
Update:
- Compile & Target SDK Version 25 -> 27
- Build Tools 26.0.1 -> 27.0.3
- Support Library 25.3.1 -> 27.0.2
- Glide 4.0.0 -> 4.5.0
Bug Fix:
- Implement equals() and hashCode() methods #105
- Use RenderScript#releaseAllContexts
Bug Fix:
Update:
- Build Tools 25.0.2 -> 26.0.1
- Min SDK Version 11 -> 14
- Glide 3.7.0 -> 4.0.0
Feature:
- Supported Glide 4.0.0
Update:
- Compile & Target SDK Version 23 -> 25
- Build Tools 23.0.2 -> 25.0.2
- Support Library 23.2.1 -> 25.3.0
- GPUImage for Android 1.3.0 -> 1.4.1
Bug Fix:
Fix: #35 RSInvalidStateException
Say v8.RenderScript goodbye
fix Issue #29 Use FastBlur as a fallback upon RenderScript failure.
Change the renderscriptTargetApi down to 20.
Warning:Renderscript support mode is not currently supported with renderscript target 21+
fix: memory leak.
add round corner type to RoundedCornersTransformation.
Thanks to kaelaela
Merged NinePatchMaskTransformation to MaskTransformation.
add new transformations MaskTransformation and NinePatchMaskTransformation.
Thanks to start141
Adjustment of default parameters.
add DownSampling to BlurTransform
Bug fix : Blur not working.
add: CropType(Top, Center, Bottom) for CropTransformation.
Bug fix: Transparency.
Bug fix : remove original bitmap resource recycling.
Bug fix
Refactor: use BimapPool
fix: Blur Transformation now woking at Android 4.3 add: GPUImage to Gradle dependency
Initial release.