- Producer methods can no longer return
null.
- Add thread enforcer which verifies bus interaction is occuring on a specific thread.
- Add Android sample application demonstrating communication between activity and two fragments.
- Fix: Correct producer unregister failing to remove registration.
- Add
@Producemethod annotation which denotes a method to be invoked for an initial value to pass to@Subscribemethods when registering. Only a single producer may be registered for a type in each event bus instance.
Initial release.