splitwise / TokenAutoComplete

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

Fleksy keyboard - split chars other than space doesn't work #184

Closed wrozwad closed 6 years ago

wrozwad commented 8 years ago

Again this keyboard and their magic. When i press a ., , or ; then it automatically add a space after that signs and lib doesn't create a token.

I set split chars as below:

char[] splitChar = {' ', ',', ';', '.'};
mTags.setSplitChar(splitChar);

Generaly lib has a problem when keyboard do any magic with spans.

Maybe it's simillar issue to https://github.com/splitwise/TokenAutoComplete/issues/108?

mgod commented 8 years ago

Thanks for the great bug report! This may be related to not having paste implemented correctly in the token view as well.

mgod commented 8 years ago

Hey, I think this was an unrelated bug. Can you update to version 2.0.3 and see if it's still broken for you?

wrozwad commented 8 years ago

It's a little better right now (it works with spaces) but still when I misspell any word (and auto correct try fix them) or press ., ,, ; with enabled "Smart Spacing" then still they're no effects.

mgod commented 8 years ago

I've got some basic samples working with better detection of Fleksy behavior, but there are too many edge cases for it to be ok to include in the master branch at the moment. This and #183 will need the changes I outlined in #205.

mgod commented 6 years ago

Closed in #333.