fidesmo / nordpol

The Android Support Library for NFC
MIT License
53 stars 10 forks source link

Fix TagDispatcherBuilder #63

Closed Franzaine closed 8 years ago

Franzaine commented 8 years ago

We wer always getting a default TagDispatcher back. This fixes that. @sergkh @pepegar do you have any feedback on this?

sergkh commented 8 years ago

What do you think about reasonable defaults for readable mode and broadcom workaroud? I'm not sure about readable mode but I suppose that broadcom workaroud will be true for most of cases, so we can set it to true in builder by default

Franzaine commented 8 years ago

@sergkh It is! :)

Franzaine commented 8 years ago

This also solved: #62