-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add operators to create Observables from BroadcastReceiver (rebased) #1528
Add operators to create Observables from BroadcastReceiver (rebased) #1528
Conversation
it allows to listen global and local (with support LocalBroadcastManager) broadcasts
RxJava-pull-requests #1449 FAILURE |
LGTM |
@mttkay Are you also ready for this to merge? |
👍 |
Thanks. |
Add operators to create Observables from BroadcastReceiver (rebased)
Are you okay with this only being released in 0.20, or do you need it back-ported to 0.19? Have any of you tried 0.20.0-RC3 on Android and confirmed whether it is okay? ==> #1517 |
I bumped out beta channel version to 0.20.0.RC-3 today, it will go out |
Good to know it's passing initial tests. That means the major code paths like There are definitely still some bugs that have been found and fixed but not yet released. Hopefully tomorrow I'll release RC4. |
Rebase #1449 on the top of #1524
Add test for OperatorBroadcastRegister