2
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
first draft of sticky events More... almost 13 years ago
added skipMethodNameVerificationForClasses More... almost 13 years ago
make testSubscribeUnSubscribeAndPostMixedEventType less intense, but faster More... almost 13 years ago
added Async support, ThreadMode documented More... almost 13 years ago
added AsyncPoster, made some more classes final More... almost 13 years ago
renamed PostViaHandler to HandlerPoster More... almost 13 years ago
added some release notes More... almost 13 years ago
optimized PostViaHandler by using PendingPostQueue More... almost 13 years ago
added PendingPostQueue for efficient queueing of pending posts, moved methodString to SubscriberMethod for caching the value More... almost 13 years ago
thread mode determined only by method modifiers, major refactoring using new SubscriberMethod class, adjusted JUnit tests More... almost 13 years ago
added EventBus.postToSubscription(pendingPost) More... almost 13 years ago
consistent parameter order More... almost 13 years ago
using new BackgroundPoster More... almost 13 years ago
added missing license headers More... almost 13 years ago
moved inner classes to separate files More... almost 13 years ago
added ThreadMode.BackgroundThread, introduced AbstractEventBusTest, EventBusBackgroundThreadTest, EventBusMethodModifiersTest More... almost 13 years ago
using MyEvent in testPostMultipleTimes More... almost 13 years ago
V1.0.1 release notes More... almost 13 years ago
Merge branch 'master' of github.com:greenrobot/EventBus More... almost 13 years ago
Fixed leaking subscribers (issue #2) More... almost 13 years ago
Update master More... about 13 years ago
Update master More... about 13 years ago
fixed some markup issues with README.md More... about 13 years ago
Added README.md More... about 13 years ago
fixed old package name in test project More... about 13 years ago
added registerForMainThread for event notifications in the main thread More... about 13 years ago
minor code clean up More... about 13 years ago
added tiny ant file to create jar More... about 13 years ago
Using CopyOnWriteArrayList for direct access to subscriptions for posting More... about 13 years ago
added testSubscribeUnSubscribeAndPostMixedEventType More... about 13 years ago