This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Releases: MicroRJ/android_superellipse
Releases · MicroRJ/android_superellipse
Added Missing Method!
Added Missing Method!
setShapeBackgroundColor()
v3.0.0-alpha
** BREAKING CHANGES **
- Migrated from Kotlin to Java. (I know right)
- Updated all Android dependencies and Gradle scripts.
- Complete revision pass, removed redundant code.
- Migrated package name to
com.devrj.superellipse
- Caching will no longer cache the bitmaps but instead the paths.
- Paths are stored in unit space and transformed to fit your needs, you can dynamically change attributes now.
PENDING
- Support for bitmap caching, especially for devices that don't support hardware acceleration.
- Clearing cache on view detach.
- Support for clipping images!
- Support for shadows!
Update Methods
Stable Release, Few Features Added
2.1 More Features Added
Stable Release
2.0 File Fix
Basic stable release
First basic release of the superellipse android library. More features to be added.