splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

make Range public because it is part of Tokenizer public interface. #413

Closed toppk closed 3 years ago

toppk commented 3 years ago

This is pretty trivial, but important if you want to implement Tokenizer outside of this package. Trying to create a more complex email address tokenizer that uses space as a delimiter if it's after an rfc822 email address.

Issue #412

mgod commented 3 years ago

Whoops, yeah. Thanks for the fix.