Supports: autoValue 1.3-rc2
- Fixes issue causing multiple levels of nested generics to generate broken code.
Supports: AutoValue 1.3-rc2
- Updates extension to support AutoValue 1.3-rc2
- Fixes issue causing incorrect ClassLoader to be used
Supports: AutoValue 1.3-rc1
- Updates extension to support AutoValue 1.3-rc1
- Fixes issue when using multiple TypeAdapters of the same name
- Uses constant TypeAdapters instead of recreating them for each type
- Fix for
@Nullable
properties with TypeAdapter (fixes #66)
Supports: AutoValue 1.2
- Adds SuppressWarnings annotaiton to createFromParcel
- Fail when Creator or writeToParcel are manually implemented
- Coerce boxed instances to their primitive values for serialization.
- Use TextUtils for CharSequence serialization.
- Remove CharSequence[] support as it's methods are private.
- Add support for char and char[] types.
- Omit casts when not needed.
Only guaranteed to support AutoValue 1.2-rc1
- Fixes issue when using multiple TypeAdapters of the same type.
- Fixes issue when Parcelable properties don't directly inherit from Parcelable.
Initial release. Only guaranteed to support AutoValue 1.2-rc1