Skip to content

Commit 63635b2

Browse files
committed
2 parents 38cd186 + 8712e6a commit 63635b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ROADMAP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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

0 commit comments

Comments
 (0)