Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
andycode112
/
EventBus
Public
forked from
greenrobot/EventBus
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 11, 2017
over-engineering getDefault() (aka item 71 effective Java, 2nd ed.)
greenrobot
committed
3670d97
View commit details
Copy full SHA for 3670d97
Browse repository at this point
Commits on Nov 14, 2017
Revert: Update Android Gradle Plugin to 3.0.0.
Show description for b981356
greenrobot-team
committed
b981356
View commit details
Copy full SHA for b981356
Browse repository at this point
EventBusPerformance: add MAIN_ORDERED.
Show description for 0e32fce
greenrobot-team
committed
0e32fce
View commit details
Copy full SHA for 0e32fce
Browse repository at this point
Update Android Gradle Plugin to 3.0.0.
greenrobot-team
committed
b035bf5
View commit details
Copy full SHA for b035bf5
Browse repository at this point
Define repositories once in root build file.
greenrobot-team
committed
66fed14
View commit details
Copy full SHA for 66fed14
Browse repository at this point
Actually use same build tools version as Travis (26.0.3).
greenrobot-team
committed
5428a2b
View commit details
Copy full SHA for 5428a2b
Browse repository at this point
Use common build tools version and compileSdk (for Travis).
greenrobot-team
committed
1ba2f43
View commit details
Copy full SHA for 1ba2f43
Browse repository at this point
Move AndroidLogger to android package.
greenrobot-team
committed
bbe35ff
View commit details
Copy full SHA for bbe35ff
Browse repository at this point
android 26
greenrobot
committed
d459d13
View commit details
Copy full SHA for d459d13
Browse repository at this point
Commits on Nov 13, 2017
Add index tests for MAIN vs MAIN_ORDERED behavior.
greenrobot-team
committed
66fbde4
View commit details
Copy full SHA for 66fbde4
Browse repository at this point
Fix uploadArchives task naming issues.
Show description for 69417b5
greenrobot-team
committed
69417b5
View commit details
Copy full SHA for 69417b5
Browse repository at this point
Commits on Nov 7, 2017
README.md: set gradle dependency to 3.1.1
greenrobot
committed
7617311
View commit details
Copy full SHA for 7617311
Browse repository at this point
3.1.1 / 3.1.0
greenrobot
committed
0be1c4d
View commit details
Copy full SHA for 0be1c4d
Browse repository at this point
Commits on Nov 6, 2017
README.md: updated links, added survey link
greenrobot
committed
fb0e64c
View commit details
Copy full SHA for fb0e64c
Browse repository at this point
Commits on Oct 17, 2017
EventBusTest: Update testing support library to 1.0.1.
Show description for 947f94b
greenrobot-team
committed
947f94b
View commit details
Copy full SHA for 947f94b
Browse repository at this point
Gradle 4.1
Show description for e6d912b
greenrobot-team
committed
e6d912b
View commit details
Copy full SHA for e6d912b
Browse repository at this point
Use annotationProcessor instead of android-apt.
greenrobot-team
committed
7f5e0ce
View commit details
Copy full SHA for 7f5e0ce
Browse repository at this point
Commits on Sep 19, 2017
Do not crash if using MAIN_ORDERED on non-Android.
Show description for 0be66fb
greenrobot-team
committed
0be66fb
View commit details
Copy full SHA for 0be66fb
Browse repository at this point
Use same targetSdkVersion if running Android tests with Gradle.
Show description for 19c6edb
greenrobot-team
committed
19c6edb
View commit details
Copy full SHA for 19c6edb
Browse repository at this point
Fix regression: test fails if poster set-up out of method.
Show description for 618a4f1
greenrobot-team
committed
618a4f1
View commit details
Copy full SHA for 618a4f1
Browse repository at this point
Add tests for MAIN vs MAIN_ORDERED behavior.
Show description for dfc6198
greenrobot-team
committed
dfc6198
View commit details
Copy full SHA for dfc6198
Browse repository at this point
Rename new thread mode to MAIN_ORDERED to differentiate from ASYNC.
Show description for b1a0581
greenrobot-team
committed
b1a0581
View commit details
Copy full SHA for b1a0581
Browse repository at this point
Added ThreadMode.MAIN_ASYNC to allow a subscriber to declare that it wants to be called in the Main UI thread but the events should be queued for delivery in the order in which they are posted.
Show description for 965acb1
william-ferguson-au
authored and
greenrobot-team
committed
965acb1
View commit details
Copy full SHA for 965acb1
Browse repository at this point
Commits on Sep 18, 2017
Temporarily ignore failing subclass inheritance tests.
greenrobot-team
committed
a5ef897
View commit details
Copy full SHA for a5ef897
Browse repository at this point
Move inner test classes to upper level so Android runner picks them up.
greenrobot-team
committed
a900934
View commit details
Copy full SHA for a900934
Browse repository at this point
For now keep both Java and Android module index.
greenrobot-team
committed
8a192b4
View commit details
Copy full SHA for 8a192b4
Browse repository at this point
Extract Java-only tests from multi-threaded tests.
greenrobot-team
committed
794096a
View commit details
Copy full SHA for 794096a
Browse repository at this point
Support logging exceptions in AbstractEventBusTest.
greenrobot-team
committed
a101117
View commit details
Copy full SHA for a101117
Browse repository at this point
Extract Java-only tests from cancel event delivery tests.
greenrobot-team
committed
e8b7d4e
View commit details
Copy full SHA for e8b7d4e
Browse repository at this point
Add note about Java apt plugin.
greenrobot-team
committed
88f2173
View commit details
Copy full SHA for 88f2173
Browse repository at this point
Fix JUnit error: (inline) test classes have to be public.
greenrobot-team
committed
74a3752
View commit details
Copy full SHA for 74a3752
Browse repository at this point
Experimental: generate index for Java tests for use in Android tests.
greenrobot-team
committed
8ee4073
View commit details
Copy full SHA for 8ee4073
Browse repository at this point
Move tests not requiring Android API to Java tests.
greenrobot-team
committed
8597330
View commit details
Copy full SHA for 8597330
Browse repository at this point
Add main src dir to test source set so tests are picked up.
Show description for 0ed611d
greenrobot-team
committed
0ed611d
View commit details
Copy full SHA for 0ed611d
Browse repository at this point
Commits on Sep 16, 2017
updated README.md for 3.1.0-RC
greenrobot
committed
38b127c
View commit details
Copy full SHA for 38b127c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.