Skip to content

Custom actions and categories for BroadcastReceiver#189

Merged
tito merged 4 commits into
kivy:masterfrom
alanjds:custom_intent_filters
Feb 10, 2014
Merged

Custom actions and categories for BroadcastReceiver#189
tito merged 4 commits into
kivy:masterfrom
alanjds:custom_intent_filters

Conversation

@alanjds

@alanjds alanjds commented Dec 28, 2013

Copy link
Copy Markdown
Contributor

android.broadcast.BroadcastReceiver now accepts user-defined actions & categories, opposed to only default ones as before. Detects by checking the presence of '.' on the name of it. Its a backwards-compatible change.

The code on the 1st commit works, and was refactored on the 2 others. Feel free to stick with the maintainers original style by cherry-picking only the 1st commit if the refactor is disliked.

android.broadcast.BroadcastReceiver now accepts
non-standard actions & categories. Detects by checking
the presence of '.' on the name of it
tito added a commit that referenced this pull request Feb 10, 2014
Custom actions and categories for BroadcastReceiver
@tito tito merged commit cedda24 into kivy:master Feb 10, 2014
@tito

tito commented Feb 10, 2014

Copy link
Copy Markdown
Member

Thanks!

@alanjds

alanjds commented Feb 10, 2014

Copy link
Copy Markdown
Contributor Author

Thank you!

@alanjds alanjds deleted the custom_intent_filters branch July 19, 2016 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants