- Update versions for nearly all dependencies
- Fix an internal NPE occurring on Android 6
- Migrate to publishing versions on jCenter. This will be the first release on jCenter.
- add support for cut/copy/paste of text containing mentions
- update dependencies
- fix edge case when inserting a mention
- add support for listening to partial mention deletions
- added custom XML attributes to control the color of the mentions
- renamed functions within the Suggestible interface
- added factory to customize how MentionSpans are generated
- other minor improvements
- prevent IndexOutOfBoundsException when copying/pasting part of a mention
- fix crash when accessibility is enabled
- better handling of multi-word mentions
- added isWordBreakingChar method to Tokenizer interface
- better handling of edge cases when typing around a mention
- fix NPE when inserting mention with MentionWatchers interface
- major bug fix for cursor not appearing initially
- added MentionWatcher interface
- updated dependencies and minor bugs fixes
- support saving/restoring mentions in onSaveInstanceState/onRestoreInstanceState
- improved stability
- better handling of names in mentions
- switch to using a builder to configure the WordTokenizer
- disable spelling suggestions during mention suggestions
- change target SDK to latest version (21) for spyglass.
- first public release