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

Releases: facebookarchive/shimmer-android

0.5.0

17 Jul 17:14
Compare
Choose a tag to compare

97ca4d1 Add show + hide functionality (#86)
cd1148d Migrate to AndroidX (and relevant updates) (#72)
b055bbc Add copyFrom method to builder

0.4.0

05 Jan 00:59
Compare
Choose a tag to compare

e7a2129 Allow setting shimmer to null

0.3.0

01 Aug 21:25
Compare
Choose a tag to compare

473ed75 Ensure the shader exists before attempting to draw
58af197 Use matrix transformations to draw the shimmer instead of rotating a drawn rect
b6b9026 Draw ShimmerDrawable mDrawRect at correct position (#60)
1e98a6b Properly null check shimmer instance in drawable
93f0a71 Abstract draw code into ShimmerDrawable
24565dd Reuse isShimmerStarted instead of duplicating logic
511031c Removing hardcoded strings

0.2.0

17 Apr 00:58
Compare
Choose a tag to compare

544c568 Rewrite ShimmerFrameLayout to be much more performant (uses at most 1/3 of the previous memory usage)
f27a5ad Don't leak target SDK to consumers
a360eb1 Prefix attributes with shimmer_

Initial Public Release

05 Mar 08:14
Compare
Choose a tag to compare

This is the initial public release of Shimmer for Android.