tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

Event Bus 3 update #18

Closed btkelly closed 7 years ago

btkelly commented 8 years ago

This is a pretty large PR as there were many changes required to allow EventBus to be included as a dependency instead of being contained inside the library. This is also an update to the latest version of EventBus which transitions to annotated methods instead of the "onEvent" naming convention (resolves #16).

Note: This will most likely require reimporting the project into Android Studio as there are changes to the iml files. A fresh repo clone may be best but I think a simple reimport would do fine.

Take a look and if you have feedback, suggestions, modifications please respond and I can make changes accordingly.

btkelly commented 8 years ago

Have you had anytime to take a look at these changes? I'm up for modifying my approach, any feedback would be great.