OnActivityResult Versions Save

OnActivityResult annotation compiler for Android

0.7.0

6 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago
  • Cache OnActivityResult Classes to use only one reflection call per class #39 (vanniktech)
  • Fix bug when only parent class had @OnActivityResult annotation #37 (vanniktech)
  • Avoid setting didHandle when it's not needed #32 (vanniktech)
  • OnActivityResult now returns boolean whether things were handled or not #31 (vanniktech)

0.1.0

8 years ago
  • Initial release

0.2.0

8 years ago
  • Add @NonNull and @Nullable support to @IntentData parameters #13 (vanniktech)
  • Add resultCodes() function to @OnActivityResult annotation #10 (vanniktech)
  • Add @IntentData annotation #4 (vanniktech)

0.3.0

8 years ago