Skip to content

1.3.0

Compare
Choose a tag to compare
@drewhamilton drewhamilton released this 19 Feb 10:38
· 46 commits to main since this release

Add a number of Parcelable deferred types, such as ParcelableDeferredText and ParcelableDeferredColor. Ensure each concrete deferred type shipped in this library, such as DeferredText.Constant and DeferredText.Resource, implements a Parcelable parent interface.

DeferredDrawable and DeferredTypeface are the only types without Parcelable options, because their resolved types are also not Parcelable.