f2prateek / dart

Extras binding and intent builders for Android apps.
Apache License 2.0
1.19k stars 88 forks source link

issue #128: use reflection optionally to load target classes of intents. #129

Closed stephanenicolas closed 8 years ago

stephanenicolas commented 8 years ago

Solves #128

this PR introduces a new annotation processor option for the henson processor: dart.henson.useReflection=[true|false] which defaults to false.

TODO:

dlemures commented 8 years ago

Just 1 comment and merge when green

stephanenicolas commented 8 years ago

@f2prateek we wanna merge this and release. We need it for an advanced problem here @ Groupon related to the size of our first dex ... Henson class was adding all activities in the first dex, we want to avoid that.

f2prateek commented 8 years ago

Sure sgtm, feel free to merge and release

dlemures commented 8 years ago

👍

stephanenicolas commented 8 years ago

Thx, @f2prateek ;) Thx @dlemures & @Macarse for the review.

When build gets green, I will squash and merge.