-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
Description
I have a project that covers Android and non Android.
Looking at the EventBus code it looks like it shouldn't be too hard to let it be configurable (via EventBusBuilder) to support a plain Java app.
Would you be interested in a pull request to open it up to non Android projects?
All the sticking points (use of android.util.Log / android.os.Handler etc) can be handled but AsyncExecutor#buildForActivityScope requires an Activity. Is this method actually required? Would it be acceptable to change the type of the parameter to Object?