Releases: kobakei/grenade
Releases · kobakei/grenade
1.1.1
- Fix for Android annotation processor
1.1.0
- Support onActivityResult.
- Refactoring processor.
0.2.0
- Renamed
@Launcher
to @Navigator
and ***IntentBuilder
to ***Navigator
.
- Optional params needs
@Optional
annotation instead of @Nullable
annotation.
- Support Java 8.
0.1.5
- Add
action(String)
method to set action. Especially for startService
.
0.1.4
- Check hasExtra on injection
0.1.3
- Support list of parceler entity
0.1.1
- Remove
@WithParcel
annotation. Instead, grenade will detect parcelable entity automatically.