Skip to content

4.0.0

Compare
Choose a tag to compare
@yatatsu yatatsu released this 09 Jan 15:19
· 28 commits to master since this release

See detail in each PR or issue.

  • Support android.support.annotations. #23
    • e.g. @IntDef, @StringDef.
  • Support @Nullable and @NonNull annotations. #25
    • Add annotations for generated codes.
    • New dependency with com.android.support:support-annotations library.
  • Any class support. d0567e5
    • even not subtype of Activity, Service, Receiver or Fragment
    • use XXXAutoBundle.Builder#bundle() that returns Bundle.
  • Remove intent-binding method from dispatcher. 73f7d0c
  • Use primitive type if field type is boxed. 4268798
    • e.g. Integer treated as int.
  • Rename builder class name. a88aaa5
changes Before After
builder class IntentBuilder or FragmentBuilder Builder
method for builder createIntentBuilder() or createFragmentBuilder() builder()