Releases: splitwise/TokenAutoComplete
Releases · splitwise/TokenAutoComplete
Kotlin API fixes
Compare
Sorry, something went wrong.
No results found
mgod
released this
24 Aug 17:06
Fix a number of nullability issues from the Kotlin conversion in the library API for subclassing.
Convert library to Kotlin
Compare
Sorry, something went wrong.
No results found
mgod
released this
23 Aug 20:46
Convert the library to kotlin and fix a number of SpannableStringBuilder/Keyboard edge case bugs. Unlike beta01, this probably needs more testing before it's ready for production use.
Migrate to Android X
Compare
Sorry, something went wrong.
No results found
mgod
released this
03 Aug 13:25
This should be fine for production use, but I'm expecting to make a few other possibly breaking behavior changes before 4.0.0 RC
Text input mangling and ellipsize crash fixes
Compare
Sorry, something went wrong.
No results found
mgod
released this
01 Jul 17:54
Fix an issue where some text input would be erased if it was similar to the previous search (#381 )
Fix a crash on collapsing with no text in the view (and possibly at other times as well) (#380 )
Fix tokenization for threshold of 1
Compare
Sorry, something went wrong.
No results found
mgod
released this
19 Mar 16:11
Fix #379 : allow a threshold of 1 to correctly prompt for results on the first letter typed.
Core text re-write
Compare
Sorry, something went wrong.
No results found
mgod
released this
19 Mar 15:24
Completely re-wrote the core text handling code to provide a better structure for handling more complex text input.
Fixes: #378 , #39 , #132 , #218 , #226 , #127 , #172 , #179 , #183 , #186 , #228 , #366 , #238 , #267 .
Clear selections on focus change
Compare
Sorry, something went wrong.
No results found
mgod
released this
22 Sep 14:37
clear selections when the field changes focus
fix a memory leak in the token click handling code
Respect tokenization style
Compare
Sorry, something went wrong.
No results found
mgod
released this
12 May 15:22
Correctly supplies raw text data for tokens.
Accessibility improvements
Compare
Sorry, something went wrong.
No results found
mgod
released this
12 May 14:12
2.0.6
Update version for 2.0.6/12
More empty view fixes
Compare
Sorry, something went wrong.
No results found
mgod
released this
09 Mar 21:16
Prevent enter on empty view with hint from adding a token in some cases
Don't run filter on hint text when showing drop down on empty view