File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Small Broadcast Receiver Library for Android
55
66> ... simplifies listening to broadcasts by hiding what would be boilerplate code.
77
8- - __ One for All__ : Single BroadcastReceiver instance for performance/memory
8+ - __ One for All__ : Single BroadcastReceiver instance for every action
99- __ Clean look__ : Generates the code behind the curtains
1010- __ Thread-Modes__ : Multithreaded callback via annotation option
1111- __ Simple__ : Broadcast listening possible in one statement
Original file line number Diff line number Diff line change 33- Configuration (on Initialization)
44 - Log Level
55 - Exception Handling
6- - Thread Modes POSTING and MAIN possibly obsolete
6+ - Thread Modes POSTING possibly obsolete (default: MAIN)
7+ - Annotation param: multiple actions with string array
78
89##### Help me if you can :)
910
You can’t perform that action at this time.
0 commit comments