Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

Releases: kobakei/grenade

1.1.1

03 Feb 14:59
Compare
Choose a tag to compare
  • Fix for Android annotation processor

1.1.0

28 Jan 09:43
Compare
Choose a tag to compare
  • Support onActivityResult.
  • Refactoring processor.

1.0.0

27 Jan 19:12
Compare
Choose a tag to compare
  • Updated SDK

0.2.1

19 Apr 09:56
Compare
Choose a tag to compare
  • Enable to specify key

0.2.0

16 Apr 17:32
Compare
Choose a tag to compare
  • Renamed @Launcher to @Navigator and ***IntentBuilder to ***Navigator.
  • Optional params needs @Optional annotation instead of @Nullable annotation.
  • Support Java 8.

0.1.5

13 Apr 09:08
Compare
Choose a tag to compare
  • Add action(String) method to set action. Especially for startService.

0.1.4

13 Apr 04:08
Compare
Choose a tag to compare
  • Check hasExtra on injection

0.1.3

12 Apr 07:53
Compare
Choose a tag to compare
  • Support list of parceler entity

0.1.2

11 Apr 10:32
Compare
Choose a tag to compare
  • Refactoring

0.1.1

11 Apr 09:19
Compare
Choose a tag to compare
  • Remove @WithParcel annotation. Instead, grenade will detect parcelable entity automatically.