Make TokenCompleteTextView generic
- TokenCompleteTextView is now generic to avoid lots of casts. If you are upgrading from 1.*, you now need to extend
TokenCompleteTextView<Object>
instead ofTokenCompleteTextView
- Fix some crashes and inconsistencies