splitwise / TokenAutoComplete

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

don't unconditionally use toString for span reconstruction after collapse #212

Closed Valodim closed 8 years ago

Valodim commented 8 years ago

fix for #195 (and #202)

mgod commented 8 years ago

Thanks!

Valodim commented 8 years ago

I would appreciate a quick release so I can include this fix in OpenKeychain and K-9 without adding the lib from source :+1:

mgod commented 8 years ago

2.0.7 should be available within the next couple of hours.

Valodim commented 8 years ago

awesome, thanks

sperls commented 8 years ago

will this be included in the gradle library anytime soon?

mgod commented 8 years ago

2.0.7 already includes this fix.

sperls commented 8 years ago

hmm, this is still happening for me. I posted another issue, and I've only seen this to happen after that, maybe they're related? Ticket #218 where tokens duplicate after list collapses and re-expands. Then when I try to delete one of the duplicate tokens, it seems to use the toString deletion style.

mgod commented 8 years ago

@sperls there's some default handling in the AutoCompleteTextView that forces text recovery in cases where the token is the most recently completed.