Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Releases: MicroRJ/android_superellipse

Added Missing Method!

03 May 15:29
Compare
Choose a tag to compare
Added Missing Method! Pre-release
Pre-release

Added Missing Method!

setShapeBackgroundColor()

v3.0.0-alpha

02 May 21:30
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release

** 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

26 Sep 18:22
Compare
Choose a tag to compare
2.2

Made method public

Stable Release, Few Features Added

26 Sep 18:09
Compare
Choose a tag to compare
2.1

More Features Added

Stable Release

05 Sep 21:16
Compare
Choose a tag to compare
2.0

File Fix

Basic stable release

04 Sep 23:43
Compare
Choose a tag to compare

First basic release of the superellipse android library. More features to be added.