linkedin / Hakawai

A powerful, extensible UITextView.
Apache License 2.0
782 stars 104 forks source link

Fix typo with mentions highlighting; simplify autocorrect logic; paste with attributes; warnings as errors #215

Closed bkoatz closed 4 years ago

bkoatz commented 4 years ago

1) Small typo for mentions highlighting fixed 2) Simplified autocorrection on/off logic in V2, turning it on when accessory view is present, and off when it disappears. This fixes an issue with inconsistent autocorrection when mentioning 3) Simplified autocorrection/autocapitalization/spellcheck on/off logic, to avoid 'cycling' as in v1, which led to comment reply box not showing on feed detail 4) Manually override paste events so that we can add attribution to the pasted text 5) Treat warnings as errors in line with voyager 6) Test all ^