Skip to content

Make TokenCompleteTextView generic

Compare
Choose a tag to compare
@mgod mgod released this 28 May 17:35
· 117 commits to master since this release
  • TokenCompleteTextView is now generic to avoid lots of casts. If you are upgrading from 1.*, you now need to extend TokenCompleteTextView<Object> instead of TokenCompleteTextView
  • Fix some crashes and inconsistencies